File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments