Fix tests for Spring Boot 4 and test config

This commit is contained in:
root
2026-02-02 15:47:40 +01:00
parent 9259fa6ca9
commit 4d794afc7d
3 changed files with 33 additions and 6 deletions
+2
View File
@@ -26,6 +26,8 @@ dependencies {
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.springframework.boot:spring-boot-test'
testImplementation 'org.springframework.boot:spring-boot-test-autoconfigure'
}
tasks.named('test') {