Skip to content

Commit 1e99efd

Browse files
authored
Merge pull request #176 from gocd-contrib/dependabot/gradle/gradle-deps-c742e072e2
Bump the gradle-deps group with 2 updates
2 parents 154b4e7 + 7a86eb6 commit 1e99efd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ dependencies {
6666
implementation 'com.google.code.gson:gson:2.13.1'
6767

6868
testImplementation project.deps.gocdPluginApi
69-
testImplementation platform('org.junit:junit-bom:5.12.2')
69+
testImplementation platform('org.junit:junit-bom:5.13.0')
7070
testImplementation 'org.junit.jupiter:junit-jupiter-api'
7171
testImplementation 'org.junit.jupiter:junit-jupiter-params'
7272
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
7373
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
7474
testImplementation 'org.hamcrest:hamcrest-core:3.0'
75-
testImplementation 'org.mockito:mockito-core:5.17.0'
75+
testImplementation 'org.mockito:mockito-core:5.18.0'
7676
testImplementation('com.icegreen:greenmail:2.1.3') {
7777
exclude group: 'junit'
7878
}

0 commit comments

Comments
 (0)