We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5bf99b commit 016117bCopy full SHA for 016117b
build.gradle
@@ -37,7 +37,7 @@ dependencies {
37
implementation('org.liquibase.ext:liquibase-yugabytedb:4.26.0') { exclude group: 'org.liquibase' }
38
implementation 'com.zaxxer:HikariCP:5.1.0'
39
implementation 'org.springframework.security:spring-security-crypto:6.2.2'
40
- implementation 'commons-logging:commons-logging:1.3.0'
+ implementation 'commons-logging:commons-logging:1.3.1'
41
implementation(platform("com.squareup.okhttp3:okhttp-bom:4.12.0"))
42
implementation 'com.squareup.okhttp3:okhttp'
43
implementation 'com.squareup.okhttp3:okhttp-brotli'
0 commit comments