Skip to content

Commit e8191e9

Browse files
committed
Update dependencies
1 parent 8d17a13 commit e8191e9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)