From 06eed60a9aafe788f8ba2907efa7ad9887ba3ae8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 09:14:19 -0400 Subject: [PATCH] dependabot: bump org.glassfish.jaxb:jaxb-runtime from 2.3.4 to 4.0.3 (#2970) Bumps org.glassfish.jaxb:jaxb-runtime from 2.3.4 to 4.0.3. --- updated-dependencies: - dependency-name: org.glassfish.jaxb:jaxb-runtime dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f51f076db7..4e8269aee0 100644 --- a/build.gradle +++ b/build.gradle @@ -540,7 +540,7 @@ dependencies { runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.10.8' runtimeOnly 'com.google.guava:failureaccess:1.0.1' runtimeOnly 'org.apache.commons:commons-text:1.10.0' - runtimeOnly 'org.glassfish.jaxb:jaxb-runtime:2.3.4' + runtimeOnly 'org.glassfish.jaxb:jaxb-runtime:4.0.3' runtimeOnly 'com.google.j2objc:j2objc-annotations:2.8' runtimeOnly 'com.google.code.findbugs:jsr305:3.0.2' runtimeOnly 'com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'