Skip to content

Commit

Permalink
up Guava 33.3.1 (no security vulnerabilities)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduards Sizovs committed Oct 2, 2024
1 parent 495147e commit f15ed94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@ java {
}

dependencies {
implementation("com.google.guava:guava:31.1-jre")
implementation("com.google.guava:guava:33.3.1-jre")
testImplementation("org.junit.jupiter:junit-jupiter:5.4.0")
testImplementation("org.junit.platform:junit-platform-runner:1.4.0")
testImplementation("org.assertj:assertj-core:3.11.1")
testImplementation("org.mockito:mockito-core:2.24.0")
testImplementation("org.mockito:mockito-junit-jupiter:2.24.0")
}
}

0 comments on commit f15ed94

Please sign in to comment.