We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0518ec1 + 786cf8c commit 4545ab7Copy full SHA for 4545ab7
build.gradle
@@ -73,7 +73,7 @@ dependencies {
73
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params'
74
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'
75
testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher'
76
- testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.27.2'
+ testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.27.3'
77
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.15.2'
78
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.18.3'
79
testImplementation project.deps.gocdPluginApi
0 commit comments