File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -115,14 +115,14 @@ dependencies {
115115 // Synthetic JAR used for MountableFileTest and DirectoryTarResourceTest
116116 testImplementation files(' testlib/repo/fakejar/fakejar/0/fakejar-0.jar' )
117117
118- testImplementation ' org.assertj:assertj-core:3.27.6 '
118+ testImplementation ' org.assertj:assertj-core:3.27.7 '
119119 testImplementation ' io.rest-assured:rest-assured:5.5.6'
120120
121121 jarFileTestCompileOnly " org.projectlombok:lombok:${ lombok.version} "
122122 jarFileTestAnnotationProcessor " org.projectlombok:lombok:${ lombok.version} "
123123 jarFileTestRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
124124 jarFileTestImplementation ' org.junit.jupiter:junit-jupiter:5.13.4'
125- jarFileTestImplementation ' org.assertj:assertj-core:3.27.6 '
125+ jarFileTestImplementation ' org.assertj:assertj-core:3.27.7 '
126126 jarFileTestImplementation ' org.ow2.asm:asm-debug-all:5.2'
127127}
128128
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies {
66 api ' com.zaxxer:HikariCP-java6:2.3.13'
77 api ' commons-dbutils:commons-dbutils:1.8.1'
88
9- api ' org.assertj:assertj-core:3.27.6 '
9+ api ' org.assertj:assertj-core:3.27.7 '
1010
1111 api ' org.apache.tomcat:tomcat-jdbc:11.0.14'
1212 api ' org.vibur:vibur-dbcp:26.0'
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ dependencies {
1212 testImplementation project(' :testcontainers-postgresql' )
1313
1414 testFixturesImplementation ' io.projectreactor:reactor-core:3.8.1'
15- testFixturesImplementation ' org.assertj:assertj-core:3.27.6 '
15+ testFixturesImplementation ' org.assertj:assertj-core:3.27.7 '
1616 testFixturesImplementation ' org.junit.jupiter:junit-jupiter:5.14.1'
1717}
You can’t perform that action at this time.
0 commit comments