mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-09-12 02:32:22 +08:00
Bump java dependency versions in tests
This commit is contained in:
@@ -8,9 +8,9 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
api("org.apache.commons:commons-math3:3.6.1")
|
||||
implementation("com.google.guava:guava:32.1.2-jre")
|
||||
implementation("com.google.guava:guava:32.1.3-jre")
|
||||
|
||||
testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter:5.10.1")
|
||||
}
|
||||
|
||||
tasks.test {
|
||||
|
Reference in New Issue
Block a user