@@ -2,15 +2,14 @@ dependencies {
2
2
3
3
shadow localGroovy()
4
4
shadow gradleApi()
5
- shadow ' org.codehaus.groovy:groovy-backports-compat23:3.0.7 '
5
+ shadow ' org.codehaus.groovy:groovy-backports-compat23:3.0.8 '
6
6
7
- implementation " com.gradle.publish:plugin-publish-plugin:0.14.0"
8
7
implementation ' org.jdom:jdom2:2.0.6'
9
8
implementation ' org.ow2.asm:asm:9.2'
10
9
implementation ' org.ow2.asm:asm-commons:9.2'
11
- implementation ' commons-io:commons-io:2.8 .0'
10
+ implementation ' commons-io:commons-io:2.11 .0'
12
11
implementation ' org.apache.ant:ant:1.10.11'
13
- implementation ' org.codehaus.plexus:plexus-utils:3.3.0 '
12
+ implementation ' org.codehaus.plexus:plexus-utils:3.4.1 '
14
13
implementation " org.apache.logging.log4j:log4j-core:2.14.1"
15
14
implementation(' org.vafer:jdependency:2.7.0' ) {
16
15
exclude group : ' org.ow2.asm'
@@ -22,7 +21,7 @@ dependencies {
22
21
testImplementation ' org.spockframework:spock-junit4:2.0-groovy-3.0'
23
22
testImplementation ' xmlunit:xmlunit:1.6'
24
23
testImplementation ' org.apache.commons:commons-lang3:3.12.0'
25
- testImplementation ' com.google.guava:guava:30.1 .1-jre'
26
- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.7.2 '
27
- testRuntimeOnly ' org.junit.vintage:junit-vintage-engine'
24
+ testImplementation ' com.google.guava:guava:31.0 .1-jre'
25
+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.8.1 '
26
+ testRuntimeOnly ' org.junit.vintage:junit-vintage-engine:5.8.1 '
28
27
}
0 commit comments