File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies {
25
25
testImplementation " org.junit.jupiter:junit-jupiter:${ VER_JUNIT} "
26
26
testImplementation " org.assertj:assertj-core:${ VER_ASSERTJ} "
27
27
testImplementation " com.diffplug.durian:durian-testlib:${ VER_DURIAN} "
28
- testImplementation ' org.owasp.encoder:encoder:1.2.3 '
28
+ testImplementation ' org.owasp.encoder:encoder:1.3.1 '
29
29
testRuntimeOnly " org.junit.platform:junit-platform-launcher"
30
30
}
31
31
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dependencies {
51
51
testImplementation " org.mockito:mockito-core:${ VER_MOCKITO} "
52
52
testImplementation " com.diffplug.durian:durian-io:${ VER_DURIAN} "
53
53
testImplementation ' com.github.spullara.mustache.java:compiler:0.9.14'
54
- testImplementation ' org.owasp.encoder:encoder:1.2.3 '
54
+ testImplementation ' org.owasp.encoder:encoder:1.3.1 '
55
55
testImplementation " org.apache.maven:maven-plugin-api:${ VER_MAVEN_API} "
56
56
testImplementation " org.eclipse.aether:aether-api:${ VER_ECLIPSE_AETHER} "
57
57
testImplementation " org.codehaus.plexus:plexus-resources:${ VER_PLEXUS_RESOURCES} "
You can’t perform that action at this time.
0 commit comments