chore: Updated packages

Brought Javacord and sqlite3 to latest versions

FS-34
This commit is contained in:
Alex G 2024-01-10 21:19:17 -05:00
parent 311a6f6e7c
commit 01af9b916c

View File

@ -26,10 +26,10 @@ repositories {
}
dependencies {
implementation 'org.xerial:sqlite-jdbc:3.36.0.2'
implementation 'org.xerial:sqlite-jdbc:3.41.2.2'
implementation 'org.postgresql:postgresql:42.2.24'
implementation 'com.github.Kaaz:ConfigurationBuilder:0.4'
implementation 'org.javacord:javacord:3.7.0'
implementation 'org.javacord:javacord:3.8.0'
implementation 'com.vdurmont:emoji-java:5.1.1'
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
implementation 'ch.qos.logback:logback-classic:1.2.5'
@ -37,7 +37,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-actuator:2.5.4'
implementation 'org.springframework.boot:spring-boot-starter-web:2.5.4'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa:2.5.4'
// implementation 'org.springframework.boot:spring-boot-starter-data-jpa:2.5.4'
testImplementation 'org.springframework.boot:spring-boot-starter-test:2.5.4'
implementation platform('com.google.cloud:libraries-bom:23.0.0')