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

This commit is contained in:
renovate[bot] 2024-03-24 15:42:20 +00:00 committed by Kavin
parent b5bf99bbc7
commit 016117bd83
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ dependencies {
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 'commons-logging:commons-logging:1.3.0'
implementation 'commons-logging:commons-logging:1.3.1'
implementation(platform("com.squareup.okhttp3:okhttp-bom:4.12.0"))
implementation 'com.squareup.okhttp3:okhttp'
implementation 'com.squareup.okhttp3:okhttp-brotli'