Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit 6d6546f

Browse files
authored
[DEVEDSB-1797] Fix critical vulnerabilities reported by Synk (#182)
1 parent 730b875 commit 6d6546f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737
// Spring
3838
implementation(group:'org.springframework.boot', name:'spring-boot-starter-data-jpa', version:"${springBootVer}")
3939
implementation(group:'org.springframework.boot', name:'spring-boot-starter-security', version:"${springBootVer}")
40-
implementation(group:'net.rakugakibox.spring.boot', name:'logback-access-spring-boot-starter', version:'2.7.1')
40+
implementation(group:'net.rakugakibox.spring.boot', name:'logback-access-spring-boot-starter', version:'2.8.0')
4141

4242
implementation(group:'com.authy', name:'authy-java', version:'1.5.1')
4343
implementation(group:'com.twilio.sdk', name:'twilio', version:'8.11.0')

0 commit comments

Comments
 (0)