Skip to content

Commit a098076

Browse files
authored
Upgrade spring boot to 3.4.2
1 parent 3fd4ae7 commit a098076

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ plugins {
4040

4141
// @see https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-web
4242
// changing that will upgrade spring to the corresponding version
43-
id 'org.springframework.boot' version '3.4.1'
43+
id 'org.springframework.boot' version '3.4.2'
4444

4545
// much better output during running tests
4646
// see https://github.com/radarsh/gradle-test-logger-plugin for configuration options

0 commit comments

Comments
 (0)