Dependency updates (#222)

- Bump to com.gradle.develocity plugin v3.17.3
- Bump JVM dependencies in sample projects
This commit is contained in:
Daz DeBoer
2024-05-11 07:45:47 -06:00
committed by GitHub
parent 063cfaf0eb
commit ea14aa9caf
13 changed files with 14 additions and 14 deletions

View File

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