We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c03111 commit 923d875Copy full SHA for 923d875
lib-extra/build.gradle
@@ -15,7 +15,9 @@ dependencies {
15
implementation "org.eclipse.jgit:org.eclipse.jgit:${VER_JGIT}"
16
implementation "com.googlecode.concurrent-trees:concurrent-trees:2.6.1"
17
// used for xml parsing in EclipseFormatter
18
- implementation "org.codehaus.groovy:groovy-xml:3.0.10"
+ // 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"
21
22
// testing
23
testImplementation project(':testlib')
0 commit comments