diff --git a/build.gradle b/build.gradle index 15c3ff3..a21ecb4 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ tasks.withType(JavaCompile).configureEach { } dependencies { - testImplementation platform('org.junit:junit-bom:5.9.1') + testImplementation platform('org.junit:junit-bom:5.10.2') testImplementation 'org.junit.jupiter:junit-jupiter' implementation 'com.github.twitch4j:twitch4j:1.20.0' implementation 'org.xerial:sqlite-jdbc:3.45.2.0'