Skip to content

Commit 3538d8c

Browse files
committed
Update ASM and jdependency to support Java 26 (#1810)
Syncs fc6ddff.
1 parent 7d0a501 commit 3538d8c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ publishing.publications.withType<MavenPublication>().configureEach {
7474
dependencies {
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")

src/docs/changes/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
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

0 commit comments

Comments
 (0)