Skip to content

Commit 761b769

Browse files
committed
update dependencies
1 parent 54f88ea commit 761b769

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
@@ -62,11 +62,11 @@ dependencies {
6262
testImplementation(platform('org.junit:junit-bom:5.9.0'))
6363
testImplementation('org.junit.jupiter:junit-jupiter')
6464
// testImplementation 'junit:junit:4.13.2'
65-
testImplementation 'com.github.seeseemelk:MockBukkit-v1.19:2.120.1'
65+
testImplementation 'com.github.seeseemelk:MockBukkit-v1.19:2.122.0'
6666
testImplementation 'org.mockito:mockito-core:4.8.0'
6767
testImplementation 'org.mockito:mockito-junit-jupiter:4.8.0'
6868
testImplementation 'org.xerial:sqlite-jdbc:3.39.3.0'
69-
testImplementation 'ch.vorburger.mariaDB4j:mariaDB4j:2.5.3'
69+
testImplementation 'ch.vorburger.mariaDB4j:mariaDB4j:2.6.0'
7070
}
7171

7272
processResources { // modify version string

0 commit comments

Comments
 (0)