Skip to content

Commit 7332d06

Browse files
authored
Merge pull request #273 from TWChennai/dependabot/gradle/gradle-deps-08a7088ef6
Bump the gradle-deps group with 3 updates
2 parents 6a0aa76 + 61970ac commit 7332d06

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)