Skip to content

Commit d25d5ea

Browse files
Bump the all-dependencies group (#498)
1 parent 2e24cf1 commit d25d5ea

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

+8-8
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ buildscript {
1616

1717
plugins {
1818
java
19-
kotlin("jvm") version "2.0.0"
19+
kotlin("jvm") version "2.1.0"
2020
idea
2121
id("com.github.johnrengelman.shadow") version "8.1.1"
22-
id("org.jmailen.kotlinter") version "4.3.0"
23-
id("com.google.protobuf") version "0.8.13"
22+
id("org.jmailen.kotlinter") version "5.0.1"
23+
id("com.google.protobuf") version "0.9.4"
2424
}
2525

2626

@@ -32,22 +32,22 @@ repositories {
3232
maven { url = URI("https://jitpack.io") }
3333
}
3434

35-
val proto = "3.11.1"
35+
val proto = "4.29.3"
3636
dependencies {
3737
implementation(kotlin("stdlib"))
3838
implementation(kotlin("reflect"))
3939

40-
implementation("io.moia.lambda-kotlin-request-router:router-protobuf:0.10.2")
40+
implementation("io.moia.lambda-kotlin-request-router:router-protobuf:1.1.0")
4141

4242
implementation("com.amazonaws:aws-lambda-java-core:1.2.3")
4343
implementation("com.amazonaws:aws-lambda-java-log4j2:1.6.0")
44-
implementation("com.fasterxml.jackson.core:jackson-databind:2.17.1")
45-
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.1")
44+
implementation("com.fasterxml.jackson.core:jackson-databind:2.18.2")
45+
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2")
4646
implementation("com.google.guava:guava:23.0")
4747
implementation("com.google.protobuf:protobuf-java:$proto")
4848
implementation("com.google.protobuf:protobuf-java-util:$proto")
4949

50-
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.10.2")
50+
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.4")
5151
}
5252

5353
tasks {

0 commit comments

Comments
 (0)