diff --git a/build.gradle b/build.gradle index 86d4ff00..77a8fef5 100644 --- a/build.gradle +++ b/build.gradle @@ -70,13 +70,13 @@ dependencies { implementation 'org.modelmapper:modelmapper:3.2.2' implementation 'org.jooq:jool:0.9.15' - implementation('org.springframework.boot:spring-boot-starter-jetty:3.4.2') { + implementation('org.springframework.boot:spring-boot-starter-jetty:3.5.0-M1') { exclude module: 'jetty-xml' } - implementation('org.springframework.boot:spring-boot-starter-web:3.4.2') { + implementation('org.springframework.boot:spring-boot-starter-web:3.5.0-M1') { exclude module: 'spring-boot-starter-tomcat' } - implementation 'org.springframework.boot:spring-boot-starter-thymeleaf:3.4.2' + implementation 'org.springframework.boot:spring-boot-starter-thymeleaf:3.5.0-M1' implementation 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:3.3.0' implementation 'org.apache.commons:commons-lang3:3.17.0' @@ -87,7 +87,7 @@ dependencies { exclude group: 'bouncycastle' } - testImplementation 'org.springframework.boot:spring-boot-starter-test:3.4.2' + testImplementation 'org.springframework.boot:spring-boot-starter-test:3.5.0-M1' testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.4' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4' }