File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
88java {
@@ -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
2929configurations. all {
You can’t perform that action at this time.
0 commit comments