File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
samples/lambda-kotlin-request-router-sample Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ buildscript {
14
14
15
15
plugins {
16
16
java
17
- kotlin(" jvm" ) version " 2.1.0 "
17
+ kotlin(" jvm" ) version " 2.1.10 "
18
18
idea
19
19
id(" com.github.johnrengelman.shadow" ) version " 8.1.1"
20
20
id(" org.jmailen.kotlinter" ) version " 5.0.1"
@@ -37,14 +37,14 @@ dependencies {
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.18.2 " )
41
- implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2 " )
40
+ implementation(" com.fasterxml.jackson.core:jackson-databind:2.18.3 " )
41
+ implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.18.3 " )
42
42
implementation(" com.google.guava:guava:23.0" )
43
43
44
- implementation(" ch.qos.logback:logback-classic:1.5.16 " )
45
- implementation(" org.slf4j:log4j-over-slf4j:2.0.16 " )
44
+ implementation(" ch.qos.logback:logback-classic:1.5.17 " )
45
+ implementation(" org.slf4j:log4j-over-slf4j:2.0.17 " )
46
46
47
- testImplementation(" org.junit.jupiter:junit-jupiter-engine:5.11.4 " )
47
+ testImplementation(" org.junit.jupiter:junit-jupiter-engine:5.12.0 " )
48
48
}
49
49
50
50
tasks {
You can’t perform that action at this time.
0 commit comments