1
1
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2
2
3
- val mockkVersion = " 1.13.11 "
4
- val logstashVersion = " 7.4 "
5
- val testContainersVersion = " 1.19.8 "
6
- val springDocVersion = " 2.5 .0"
7
- val tokenValidationVersion = " 5.0.1 "
8
- val kotlinVersion = " 2.0.0 "
3
+ val mockkVersion = " 1.13.13 "
4
+ val logstashVersion = " 8.0 "
5
+ val testContainersVersion = " 1.20.2 "
6
+ val springDocVersion = " 2.6 .0"
7
+ val tokenValidationVersion = " 5.0.5 "
8
+ val kotlinVersion = " 2.0.20 "
9
9
10
10
repositories {
11
11
mavenCentral()
12
12
}
13
13
14
14
plugins {
15
15
val kotlinVersion = " 2.0.0"
16
- id(" org.springframework.boot" ) version " 3.3.2 "
16
+ id(" org.springframework.boot" ) version " 3.3.4 "
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:2.0.0 " )
26
+ implementation(" org.jetbrains.kotlin:kotlin-stdlib:2.0.20 " )
27
27
28
28
implementation(" org.springframework.boot:spring-boot-starter-web" )
29
29
implementation(" org.springframework.boot:spring-boot-starter-actuator" )
@@ -44,7 +44,7 @@ dependencies {
44
44
45
45
implementation(" ch.qos.logback:logback-classic" )
46
46
implementation(" net.logstash.logback:logstash-logback-encoder:$logstashVersion " )
47
- implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.17.1 " )
47
+ implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.18.0 " )
48
48
49
49
testImplementation(" org.testcontainers:testcontainers:$testContainersVersion " )
50
50
testImplementation(" org.testcontainers:junit-jupiter:$testContainersVersion " )
0 commit comments