From de7a7c93b8ff7af74bf190e2711a3d74c780c403 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 02:18:03 +0000 Subject: [PATCH] chore(deps): bump org.glassfish.jaxb:jaxb-runtime from 2.3.3 to 4.0.6 Bumps org.glassfish.jaxb:jaxb-runtime from 2.3.3 to 4.0.6. --- updated-dependencies: - dependency-name: org.glassfish.jaxb:jaxb-runtime dependency-version: 4.0.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- plugins/oss/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/oss/build.gradle.kts b/plugins/oss/build.gradle.kts index 1b4b39f..874f28d 100644 --- a/plugins/oss/build.gradle.kts +++ b/plugins/oss/build.gradle.kts @@ -9,7 +9,7 @@ dependencies { implementation("com.aliyun.oss:aliyun-sdk-oss:3.18.3") implementation("javax.xml.bind:jaxb-api:2.3.1") implementation("javax.activation:activation:1.1.1") - implementation("org.glassfish.jaxb:jaxb-runtime:2.3.3") + implementation("org.glassfish.jaxb:jaxb-runtime:4.0.6") compileOnly(project(":")) }