File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ dependencies {
1818 api(" org.apiguardian:apiguardian-api:1.1.2" )
1919 api(" org.asciidoctor:asciidoctorj:3.0.0" )
2020 api(" org.asciidoctor:asciidoctorj-pdf:2.3.19" )
21- api(" org.assertj:assertj-core:3.27.3" )
2221 api(" org.hamcrest:hamcrest-core:1.3" )
2322 api(" org.hamcrest:hamcrest-library:1.3" )
2423 api(" org.hibernate.validator:hibernate-validator:9.0.1.Final" )
@@ -27,6 +26,7 @@ dependencies {
2726 }
2827 api(enforcedPlatform(" com.fasterxml.jackson:jackson-bom:2.20.0-rc1" ))
2928 api(enforcedPlatform(" io.rest-assured:rest-assured-bom:5.5.6" ))
29+ api(enforcedPlatform(" org.assertj:assertj-core:3.27.4" ))
3030 api(enforcedPlatform(" org.mockito:mockito-bom:5.19.0" ))
3131 api(enforcedPlatform(" org.junit:junit-bom:5.13.4" ))
3232 api(enforcedPlatform(" org.springframework:spring-framework-bom:$springFrameworkVersion " ))
You can’t perform that action at this time.
0 commit comments