Skip to content

Commit

Permalink
Bump org.owasp.encoder:encoder from 1.2 to 1.3.1 in /backend
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Jan 12, 2025
1 parent f67eb78 commit 97e8dde
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 97e8dde

Please sign in to comment.