Skip to content

Commit d9793e8

Browse files
Bump the all-dependencies group across 1 directory with 6 updates (#511)
Bumps the all-dependencies group with 6 updates in the /samples/lambda-kotlin-request-router-sample directory: | Package | From | To | | --- | --- | --- | | [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.18.2` | `2.18.3` | | [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.18.2` | `2.18.3` | | [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.16` | `1.5.17` | | org.slf4j:log4j-over-slf4j | `2.0.16` | `2.0.17` | | [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) | `5.11.4` | `5.12.0` | | [jvm](https://github.com/JetBrains/kotlin) | `2.1.0` | `2.1.10` | Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.2 to 2.18.3 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.18.2 to 2.18.3 - [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.18.2...jackson-module-kotlin-2.18.3) Updates `ch.qos.logback:logback-classic` from 1.5.16 to 1.5.17 - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](qos-ch/logback@v_1.5.16...v_1.5.17) Updates `org.slf4j:log4j-over-slf4j` from 2.0.16 to 2.0.17 Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.4 to 5.12.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.4...r5.12.0) Updates `jvm` from 2.1.0 to 2.1.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.0...v2.1.10) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.slf4j:log4j-over-slf4j dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 654b5bc commit d9793e8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ buildscript {
1414

1515
plugins {
1616
java
17-
kotlin("jvm") version "2.1.0"
17+
kotlin("jvm") version "2.1.10"
1818
idea
1919
id("com.github.johnrengelman.shadow") version "8.1.1"
2020
id("org.jmailen.kotlinter") version "5.0.1"
@@ -37,14 +37,14 @@ dependencies {
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.18.2")
41-
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2")
40+
implementation("com.fasterxml.jackson.core:jackson-databind:2.18.3")
41+
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.3")
4242
implementation("com.google.guava:guava:23.0")
4343

44-
implementation("ch.qos.logback:logback-classic:1.5.16")
45-
implementation("org.slf4j:log4j-over-slf4j:2.0.16")
44+
implementation("ch.qos.logback:logback-classic:1.5.17")
45+
implementation("org.slf4j:log4j-over-slf4j:2.0.17")
4646

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

5050
tasks {

0 commit comments

Comments
 (0)