File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
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.13.5 "
3
+ val mockkVersion = " 1.13.7 "
4
4
val logstashVersion = " 7.4"
5
- val testContainersVersion = " 1.18.3 "
6
- val springDocVersion = " 2.1 .0"
7
- val tokenValidationVersion = " 3.1.0 "
8
- val kotlinVersion = " 1.9.0 "
5
+ val testContainersVersion = " 1.19.0 "
6
+ val springDocVersion = " 2.2 .0"
7
+ val tokenValidationVersion = " 3.1.5 "
8
+ val kotlinVersion = " 1.9.10 "
9
9
10
10
repositories {
11
11
mavenCentral()
12
12
}
13
13
14
14
plugins {
15
15
val kotlinVersion = " 1.8.0"
16
- id(" org.springframework.boot" ) version " 3.1.2 "
16
+ id(" org.springframework.boot" ) version " 3.1.3 "
17
17
kotlin(" jvm" ) version kotlinVersion
18
18
kotlin(" plugin.spring" ) version kotlinVersion
19
19
kotlin(" plugin.jpa" ) version kotlinVersion
@@ -23,7 +23,7 @@ plugins {
23
23
apply (plugin = " io.spring.dependency-management" )
24
24
25
25
dependencies {
26
- implementation(" org.jetbrains.kotlin:kotlin-stdlib:1.9.0 " )
26
+ implementation(" org.jetbrains.kotlin:kotlin-stdlib:1.9.10 " )
27
27
28
28
implementation(" org.springframework.boot:spring-boot-starter-web" )
29
29
implementation(" org.springframework.boot:spring-boot-starter-actuator" )
You can’t perform that action at this time.
0 commit comments