Skip to content

Commit

Permalink
Update dependency com.google.guava:guava to v33.1.0-jre
Browse files Browse the repository at this point in the history
Signed-off-by: mend-for-github.aaakk.us.kg[bot] <mend-for-github.aaakk.us.kg[bot]@users.noreply.github.com>
  • Loading branch information
mend-for-github.aaakk.us.kg[bot] authored Mar 14, 2024
1 parent cbe5fa2 commit 1d531d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ configurations {
all {
resolutionStrategy {
force "org.mockito:mockito-core:${versions.mockito}"
force "com.google.guava:guava:33.0.0-jre" // CVE for 31.1
force "com.google.guava:guava:33.1.0-jre" // CVE for 31.1
force("org.eclipse.platform:org.eclipse.core.runtime:3.30.0") // CVE for < 3.29.0, forces JDK17 for spotless
}
}
Expand Down Expand Up @@ -119,7 +119,7 @@ dependencies {
compileOnly group: 'com.google.code.gson', name: 'gson', version: '2.10.1'
compileOnly "org.apache.logging.log4j:log4j-slf4j-impl:2.23.0"
compileOnly group: 'org.json', name: 'json', version: '20240303'
compileOnly("com.google.guava:guava:33.0.0-jre")
compileOnly("com.google.guava:guava:33.1.0-jre")
compileOnly group: 'org.apache.commons', name: 'commons-lang3', version: '3.14.0'
compileOnly group: 'org.apache.commons', name: 'commons-text', version: '1.11.0'

Expand Down

0 comments on commit 1d531d2

Please sign in to comment.