diff --git a/build.gradle b/build.gradle index 4182e9c..133e941 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ dependencies { implementation 'com.fasterxml.jackson.core:jackson-databind:2.20.1' compileOnly 'org.apache.spark:spark-sql_2.12:3.5.7' - testImplementation platform('org.junit:junit-bom:6.0.1') + testImplementation platform('org.junit:junit-bom:6.0.2') testImplementation 'org.junit.jupiter:junit-jupiter' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testImplementation 'org.assertj:assertj-core:3.27.6'