@@ -14,10 +14,10 @@ buildscript {
14
14
15
15
plugins {
16
16
java
17
- kotlin(" jvm" ) version " 2.0 .0"
17
+ kotlin(" jvm" ) version " 2.1 .0"
18
18
idea
19
19
id(" com.github.johnrengelman.shadow" ) version " 8.1.1"
20
- id(" org.jmailen.kotlinter" ) version " 4.3.0 "
20
+ id(" org.jmailen.kotlinter" ) version " 5.0.1 "
21
21
}
22
22
23
23
@@ -33,18 +33,18 @@ dependencies {
33
33
implementation(kotlin(" stdlib" ))
34
34
implementation(kotlin(" reflect" ))
35
35
36
- implementation(" io.moia.lambda-kotlin-request-router:router:0.10.2 " )
36
+ implementation(" io.moia.lambda-kotlin-request-router:router:1.1.0 " )
37
37
38
38
implementation(" com.amazonaws:aws-lambda-java-core:1.2.3" )
39
39
implementation(" com.amazonaws:aws-lambda-java-log4j2:1.6.0" )
40
- implementation(" com.fasterxml.jackson.core:jackson-databind:2.17.1 " )
41
- implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.17.1 " )
40
+ implementation(" com.fasterxml.jackson.core:jackson-databind:2.18.2 " )
41
+ implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2 " )
42
42
implementation(" com.google.guava:guava:23.0" )
43
43
44
- implementation(" ch.qos.logback:logback-classic:1.5.6 " )
45
- implementation(" org.slf4j:log4j-over-slf4j:2.0.13 " )
44
+ implementation(" ch.qos.logback:logback-classic:1.5.16 " )
45
+ implementation(" org.slf4j:log4j-over-slf4j:2.0.16 " )
46
46
47
- testImplementation(" org.junit.jupiter:junit-jupiter-engine:5.10.2 " )
47
+ testImplementation(" org.junit.jupiter:junit-jupiter-engine:5.11.4 " )
48
48
}
49
49
50
50
tasks {
0 commit comments