Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ publishing.publications.withType<MavenPublication>().configureEach {
dependencies {
api("org.apache.ant:ant:1.10.15") // Types from Ant are exposed in the public API.
implementation("org.jdom:jdom2:2.0.6.1")
implementation("org.ow2.asm:asm-commons:9.8")
implementation("org.ow2.asm:asm-commons:9.9")
implementation("commons-io:commons-io:2.19.0")
implementation("org.codehaus.plexus:plexus-utils:4.0.2")
implementation("org.codehaus.plexus:plexus-xml:4.1.0")
implementation("org.apache.logging.log4j:log4j-core:2.24.1")
implementation("org.vafer:jdependency:2.13")
implementation("org.vafer:jdependency:2.14")

testImplementation("org.spockframework:spock-core:2.3-groovy-4.0") {
exclude(group = "org.codehaus.groovy")
Expand Down
1 change: 1 addition & 0 deletions src/docs/changes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
**Changed**

- Stop using start script templates bundled in Shadow. ([#1750](https://github.com/GradleUp/shadow/pull/1750))
- Update ASM and jdependency to support Java 26. ([#1799](https://github.com/GradleUp/shadow/pull/1799))

**Fixed**

Expand Down