Skip to content

Commit 6f55ce0

Browse files
authored
Merge pull request #195 from gocd-contrib/dependabot/gradle/gradle-deps-1acd619cf1
Bump the gradle-deps group with 2 updates
2 parents 677ccf0 + 681004c commit 6f55ce0

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
@@ -61,7 +61,7 @@ repositories {
6161

6262
ext {
6363
deps = [
64-
gocdPluginApi: 'cd.go.plugin:go-plugin-api:25.3.0',
64+
gocdPluginApi: 'cd.go.plugin:go-plugin-api:25.4.0',
6565
]
6666

6767
versions = project.ext.deps.collectEntries { lib, libGav -> [lib, libGav.split(':').last()] }
@@ -77,7 +77,7 @@ dependencies {
7777
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
7878
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
7979

80-
testImplementation 'org.mockito:mockito-core:5.20.0'
80+
testImplementation 'org.mockito:mockito-core:5.21.0'
8181
testImplementation 'org.assertj:assertj-core:3.27.6'
8282
testImplementation "cd.go.plugin:go-plugin-api:${project.versions.gocdPluginApi}"
8383
}

0 commit comments

Comments
 (0)