mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Bump spring-security-crypto from 5.7.0 to 5.7.1
Bumps [spring-security-crypto](https://github.com/spring-projects/spring-security) from 5.7.0 to 5.7.1. - [Release notes](https://github.com/spring-projects/spring-security/releases) - [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc) - [Commits](https://github.com/spring-projects/spring-security/compare/5.7.0...5.7.1) --- updated-dependencies: - dependency-name: org.springframework.security:spring-security-crypto dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
133a68f454
commit
fea88be43e
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ dependencies {
|
|||
implementation 'org.hibernate:hibernate-core:5.6.7.Final'
|
||||
implementation 'org.hibernate:hibernate-hikaricp:5.6.7.Final'
|
||||
implementation 'com.zaxxer:HikariCP:5.0.1'
|
||||
implementation 'org.springframework.security:spring-security-crypto:5.7.0'
|
||||
implementation 'org.springframework.security:spring-security-crypto:5.7.1'
|
||||
implementation 'commons-logging:commons-logging:1.2'
|
||||
implementation(platform("com.squareup.okhttp3:okhttp-bom:4.9.3"))
|
||||
implementation("com.squareup.okhttp3:okhttp")
|
||||
|
|
Loading…
Reference in a new issue