diff --git a/build.gradle b/build.gradle index 662080f..0d2f19a 100644 --- a/build.gradle +++ b/build.gradle @@ -73,12 +73,12 @@ dependencies { } testImplementation project.deps.gocdPluginApi - testImplementation platform('org.junit:junit-bom:6.0.2') + testImplementation platform('org.junit:junit-bom:6.0.3') testImplementation 'org.junit.jupiter:junit-jupiter-api' testImplementation 'org.junit.jupiter:junit-jupiter-params' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' - testImplementation 'org.mockito:mockito-core:5.21.0' + testImplementation 'org.mockito:mockito-core:5.22.0' testImplementation 'org.assertj:assertj-core:3.27.7' }