Skip to content

Commit

Permalink
Update groovy-xml to a version that Gradle 7.6 can tolerate.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Jan 2, 2023
1 parent 2c03111 commit 923d875
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib-extra/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ dependencies {
implementation "org.eclipse.jgit:org.eclipse.jgit:${VER_JGIT}"
implementation "com.googlecode.concurrent-trees:concurrent-trees:2.6.1"
// used for xml parsing in EclipseFormatter
implementation "org.codehaus.groovy:groovy-xml:3.0.10"
// TODO: Gradle barfs if this doesn't match its built-in version,
// would be great to drop this for something less sensitive if possible
implementation "org.codehaus.groovy:groovy-xml:3.0.13"

// testing
testImplementation project(':testlib')
Expand Down

0 comments on commit 923d875

Please sign in to comment.