We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e286ca commit 6c430a2Copy full SHA for 6c430a2
build.gradle.kts
@@ -29,7 +29,7 @@ dependencyManagement {
29
dependencies {
30
// Core dependencies
31
implementation("org.springframework:spring-web")
32
- implementation("com.google.guava:guava:33.4.8-jre")
+ implementation("com.google.guava:guava:33.5.0-jre")
33
implementation("tools.jackson.core:jackson-databind")
34
implementation("org.apache.httpcomponents.client5:httpclient5")
35
0 commit comments