Skip to content

Commit 654b5bc

Browse files
Bump the all-dependencies group (#497)
1 parent d25d5ea commit 654b5bc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

samples/lambda-kotlin-request-router-sample/build.gradle.kts

+8-8
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ buildscript {
1414

1515
plugins {
1616
java
17-
kotlin("jvm") version "2.0.0"
17+
kotlin("jvm") version "2.1.0"
1818
idea
1919
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"
2121
}
2222

2323

@@ -33,18 +33,18 @@ dependencies {
3333
implementation(kotlin("stdlib"))
3434
implementation(kotlin("reflect"))
3535

36-
implementation("io.moia.lambda-kotlin-request-router:router:0.10.2")
36+
implementation("io.moia.lambda-kotlin-request-router:router:1.1.0")
3737

3838
implementation("com.amazonaws:aws-lambda-java-core:1.2.3")
3939
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")
4242
implementation("com.google.guava:guava:23.0")
4343

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")
4646

47-
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.10.2")
47+
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.4")
4848
}
4949

5050
tasks {

0 commit comments

Comments
 (0)