Skip to content

Commit

Permalink
fix(deps): update dependency org.springframework.security:spring-secu…
Browse files Browse the repository at this point in the history
…rity-crypto to v6.2.3
  • Loading branch information
renovate[bot] committed Apr 2, 2024
1 parent 016117b commit 2df484a
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 @@ -36,7 +36,7 @@ dependencies {
implementation 'org.liquibase:liquibase-core:4.26.0'
implementation('org.liquibase.ext:liquibase-yugabytedb:4.26.0') { exclude group: 'org.liquibase' }
implementation 'com.zaxxer:HikariCP:5.1.0'
implementation 'org.springframework.security:spring-security-crypto:6.2.2'
implementation 'org.springframework.security:spring-security-crypto:6.2.3'
implementation 'commons-logging:commons-logging:1.3.1'
implementation(platform("com.squareup.okhttp3:okhttp-bom:4.12.0"))
implementation 'com.squareup.okhttp3:okhttp'
Expand Down

0 comments on commit 2df484a

Please sign in to comment.