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.14.2"
4
4
val logstashVersion = " 8.1"
5
- val testContainersVersion = " 1.21.1 "
6
- val springDocVersion = " 2.8.8 "
7
- val tokenValidationVersion = " 5.0.29 "
5
+ val testContainersVersion = " 1.21.2 "
6
+ val springDocVersion = " 2.8.9 "
7
+ val tokenValidationVersion = " 5.0.30 "
8
8
val kotlinVersion = " 2.1.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.5.0 "
16
+ id(" org.springframework.boot" ) version " 3.5.3 "
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