File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ plugins {
33 id " maven-publish"
44 id " signing"
55
6- id " com.github.jk1.dependency-license-report" version " 1.17 "
7- id " com.gradle.plugin-publish" version " 0.15 .0"
6+ id " com.github.jk1.dependency-license-report" version " 2.1 "
7+ id " com.gradle.plugin-publish" version " 0.20 .0"
88 id " java-gradle-plugin"
99
1010 id " net.saliman.properties" version " 1.5.1"
@@ -34,11 +34,11 @@ dependencies {
3434
3535 testImplementation localGroovy()
3636 testImplementation gradleTestKit()
37- testImplementation ' xmlunit:xmlunit:1.3 '
37+ testImplementation ' xmlunit:xmlunit:1.6 '
3838
39- // Force spock-core to use 4.13.1 to avoid security issue in 4.11
40- testImplementation ' junit:junit:4.13.1 '
41- testImplementation(' org.spockframework:spock-core:1 .1-groovy-2.4 ' ) {
39+ // Force spock-core to use 4.13.2 to avoid security issue in 4.11
40+ testImplementation ' junit:junit:4.13.2 '
41+ testImplementation(' org.spockframework:spock-core:2 .1-groovy-3.0 ' ) {
4242 exclude module : ' groovy-all'
4343 }
4444}
You can’t perform that action at this time.
0 commit comments