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 @@ -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
You can’t perform that action at this time.
0 commit comments