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.
1 parent 762e327 commit a33ec1dCopy full SHA for a33ec1d
build.gradle
@@ -33,7 +33,7 @@ dependencies {
33
implementation 'io.github.springboot-addons:spring-boot-starter-httpclient5-resilience4j:1.1.3'
34
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.9'
35
testImplementation 'org.springframework.boot:spring-boot-starter-test'
36
- testImplementation 'org.assertj:assertj-core:3.27.3'
+ testImplementation 'org.assertj:assertj-core:3.27.4'
37
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
38
}
39
0 commit comments