File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
samples/lambda-kotlin-request-router-sample Expand file tree Collapse file tree 1 file changed +7
-7
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.21 "
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.1.0 "
21
21
}
22
22
23
23
@@ -35,16 +35,16 @@ dependencies {
35
35
36
36
implementation(" io.moia.lambda-kotlin-request-router:router:1.1.0" )
37
37
38
- implementation(" com.amazonaws:aws-lambda-java-core:1.2.3 " )
38
+ implementation(" com.amazonaws:aws-lambda-java-core:1.3.0 " )
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.13 .0" )
48
48
}
49
49
50
50
tasks {
You can’t perform that action at this time.
0 commit comments