Skip to content

Commit 61970ac

Browse files
Bump the gradle-deps group with 3 updates
Bumps the gradle-deps group with 3 updates: [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom), [org.junit:junit-bom](https://github.com/junit-team/junit-framework) and [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito). 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) Updates `org.mockito:mockito-junit-jupiter` 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) --- updated-dependencies: - 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 - dependency-name: org.mockito:mockito-junit-jupiter dependency-version: 5.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6a0aa76 commit 61970ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,17 @@ dependencies {
5858
implementation 'org.apache.commons:commons-exec:1.6.0'
5959
implementation 'commons-io:commons-io:2.21.0'
6060

61-
implementation platform('com.fasterxml.jackson:jackson-bom:2.21.0')
61+
implementation platform('com.fasterxml.jackson:jackson-bom:2.21.1')
6262
implementation 'com.fasterxml.jackson.core:jackson-databind'
6363
implementation 'com.fasterxml.jackson.core:jackson-annotations'
6464
implementation 'org.apache.commons:commons-lang3:3.20.0'
6565

66-
testImplementation platform('org.junit:junit-bom:6.0.2')
66+
testImplementation platform('org.junit:junit-bom:6.0.3')
6767
testImplementation 'org.junit.jupiter:junit-jupiter-api'
6868
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
6969
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
7070
testCompileOnly "cd.go.plugin:go-plugin-api:${gocdPluginVersion}"
71-
testImplementation 'org.mockito:mockito-junit-jupiter:5.21.0'
71+
testImplementation 'org.mockito:mockito-junit-jupiter:5.22.0'
7272
testImplementation 'org.assertj:assertj-core:3.27.7'
7373
testImplementation 'uk.org.webcompere:system-stubs-jupiter:2.1.8'
7474
}

0 commit comments

Comments
 (0)