Skip to content

Commit 4d4ddaf

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), [org.junit:junit-bom](https://github.com/junit-team/junit-framework) and [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom). 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 `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) 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) --- 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: org.junit:junit-bom dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch 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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9fb52f5 commit 4d4ddaf

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ subprojects { Project sub ->
8989
}
9090

9191
testImplementation project.deps.gocdPluginApi
92-
testImplementation 'org.mockito:mockito-core:5.21.0'
92+
testImplementation 'org.mockito:mockito-core:5.22.0'
9393
testImplementation 'org.assertj:assertj-core:3.27.7'
94-
testImplementation platform('org.junit:junit-bom:6.0.2')
94+
testImplementation platform('org.junit:junit-bom:6.0.3')
9595
testImplementation 'org.junit.jupiter:junit-jupiter-api'
9696
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
9797
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'

github-pr-status/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies {
2626
implementation project(":common")
2727
implementation 'org.kohsuke:github-api:1.330'
2828

29-
implementation(enforcedPlatform('com.fasterxml.jackson:jackson-bom:2.21.0'))
29+
implementation(enforcedPlatform('com.fasterxml.jackson:jackson-bom:2.21.1'))
3030
}
3131

3232
gocdPlugin {

gitlab-mr-status/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies {
2626
implementation project(":common")
2727
implementation 'org.gitlab:java-gitlab-api:4.1.1'
2828

29-
implementation(enforcedPlatform('com.fasterxml.jackson:jackson-bom:2.21.0'))
29+
implementation(enforcedPlatform('com.fasterxml.jackson:jackson-bom:2.21.1'))
3030
constraints {
3131
implementation('org.slf4j:slf4j-api:2.0.17') {
3232
because 'Transitive dependency of java-gitlab-api is out-of-date'

0 commit comments

Comments
 (0)