@@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2
2
import org.springframework.boot.gradle.tasks.bundling.BootBuildImage
3
3
4
4
plugins {
5
- id(" org.springframework.boot" ) version " 3.2.4 "
5
+ id(" org.springframework.boot" ) version " 3.4.5 "
6
6
id(" io.spring.dependency-management" ) version " 1.1.4"
7
7
id(" com.diffplug.spotless" ) version " 6.25.0"
8
8
id(" com.google.cloud.tools.jib" ) version " 3.4.2"
@@ -29,18 +29,18 @@ repositories {
29
29
}
30
30
31
31
dependencies {
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.4.5 " )
33
+ implementation(" org.springframework.boot:spring-boot-starter-data-jpa:3.4.5 " )
34
+ implementation(" org.springframework.boot:spring-boot-starter-security:3.4.5 " )
35
+ implementation(" org.springframework.boot:spring-boot-starter-thymeleaf:3.4.5 " )
36
+ implementation(" org.springframework.boot:spring-boot-starter-web:3.4.5 " )
37
+ implementation(" org.springframework.boot:spring-boot-starter-validation:3.4.5 " )
38
38
implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.17.0" )
39
39
implementation(" org.jetbrains.kotlin:kotlin-reflect" )
40
40
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.4.5 " )
42
42
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.4.5 " )
44
44
testImplementation(" org.springframework.security:spring-security-test:6.2.3" )
45
45
testImplementation(" org.mockito.kotlin:mockito-kotlin:5.3.1" )
46
46
}
0 commit comments