1
1
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2
2
3
- val mockkVersion = " 1.13.7 "
3
+ val mockkVersion = " 1.13.8 "
4
4
val logstashVersion = " 7.4"
5
- val testContainersVersion = " 1.19.0 "
5
+ val testContainersVersion = " 1.19.1 "
6
6
val springDocVersion = " 2.2.0"
7
- val tokenValidationVersion = " 3.1.5 "
7
+ val tokenValidationVersion = " 3.1.7 "
8
8
val kotlinVersion = " 1.9.10"
9
9
10
10
repositories {
@@ -13,7 +13,7 @@ repositories {
13
13
14
14
plugins {
15
15
val kotlinVersion = " 1.8.0"
16
- id(" org.springframework.boot" ) version " 3.1.3 "
16
+ id(" org.springframework.boot" ) version " 3.1.4 "
17
17
kotlin(" jvm" ) version kotlinVersion
18
18
kotlin(" plugin.spring" ) version kotlinVersion
19
19
kotlin(" plugin.jpa" ) version kotlinVersion
@@ -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.15.2 " )
47
+ implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.15.3 " )
48
48
49
49
testImplementation(" org.testcontainers:testcontainers:$testContainersVersion " )
50
50
testImplementation(" org.testcontainers:junit-jupiter:$testContainersVersion " )
0 commit comments