Skip to content

Commit 923d875

Browse files
committed
Update groovy-xml to a version that Gradle 7.6 can tolerate.
1 parent 2c03111 commit 923d875

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib-extra/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ dependencies {
1515
implementation "org.eclipse.jgit:org.eclipse.jgit:${VER_JGIT}"
1616
implementation "com.googlecode.concurrent-trees:concurrent-trees:2.6.1"
1717
// used for xml parsing in EclipseFormatter
18-
implementation "org.codehaus.groovy:groovy-xml:3.0.10"
18+
// TODO: Gradle barfs if this doesn't match its built-in version,
19+
// would be great to drop this for something less sensitive if possible
20+
implementation "org.codehaus.groovy:groovy-xml:3.0.13"
1921

2022
// testing
2123
testImplementation project(':testlib')

0 commit comments

Comments
 (0)