Skip to content

Commit 139115a

Browse files
authored
Merge pull request #351 from gocd-contrib/dependabot/gradle/gradle-deps-01c741a4a8
Bump the gradle-deps group with 3 updates
2 parents f11a8c5 + 4c14731 commit 139115a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ tasks.withType(JavaCompile).configureEach {
6262
ext {
6363
deps = [
6464
gocdPluginApi: 'cd.go.plugin:go-plugin-api:25.4.0',
65-
mockito : 'org.mockito:mockito-core:5.21.0',
65+
mockito : 'org.mockito:mockito-core:5.22.0',
6666
slf4j : 'org.slf4j:slf4j-api:2.0.17',
6767
]
6868

@@ -80,7 +80,7 @@ dependencies {
8080
implementation 'org.freemarker:freemarker:2.3.34'
8181

8282
// Control/upgrade Spotify docker-client transitive dependencies
83-
implementation platform('com.fasterxml.jackson:jackson-bom:2.21.0')
83+
implementation platform('com.fasterxml.jackson:jackson-bom:2.21.1')
8484
implementation platform('org.glassfish.jersey:jersey-bom:2.25')
8585
constraints {
8686
implementation('commons-io:commons-io:2.21.0') {
@@ -134,7 +134,7 @@ dependencies {
134134
implementation "org.slf4j:jcl-over-slf4j:${project.versions.slf4j}"
135135

136136
testImplementation project.deps.gocdPluginApi
137-
testImplementation platform('org.junit:junit-bom:6.0.2')
137+
testImplementation platform('org.junit:junit-bom:6.0.3')
138138
testImplementation 'org.junit.jupiter:junit-jupiter-api'
139139
testImplementation 'org.junit.jupiter:junit-jupiter-params'
140140
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'

0 commit comments

Comments
 (0)