@@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22import org.springframework.boot.gradle.tasks.bundling.BootBuildImage
33
44plugins {
5- id(" org.springframework.boot" ) version " 3.2.4 "
5+ id(" org.springframework.boot" ) version " 3.2.5 "
66 id(" io.spring.dependency-management" ) version " 1.1.4"
77 id(" com.diffplug.spotless" ) version " 6.25.0"
88 id(" com.google.cloud.tools.jib" ) version " 3.4.2"
@@ -29,18 +29,18 @@ repositories {
2929}
3030
3131dependencies {
32- implementation(" org.springframework.boot:spring-boot-starter-actuator:3.2.4 " )
33- implementation(" org.springframework.boot:spring-boot-starter-data-jpa:3.2.4 " )
34- implementation(" org.springframework.boot:spring-boot-starter-security:3.2.4 " )
35- implementation(" org.springframework.boot:spring-boot-starter-thymeleaf:3.2.4 " )
36- implementation(" org.springframework.boot:spring-boot-starter-web:3.2.4 " )
37- implementation(" org.springframework.boot:spring-boot-starter-validation:3.2.4 " )
32+ implementation(" org.springframework.boot:spring-boot-starter-actuator:3.2.6 " )
33+ implementation(" org.springframework.boot:spring-boot-starter-data-jpa:3.2.5 " )
34+ implementation(" org.springframework.boot:spring-boot-starter-security:3.2.6 " )
35+ implementation(" org.springframework.boot:spring-boot-starter-thymeleaf:3.2.6 " )
36+ implementation(" org.springframework.boot:spring-boot-starter-web:3.2.6 " )
37+ implementation(" org.springframework.boot:spring-boot-starter-validation:3.2.6 " )
3838 implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.17.0" )
3939 implementation(" org.jetbrains.kotlin:kotlin-reflect" )
4040 implementation(" org.thymeleaf.extras:thymeleaf-extras-springsecurity6:3.1.2.RELEASE" )
41- developmentOnly(" org.springframework.boot:spring-boot-devtools:3.2.4 " )
41+ developmentOnly(" org.springframework.boot:spring-boot-devtools:3.2.6 " )
4242 runtimeOnly(" org.postgresql:postgresql:42.7.3" )
43- testImplementation(" org.springframework.boot:spring-boot-starter-test:3.2.4 " )
43+ testImplementation(" org.springframework.boot:spring-boot-starter-test:3.2.5 " )
4444 testImplementation(" org.springframework.security:spring-security-test:6.2.3" )
4545 testImplementation(" org.mockito.kotlin:mockito-kotlin:5.3.1" )
4646}
0 commit comments