We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7967434 + 25c7734 commit e0f9de0Copy full SHA for e0f9de0
build.gradle
@@ -33,7 +33,7 @@ dependencies {
33
implementation 'io.github.springboot-addons:spring-boot-starter-httpclient5-resilience4j:1.2.1'
34
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.13'
35
testImplementation 'org.springframework.boot:spring-boot-starter-test'
36
- testImplementation 'org.assertj:assertj-core:3.27.5'
+ testImplementation 'org.assertj:assertj-core:3.27.6'
37
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
38
}
39
0 commit comments