Skip to content

Commit

Permalink
Update dependency org.owasp.encoder:encoder to v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 29, 2024
1 parent b9195c7 commit ecc5be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ subprojects {
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.17.1'
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.17.1'
implementation group:'org.dom4j',name:'dom4j',version: '2.1.3'
implementation group: 'org.owasp.encoder', name: 'encoder', version: '1.2'
implementation group: 'org.owasp.encoder', name: 'encoder', version: '1.2.3'
testImplementation group: 'com.github.tomakehurst', name: 'wiremock-standalone', version: '2.27.2'
compileOnly group: 'org.projectlombok', name: 'lombok', version: '1.18.28'
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: '1.18.28'
Expand Down

0 comments on commit ecc5be6

Please sign in to comment.