From 8227f64128c8dd2c0d86e4196a2434692bfd3c9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Jul 2023 14:47:06 -0500 Subject: [PATCH] dependabot: bump com.sun.istack:istack-commons-runtime (#2960) Bumps com.sun.istack:istack-commons-runtime from 3.0.12 to 4.2.0. --- updated-dependencies: - dependency-name: com.sun.istack:istack-commons-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 1f2f63f1fd..94f9038520 100644 --- a/build.gradle +++ b/build.gradle @@ -507,7 +507,7 @@ dependencies { runtimeOnly 'commons-codec:commons-codec:1.16.0' runtimeOnly 'org.cryptacular:cryptacular:1.2.4' runtimeOnly 'com.google.errorprone:error_prone_annotations:2.3.4' - runtimeOnly 'com.sun.istack:istack-commons-runtime:3.0.12' + runtimeOnly 'com.sun.istack:istack-commons-runtime:4.2.0' runtimeOnly 'jakarta.xml.bind:jakarta.xml.bind-api:2.3.3' runtimeOnly 'org.ow2.asm:asm:9.1'