Skip to content

Commit

Permalink
GROOVY-11556: Bump jarjar to 1.14.1 (build dependency)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulk-asert committed Jan 20, 2025
1 parent d80cc86 commit f7d77eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ dependencies {
testFixturesImplementation projects.groovyTest
testFixturesImplementation "xmlunit:xmlunit:${versions.xmlunit}"

tools "com.eed3si9n.jarjar:jarjar:${versions.jarjar}"
tools "org.apache.ant:ant:1.10.15" // updated jarjar dependency to remove vulnerability
tools "com.eed3si9n.jarjar:ant-jarjar:${versions.jarjar}"
tools "org.apache.ant:ant:${versions.ant}" // use latest ant
tools "org.jboss.bridger:bridger:${versions.bridger}"
tools "org.codehaus.plexus:plexus-utils:4.0.2" // updated bridger dependency to remove vulnerability
tools "org.apache.maven:maven-core:3.9.9" // updated bridger dependency to remove vulnerability
Expand Down
3 changes: 1 addition & 2 deletions versions.properties
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ ivy=2.5.3
jansi=2.4.1
jacksonDatabind=2.18.2
jackson=2.18.2
# later jarjar versions sometimes leave empty META-INF/services files, see also https://github.com/eed3si9n/jarjar-abrams/issues/60
jarjar=1.8.0
jarjar=1.14.1
javaParser=3.26.3
jline=2.14.6
jmh=1.37
Expand Down

0 comments on commit f7d77eb

Please sign in to comment.