Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/gradle/samples/lambda-kotlin-requ…
Browse files Browse the repository at this point in the history
…est-router-sample/all-dependencies-70d753c850
  • Loading branch information
uberbinge authored Jan 10, 2025
2 parents 146664f + d25d5ea commit 13e622f
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ buildscript {

plugins {
java
kotlin("jvm") version "2.0.0"
kotlin("jvm") version "2.1.0"
idea
id("com.github.johnrengelman.shadow") version "8.1.1"
id("org.jmailen.kotlinter") version "4.3.0"
id("com.google.protobuf") version "0.8.13"
id("org.jmailen.kotlinter") version "5.0.1"
id("com.google.protobuf") version "0.9.4"
}


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

val proto = "3.11.1"
val proto = "4.29.3"
dependencies {
implementation(kotlin("stdlib"))
implementation(kotlin("reflect"))

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

implementation("com.amazonaws:aws-lambda-java-core:1.2.3")
implementation("com.amazonaws:aws-lambda-java-log4j2:1.6.0")
implementation("com.fasterxml.jackson.core:jackson-databind:2.17.1")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.1")
implementation("com.fasterxml.jackson.core:jackson-databind:2.18.2")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2")
implementation("com.google.guava:guava:23.0")
implementation("com.google.protobuf:protobuf-java:$proto")
implementation("com.google.protobuf:protobuf-java-util:$proto")

testImplementation("org.junit.jupiter:junit-jupiter-engine:5.10.2")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.4")
}

tasks {
Expand Down

0 comments on commit 13e622f

Please sign in to comment.