Skip to content

Commit

Permalink
Bump mariaDB4j
Browse files Browse the repository at this point in the history
This should allow it to run on newer versions in GitHub actions
  • Loading branch information
BrainStone committed Sep 20, 2024
1 parent 61ba1f2 commit 900d593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
transitive = false
}

testImplementation "ch.vorburger.mariaDB4j:mariaDB4j:2.4.0"
testImplementation "ch.vorburger.mariaDB4j:mariaDB4j:2.6.0"
testImplementation "commons-io:commons-io:2.6"
testRuntimeOnly "org.mariadb.jdbc:mariadb-java-client:2.4.1"
testRuntimeOnly "org.slf4j:slf4j-nop:1.7.30"
Expand Down

0 comments on commit 900d593

Please sign in to comment.