We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f88ea commit 761b769Copy full SHA for 761b769
build.gradle
@@ -62,11 +62,11 @@ dependencies {
62
testImplementation(platform('org.junit:junit-bom:5.9.0'))
63
testImplementation('org.junit.jupiter:junit-jupiter')
64
// testImplementation 'junit:junit:4.13.2'
65
- testImplementation 'com.github.seeseemelk:MockBukkit-v1.19:2.120.1'
+ testImplementation 'com.github.seeseemelk:MockBukkit-v1.19:2.122.0'
66
testImplementation 'org.mockito:mockito-core:4.8.0'
67
testImplementation 'org.mockito:mockito-junit-jupiter:4.8.0'
68
testImplementation 'org.xerial:sqlite-jdbc:3.39.3.0'
69
- testImplementation 'ch.vorburger.mariaDB4j:mariaDB4j:2.5.3'
+ testImplementation 'ch.vorburger.mariaDB4j:mariaDB4j:2.6.0'
70
}
71
72
processResources { // modify version string
0 commit comments