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 1b1a98b commit 533ffa6Copy full SHA for 533ffa6
plugin-maven/build.gradle
@@ -50,7 +50,7 @@ dependencies {
50
testImplementation "org.assertj:assertj-core:${VER_ASSERTJ}"
51
testImplementation "org.mockito:mockito-core:${VER_MOCKITO}"
52
testImplementation "com.diffplug.durian:durian-io:${VER_DURIAN}"
53
- testImplementation 'com.github.spullara.mustache.java:compiler:0.9.13'
+ testImplementation 'com.github.spullara.mustache.java:compiler:0.9.14'
54
testImplementation 'org.owasp.encoder:encoder:1.2.3'
55
testImplementation "org.apache.maven:maven-plugin-api:${VER_MAVEN_API}"
56
testImplementation "org.eclipse.aether:aether-api:${VER_ECLIPSE_AETHER}"
0 commit comments