Skip to content

Commit 48f3c9d

Browse files
authored
Merge pull request #347 from gocd-contrib/dependabot/gradle/gradle-deps-827490ed22
Bump the gradle-deps group with 3 updates
2 parents a544e9b + 2c715f6 commit 48f3c9d

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
@@ -81,15 +81,15 @@ subprojects { Project sub ->
8181
implementation 'org.apache.httpcomponents:httpclient:4.5.14'
8282

8383
constraints {
84-
implementation('commons-codec:commons-codec:1.20.0') {
84+
implementation('commons-codec:commons-codec:1.21.0') {
8585
because 'Transitive dependency of apache httpclient has reported vulnerabilities'
8686
}
8787
}
8888

8989
testImplementation project.deps.gocdPluginApi
9090
testImplementation 'org.mockito:mockito-core:5.21.0'
9191
testImplementation 'org.assertj:assertj-core:3.27.7'
92-
testImplementation platform('org.junit:junit-bom:6.0.1')
92+
testImplementation platform('org.junit:junit-bom:6.0.2')
9393
testImplementation 'org.junit.jupiter:junit-jupiter-api'
9494
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
9595
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.20.1'))
29+
implementation(enforcedPlatform('com.fasterxml.jackson:jackson-bom:2.21.0'))
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.20.1'))
29+
implementation(enforcedPlatform('com.fasterxml.jackson:jackson-bom:2.21.0'))
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)