Skip to content

Commit 4c14731

Browse files
Bump the gradle-deps group with 3 updates
Bumps the gradle-deps group with 3 updates: [org.mockito:mockito-core](https://github.com/mockito/mockito), [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) and [org.junit:junit-bom](https://github.com/junit-team/junit-framework). Updates `org.mockito:mockito-core` from 5.21.0 to 5.22.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.21.0...v5.22.0) Updates `com.fasterxml.jackson:jackson-bom` from 2.21.0 to 2.21.1 - [Commits](FasterXML/jackson-bom@jackson-bom-2.21.0...jackson-bom-2.21.1) Updates `org.junit:junit-bom` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.2...r6.0.3) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-deps - dependency-name: com.fasterxml.jackson:jackson-bom dependency-version: 2.21.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-deps - dependency-name: org.junit:junit-bom dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ca2f0bc commit 4c14731

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)