From 7563ae72a00d2d6302610ad0b5bec0a2d74474a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 00:33:47 +0000 Subject: [PATCH] Bump com.github.spotbugs:spotbugs-annotations in /CedarJava Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.8.6 to 4.9.3. - [Release notes](https://github.com/spotbugs/spotbugs/releases) - [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md) - [Commits](https://github.com/spotbugs/spotbugs/compare/4.8.6...4.9.3) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- CedarJava/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CedarJava/build.gradle b/CedarJava/build.gradle index d0a4da70..9c1af674 100644 --- a/CedarJava/build.gradle +++ b/CedarJava/build.gradle @@ -82,7 +82,7 @@ dependencies { implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.18.2' implementation 'com.fizzed:jne:4.3.0' implementation 'com.google.guava:guava:33.4.0-jre' - compileOnly 'com.github.spotbugs:spotbugs-annotations:4.8.6' + compileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.3' testImplementation 'net.jqwik:jqwik:1.9.2' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4' testImplementation 'org.skyscreamer:jsonassert:2.0-rc1'