File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ dependencies {
49
49
50
50
testImplementation " org.wiremock:wiremock-jetty12:${ wiremockVersion} "
51
51
testImplementation " org.springframework.boot:spring-boot-starter-test:3.4.1"
52
- testImplementation ' org.assertj:assertj-core:3.26.3 '
52
+ testImplementation ' org.assertj:assertj-core:3.27.4 '
53
53
testImplementation platform(' org.junit:junit-bom:5.11.2' )
54
54
testImplementation ' org.junit.jupiter:junit-jupiter'
55
55
testImplementation ' org.junit.platform:junit-platform-launcher'
@@ -60,7 +60,7 @@ dependencies {
60
60
testImplementation ' io.cucumber:cucumber-spring:7.20.1'
61
61
testImplementation ' io.cucumber:cucumber-junit-platform-engine:7.20.1'
62
62
testImplementation ' org.junit.platform:junit-platform-suite:1.11.4'
63
- testImplementation ' org.assertj:assertj-core:3.26.3 '
63
+ testImplementation ' org.assertj:assertj-core:3.27.4 '
64
64
65
65
constraints {
66
66
implementation(' org.apache.commons:commons-compress:1.26.0' ) {
You can’t perform that action at this time.
0 commit comments