Skip to content

Commit

Permalink
Bump org.owasp.encoder:encoder from 1.2 to 1.3.1 in /backend (#8391)
Browse files Browse the repository at this point in the history
* Bump org.owasp.encoder:encoder from 1.2 to 1.3.1 in /backend

* Bump org.owasp.encoder:encoder from 1.2 to 1.3.1 in /backend

---------

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: David McClatchey <[email protected]>
  • Loading branch information
dependabot[bot] and DavidMcClatchey authored Jan 23, 2025
1 parent 0ce4637 commit d190754
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dependencies {
implementation 'org.springframework.security:spring-security-web:6.3.5'

// non-pinned security dependencies
implementation 'org.owasp.encoder:encoder:1.2'
implementation 'org.owasp.encoder:encoder:1.3.1'

// data layer dependencies
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
Expand Down
2 changes: 1 addition & 1 deletion backend/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ org.json:json:20231013=compileClasspath,runtimeClasspath
org.liquibase:liquibase-core:4.29.1=compileClasspath,runtimeClasspath
org.openapitools:jackson-databind-nullable:0.2.6=compileClasspath,runtimeClasspath
org.ow2.asm:asm:9.6=compileClasspath,runtimeClasspath
org.owasp.encoder:encoder:1.2=compileClasspath,runtimeClasspath
org.owasp.encoder:encoder:1.3.1=compileClasspath,runtimeClasspath
org.postgresql:postgresql:42.7.4=compileClasspath,runtimeClasspath
org.projectlombok:lombok:1.18.36=compileClasspath
org.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath
Expand Down

0 comments on commit d190754

Please sign in to comment.