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 06a09fc commit 640f6a2Copy full SHA for 640f6a2
lib-extra/build.gradle
@@ -15,7 +15,7 @@ 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.9"
+ implementation "org.codehaus.groovy:groovy-xml:3.0.10"
19
20
// testing
21
testImplementation project(':testlib')
0 commit comments