Skip to content

Commit 640f6a2

Browse files
committed
Change groovy-xml to match Gradle 7.5 (very worried this is going to break older releases).
1 parent 06a09fc commit 640f6a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib-extra/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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.9"
18+
implementation "org.codehaus.groovy:groovy-xml:3.0.10"
1919

2020
// testing
2121
testImplementation project(':testlib')

0 commit comments

Comments
 (0)