Skip to content

Commit 25151c9

Browse files
authored
Update dependency org.owasp.encoder:encoder to v1.3.1 (#2215)
2 parents 2ba5696 + 6875d1f commit 25151c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugin-gradle/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525
testImplementation "org.junit.jupiter:junit-jupiter:${VER_JUNIT}"
2626
testImplementation "org.assertj:assertj-core:${VER_ASSERTJ}"
2727
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'
2929
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
3030
}
3131

plugin-maven/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies {
5151
testImplementation "org.mockito:mockito-core:${VER_MOCKITO}"
5252
testImplementation "com.diffplug.durian:durian-io:${VER_DURIAN}"
5353
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'
5555
testImplementation "org.apache.maven:maven-plugin-api:${VER_MAVEN_API}"
5656
testImplementation "org.eclipse.aether:aether-api:${VER_ECLIPSE_AETHER}"
5757
testImplementation "org.codehaus.plexus:plexus-resources:${VER_PLEXUS_RESOURCES}"

0 commit comments

Comments
 (0)