diff --git a/build.gradle b/build.gradle index 5b21bfa..1d2229f 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ dependencies { // me.jeremiah.data.ByteTranslatable dependencies implementation 'com.esotericsoftware:kryo:5.6.2' - testImplementation 'org.junit.jupiter:junit-jupiter:6.0.1' + testImplementation 'org.junit.jupiter:junit-jupiter:6.0.2' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testImplementation 'org.slf4j:slf4j-api:2.1.0-alpha1'