Skip to content

Commit

Permalink
Update dependency org.owasp.encoder:encoder to v1.3.1 (#2215)
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg authored Aug 25, 2024
2 parents 2ba5696 + 6875d1f commit 25151c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin-gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
testImplementation "org.junit.jupiter:junit-jupiter:${VER_JUNIT}"
testImplementation "org.assertj:assertj-core:${VER_ASSERTJ}"
testImplementation "com.diffplug.durian:durian-testlib:${VER_DURIAN}"
testImplementation 'org.owasp.encoder:encoder:1.2.3'
testImplementation 'org.owasp.encoder:encoder:1.3.1'
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
}

Expand Down
2 changes: 1 addition & 1 deletion plugin-maven/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
testImplementation "org.mockito:mockito-core:${VER_MOCKITO}"
testImplementation "com.diffplug.durian:durian-io:${VER_DURIAN}"
testImplementation 'com.github.spullara.mustache.java:compiler:0.9.14'
testImplementation 'org.owasp.encoder:encoder:1.2.3'
testImplementation 'org.owasp.encoder:encoder:1.3.1'
testImplementation "org.apache.maven:maven-plugin-api:${VER_MAVEN_API}"
testImplementation "org.eclipse.aether:aether-api:${VER_ECLIPSE_AETHER}"
testImplementation "org.codehaus.plexus:plexus-resources:${VER_PLEXUS_RESOURCES}"
Expand Down

0 comments on commit 25151c9

Please sign in to comment.