Skip to content

Commit 49ade68

Browse files
fix(deps): update gradle non-major dependencies
1 parent 19aa6a1 commit 49ade68

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

alice/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'java-library'
33
id 'maven-publish'
44
id 'groovy'
5-
id 'to.wetransform.semantic-release-version' version '2.1.2'
5+
id 'to.wetransform.semantic-release-version' version '2.1.3'
66
}
77

88
java {
@@ -20,10 +20,10 @@ dependencies {
2020
implementation "org.codehaus.groovy:groovy:2.5.23"
2121

2222
testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5'
23-
testImplementation group: 'commons-io', name: 'commons-io', version: '2.17.0'
24-
testImplementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.17.0'
25-
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.11.3'
26-
testRuntimeOnly group: 'org.junit.vintage', name: 'junit-vintage-engine', version: '5.11.3'
23+
testImplementation group: 'commons-io', name: 'commons-io', version: '2.21.0'
24+
testImplementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.20.0'
25+
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.14.1'
26+
testRuntimeOnly group: 'org.junit.vintage', name: 'junit-vintage-engine', version: '5.14.1'
2727
}
2828

2929
configurations.all {

0 commit comments

Comments
 (0)