@@ -2,8 +2,7 @@ plugins {
22 groovy
33 `java- gradle- plugin`
44 id(" shadow.convention.publish" )
5- id(" shadow.convention.deploy" )
6- id(" com.diffplug.spotless" ) version " 7.0.0.BETA4"
5+ id(" com.diffplug.spotless" ) version " 7.0.4"
76}
87
98java {
@@ -23,22 +22,22 @@ dependencies {
2322 compileOnly(localGroovy())
2423
2524 implementation(" org.jdom:jdom2:2.0.6.1" )
26- implementation(" org.ow2.asm:asm-commons:9.7.1 " )
27- implementation(" commons-io:commons-io:2.17 .0" )
25+ implementation(" org.ow2.asm:asm-commons:9.8 " )
26+ implementation(" commons-io:commons-io:2.19 .0" )
2827 implementation(" org.apache.ant:ant:1.10.15" )
2928 implementation(" org.codehaus.plexus:plexus-utils:4.0.2" )
30- implementation(" org.codehaus.plexus:plexus-xml:4.0.4 " )
29+ implementation(" org.codehaus.plexus:plexus-xml:4.1.0 " )
3130 implementation(" org.apache.logging.log4j:log4j-core:2.24.1" )
32- implementation(" org.vafer:jdependency:2.12 " )
31+ implementation(" org.vafer:jdependency:2.13 " )
3332
3433 testImplementation(" org.spockframework:spock-core:2.3-groovy-3.0" ) {
3534 exclude(group = " org.codehaus.groovy" )
3635 exclude(group = " org.hamcrest" )
3736 }
38- testImplementation(" org.xmlunit:xmlunit-legacy:2.10.0 " )
37+ testImplementation(" org.xmlunit:xmlunit-legacy:2.10.2 " )
3938 testImplementation(" org.apache.commons:commons-lang3:3.17.0" )
4039 testImplementation(" com.google.guava:guava:33.3.1-jre" )
41- testImplementation(platform(" org.junit:junit-bom:5.11.3 " ))
40+ testImplementation(platform(" org.junit:junit-bom:5.13.1 " ))
4241 testImplementation(" org.junit.jupiter:junit-jupiter" )
4342 testImplementation(" org.junit.platform:junit-platform-suite-engine" )
4443}
@@ -71,10 +70,3 @@ tasks.withType<Test>().configureEach {
7170 " java.base/java.net=ALL-UNNAMED" ,
7271 )
7372}
74-
75- tasks.register(" release" ) {
76- dependsOn(
77- tasks.publish,
78- tasks.publishPlugins,
79- )
80- }
0 commit comments