Skip to content

Commit 05cd935

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents c087232 + befd33c commit 05cd935

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
implementation 'org.reflections:reflections:0.10.2'
1818

1919
implementation 'com.zaxxer:HikariCP:5.1.0'
20-
implementation 'org.xerial:sqlite-jdbc:3.45.0.0'
20+
implementation 'org.xerial:sqlite-jdbc:3.45.1.0'
2121

2222
implementation 'org.yaml:snakeyaml:2.2'
2323

@@ -28,8 +28,8 @@ dependencies {
2828
api 'com.google.apis:google-api-services-youtube:v3-rev20240123-2.0.0'
2929
api 'se.michaelthelin.spotify:spotify-web-api-java:8.3.5'
3030

31-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1'
32-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.1'
31+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
32+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
3333

3434
testImplementation 'net.dv8tion:JDA:5.0.0-beta.20'
3535
testImplementation 'ch.qos.logback:logback-classic:1.4.14'

0 commit comments

Comments
 (0)