File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,12 +74,12 @@ publishing.publications.withType<MavenPublication>().configureEach {
7474dependencies {
7575 api(" org.apache.ant:ant:1.10.15" ) // Types from Ant are exposed in the public API.
7676 implementation(" org.jdom:jdom2:2.0.6.1" )
77- implementation(" org.ow2.asm:asm-commons:9.8 " )
77+ implementation(" org.ow2.asm:asm-commons:9.9 " )
7878 implementation(" commons-io:commons-io:2.19.0" )
7979 implementation(" org.codehaus.plexus:plexus-utils:4.0.2" )
8080 implementation(" org.codehaus.plexus:plexus-xml:4.1.0" )
8181 implementation(" org.apache.logging.log4j:log4j-core:2.24.1" )
82- implementation(" org.vafer:jdependency:2.13 " )
82+ implementation(" org.vafer:jdependency:2.14 " )
8383
8484 testImplementation(" org.spockframework:spock-core:2.3-groovy-4.0" ) {
8585 exclude(group = " org.codehaus.groovy" )
Original file line number Diff line number Diff line change 66** Changed**
77
88- Stop using start script templates bundled in Shadow. ([ #1750 ] ( https://github.com/GradleUp/shadow/pull/1750 ) )
9+ - Update ASM and jdependency to support Java 26. ([ #1810 ] ( https://github.com/GradleUp/shadow/pull/1810 ) )
910
1011** Fixed**
1112
You can’t perform that action at this time.
0 commit comments