diff --git a/build.gradle b/build.gradle index f752fdd..1a68bce 100644 --- a/build.gradle +++ b/build.gradle @@ -54,7 +54,7 @@ dependencies { implementation group: 'com.h2database', name: 'h2', version: '1.4.200' // Should match version at GoCD 20.5.0 release, since H2 dont guarantee backward compatiiblity implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.3' - testImplementation platform('org.junit:junit-bom:5.10.3') + testImplementation platform('org.junit:junit-bom:5.11.0') testImplementation group: "org.junit.jupiter", name: "junit-jupiter-api" testRuntimeOnly group: "org.junit.jupiter", name: "junit-jupiter-engine" testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher'