From e5d8ac86ca71c6a43f305eccd4eb6e5d1e1aa0a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 14:07:44 +0000 Subject: [PATCH] fix(deps): update dependency commons-logging:commons-logging to v1.3.4 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7e121dc9..60325e8d 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ dependencies { implementation('org.liquibase.ext:liquibase-yugabytedb:4.28.0') { exclude group: 'org.liquibase' } implementation 'com.zaxxer:HikariCP:5.1.0' implementation 'org.springframework.security:spring-security-crypto:6.3.1' - implementation 'commons-logging:commons-logging:1.3.3' + implementation 'commons-logging:commons-logging:1.3.4' implementation(platform("com.squareup.okhttp3:okhttp-bom:4.12.0")) implementation 'com.squareup.okhttp3:okhttp' implementation 'com.squareup.okhttp3:okhttp-brotli'