diff --git a/build.gradle b/build.gradle index 87842e8..878880d 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ dependencies { // Spring implementation(group:'org.springframework.boot', name:'spring-boot-starter-data-jpa', version:"${springBootVer}") implementation(group:'org.springframework.boot', name:'spring-boot-starter-security', version:"${springBootVer}") - implementation(group:'net.rakugakibox.spring.boot', name:'logback-access-spring-boot-starter', version:'2.7.1') + implementation(group:'net.rakugakibox.spring.boot', name:'logback-access-spring-boot-starter', version:'2.11.0') implementation(group:'com.authy', name:'authy-java', version:'1.5.1') implementation(group:'com.twilio.sdk', name:'twilio', version:'8.11.0')