We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8706689 commit 928fbc3Copy full SHA for 928fbc3
1 file changed
CedarJava/build.gradle
@@ -74,7 +74,7 @@ dependencies {
74
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.16.2'
75
implementation 'org.slf4j:slf4j-api:2.0.12'
76
implementation 'com.fizzed:jne:4.1.1'
77
- implementation 'com.google.guava:guava:33.0.0-jre'
+ implementation 'com.google.guava:guava:33.1.0-jre'
78
compileOnly 'com.github.spotbugs:spotbugs-annotations:4.8.3'
79
testImplementation 'org.slf4j:slf4j-simple:2.0.12'
80
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
0 commit comments