@@ -3,17 +3,17 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
3
3
val mockkVersion = " 1.13.8"
4
4
val logstashVersion = " 7.4"
5
5
val testContainersVersion = " 1.19.3"
6
- val springDocVersion = " 2.2 .0"
6
+ val springDocVersion = " 2.3 .0"
7
7
val tokenValidationVersion = " 3.2.0"
8
- val kotlinVersion = " 1.9.21 "
8
+ val kotlinVersion = " 1.9.22 "
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.2.0 "
16
+ id(" org.springframework.boot" ) version " 3.2.1 "
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.21 " )
26
+ implementation(" org.jetbrains.kotlin:kotlin-stdlib:1.9.22 " )
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.16.0 " )
47
+ implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.16.1 " )
48
48
49
49
testImplementation(" org.testcontainers:testcontainers:$testContainersVersion " )
50
50
testImplementation(" org.testcontainers:junit-jupiter:$testContainersVersion " )
0 commit comments