File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2
2
3
3
val mockkVersion = " 1.13.13"
4
4
val logstashVersion = " 8.0"
5
- val testContainersVersion = " 1.20.3 "
6
- val springDocVersion = " 2.6 .0"
7
- val tokenValidationVersion = " 5.0.11 "
5
+ val testContainersVersion = " 1.20.4 "
6
+ val springDocVersion = " 2.7 .0"
7
+ val tokenValidationVersion = " 5.0.13 "
8
8
val kotlinVersion = " 2.0.21"
9
9
10
10
repositories {
@@ -13,7 +13,7 @@ repositories {
13
13
14
14
plugins {
15
15
val kotlinVersion = " 2.0.0"
16
- id(" org.springframework.boot" ) version " 3.3.5 "
16
+ id(" org.springframework.boot" ) version " 3.4.0 "
17
17
kotlin(" jvm" ) version kotlinVersion
18
18
kotlin(" plugin.spring" ) version kotlinVersion
19
19
kotlin(" plugin.jpa" ) version kotlinVersion
You can’t perform that action at this time.
0 commit comments