diff --git a/build.gradle b/build.gradle index 78628b2..f635a58 100644 --- a/build.gradle +++ b/build.gradle @@ -60,7 +60,7 @@ dependencies { implementation 'com.google.code.gson:gson:2.13.2' implementation 'org.jspecify:jspecify:1.0.0' - testImplementation platform('org.junit:junit-bom:6.0.0') + testImplementation platform('org.junit:junit-bom:6.0.1') testImplementation 'org.junit.jupiter:junit-jupiter' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testImplementation "org.hamcrest:hamcrest-library:3.0"