diff --git a/build.gradle.kts b/build.gradle.kts index 4154c79df..d0d9c84da 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -42,7 +42,7 @@ dependencies { implementation("org.knowm.xchart", "xchart", "3.8.8") // unit testing - testImplementation(platform("org.junit:junit-bom:5.11.3")) + testImplementation(platform("org.junit:junit-bom:5.11.4")) testImplementation("org.junit.jupiter", "junit-jupiter") testImplementation("org.knowm.xchart", "xchart", "3.8.8") }