From 4776e504bbc7b8a39647358809d3ad5a0957c864 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 03:39:57 +0000 Subject: [PATCH] chore(deps): bump org.glassfish.jaxb:jaxb-runtime from 2.3.3 to 4.0.5 Bumps org.glassfish.jaxb:jaxb-runtime from 2.3.3 to 4.0.5. --- updated-dependencies: - dependency-name: org.glassfish.jaxb:jaxb-runtime dependency-version: 4.0.5 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 1b4b39fa..534259e6 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.5") compileOnly(project(":")) }