diff --git a/build.gradle b/build.gradle index 7bcd8aa..6c3bb3b 100644 --- a/build.gradle +++ b/build.gradle @@ -78,7 +78,7 @@ dependencies { testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testImplementation 'org.mockito:mockito-core:5.21.0' - testImplementation 'org.assertj:assertj-core:3.27.6' + testImplementation 'org.assertj:assertj-core:3.27.7' testImplementation "cd.go.plugin:go-plugin-api:${project.versions.gocdPluginApi}" }