File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff 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
3232gocdPlugin {
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments