File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2
2
3
- val mockkVersion = " 1.14.0 "
3
+ val mockkVersion = " 1.14.2 "
4
4
val logstashVersion = " 8.1"
5
- val testContainersVersion = " 1.20.6 "
6
- val springDocVersion = " 2.8.6 "
7
- val tokenValidationVersion = " 5.0.24 "
5
+ val testContainersVersion = " 1.21.0 "
6
+ val springDocVersion = " 2.8.8 "
7
+ val tokenValidationVersion = " 5.0.25 "
8
8
val kotlinVersion = " 2.1.20"
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.4.4 "
16
+ id(" org.springframework.boot" ) version " 3.4.5 "
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