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

Commit debd914

Browse files
committed
Latest versions (dependabot)
1 parent 2ffae1b commit debd914

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ dependencies {
3939
implementation(group:'net.rakugakibox.spring.boot', name:'logback-access-spring-boot-starter', version:'2.11.0')
4040

4141
implementation(group:'com.authy', name:'authy-java', version:'1.5.1')
42-
implementation(group:'com.twilio.sdk', name:'twilio', version:'10.6.8')
43-
implementation(group:'org.xerial', name:'sqlite-jdbc', version:'3.41.2.2')
42+
implementation(group:'com.twilio.sdk', name:'twilio', version:'10.8.0')
43+
implementation(group:'org.xerial', name:'sqlite-jdbc', version:'3.49.1.0')
4444

4545
testImplementation(group: 'junit', name:'junit', version:'4.13.2')
4646
testImplementation(group:'org.springframework.boot', name:'spring-boot-starter-test', version:"${springBootVer}")

0 commit comments

Comments
 (0)