diff --git a/build.gradle b/build.gradle index 82c6040..cb763c7 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ dependencies { implementation 'com.fasterxml.jackson.core:jackson-databind:2.20.0' compileOnly 'org.apache.spark:spark-sql_2.12:3.4.4' - testImplementation platform('org.junit:junit-bom:5.13.4') + testImplementation platform('org.junit:junit-bom:5.14.0') testImplementation 'org.junit.jupiter:junit-jupiter' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testImplementation 'org.assertj:assertj-core:3.27.6'