mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-05-04 21:58:35 +02:00
Bump java dependency versions in tests
This commit is contained in:
parent
0e761ca2b4
commit
d5fbcc8361
2 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue