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