Update dependency versions

This commit is contained in:
daz 2024-03-21 21:35:05 -06:00
parent 585b565652
commit 7b0e57d62d
No known key found for this signature in database
12 changed files with 52 additions and 52 deletions

View file

@ -8,7 +8,7 @@ repositories {
dependencies {
api("org.apache.commons:commons-math3:3.6.1")
implementation("com.google.guava:guava:33.0.0-jre")
implementation("com.google.guava:guava:33.1.0-jre")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.1")
}