Skip to content

Commit

Permalink
fix(deps): update gradle non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent d75220c commit 56ca0b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions alice/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ dependencies {
implementation "org.codehaus.groovy:groovy:2.5.23"

testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5'
testImplementation group: 'commons-io', name: 'commons-io', version: '2.17.0'
testImplementation group: 'commons-io', name: 'commons-io', version: '2.18.0'
testImplementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.17.0'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.11.3'
testRuntimeOnly group: 'org.junit.vintage', name: 'junit-vintage-engine', version: '5.11.3'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.11.4'
testRuntimeOnly group: 'org.junit.vintage', name: 'junit-vintage-engine', version: '5.11.4'
}

configurations.all {
Expand Down

0 comments on commit 56ca0b0

Please sign in to comment.