Skip to content

Commit 3093adb

Browse files
authored
Update dependency org.owasp.encoder:encoder to v1.4.0 (#2735)
2 parents 29e6875 + ea751e6 commit 3093adb

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.3.1'
28+
testImplementation 'org.owasp.encoder:encoder:1.4.0'
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
@@ -46,7 +46,7 @@ dependencies {
4646
testImplementation "org.mockito:mockito-core:${VER_MOCKITO}"
4747
testImplementation "com.diffplug.durian:durian-io:${VER_DURIAN}"
4848
testImplementation 'com.github.spullara.mustache.java:compiler:0.9.14'
49-
testImplementation 'org.owasp.encoder:encoder:1.3.1'
49+
testImplementation 'org.owasp.encoder:encoder:1.4.0'
5050
testImplementation "org.apache.maven:maven-plugin-api:${VER_MAVEN_API}"
5151
testImplementation "org.eclipse.aether:aether-api:${VER_ECLIPSE_AETHER}"
5252
testImplementation "org.codehaus.plexus:plexus-resources:${VER_PLEXUS_RESOURCES}"

0 commit comments

Comments
 (0)