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 and stempler committed Oct 30, 2024
1 parent 9bc7a8c commit e355bb0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions alice/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

dependencies {
compile "org.codehaus.groovy:groovy-all:2.4.1"
compile "org.codehaus.groovy:groovy-all:2.5.23"

testCompile 'org.spockframework:spock-core:1.1-groovy-2.4-rc-3'
testCompile group: 'commons-io', name: 'commons-io', version: '2.5'
testCompile group: 'org.apache.commons', name: 'commons-lang3', version: '3.5'
testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.0.0-M3'
testRuntime group: 'org.junit.vintage', name: 'junit-vintage-engine', version: '4.12.0-M3'
testCompile 'org.spockframework:spock-core:1.3-groovy-2.5'
testCompile group: 'commons-io', name: 'commons-io', version: '2.17.0'
testCompile group: 'org.apache.commons', name: 'commons-lang3', version: '3.17.0'
testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.11.3'
testRuntime group: 'org.junit.vintage', name: 'junit-vintage-engine', version: '4.12.3'
}

task copyDocs(dependsOn: 'javadoc', type: Copy) {
Expand Down

0 comments on commit e355bb0

Please # to comment.