fix(deps): update dependency commons-logging:commons-logging to v1.3.2

This commit is contained in:
renovate[bot] 2024-05-15 22:39:09 +00:00 committed by GitHub
parent d67e50b5b8
commit ef613810d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ dependencies {
implementation('org.liquibase.ext:liquibase-yugabytedb:4.27.0') { exclude group: 'org.liquibase' }
implementation 'com.zaxxer:HikariCP:5.1.0'
implementation 'org.springframework.security:spring-security-crypto:6.2.4'
implementation 'commons-logging:commons-logging:1.3.1'
implementation 'commons-logging:commons-logging:1.3.2'
implementation(platform("com.squareup.okhttp3:okhttp-bom:4.12.0"))
implementation 'com.squareup.okhttp3:okhttp'
implementation 'com.squareup.okhttp3:okhttp-brotli'