Use Spring Boot 3.4.0-SNAPSHOT

This commit is contained in:
Marcus Hert Da Coregio
2024-06-21 11:38:04 -03:00
parent 71156ca9c2
commit e11d1cb770
19 changed files with 60 additions and 60 deletions

View File

@@ -20,7 +20,7 @@ dependencies {
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.springframework.security:spring-security-test'
integTestImplementation 'net.sourceforge.htmlunit:htmlunit'
integTestImplementation 'org.htmlunit:htmlunit'
}
tasks.withType(Test).configureEach {