Skip to content

Commit 3726de6

Browse files
authored
Merge pull request #342 from gocd-contrib/dependabot/gradle/gradle-deps-1acd619cf1
Bump the gradle-deps group with 2 updates
2 parents bdbc9aa + 336d2cc commit 3726de6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ gocdPlugin {
4848

4949
ext {
5050
deps = [
51-
gocdPluginApi: 'cd.go.plugin:go-plugin-api:25.3.0',
51+
gocdPluginApi: 'cd.go.plugin:go-plugin-api:25.4.0',
5252
]
5353

5454
versions = project.ext.deps.collectEntries { lib, libGav -> [lib, libGav.split(':').last()] }
@@ -87,7 +87,7 @@ subprojects { Project sub ->
8787
}
8888

8989
testImplementation project.deps.gocdPluginApi
90-
testImplementation 'org.mockito:mockito-core:5.20.0'
90+
testImplementation 'org.mockito:mockito-core:5.21.0'
9191
testImplementation 'org.assertj:assertj-core:3.27.6'
9292
testImplementation platform('org.junit:junit-bom:6.0.1')
9393
testImplementation 'org.junit.jupiter:junit-jupiter-api'

0 commit comments

Comments
 (0)