Skip to content

Commit fcba7d4

Browse files
Bump the all-dependencies group across 1 directory with 9 updates
Bumps the all-dependencies group with 9 updates in the /samples/lambda-kotlin-request-router-sample-proto directory: | Package | From | To | | --- | --- | --- | | [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.18.2` | `2.19.0` | | [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.18.2` | `2.19.0` | | [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `4.29.3` | `4.30.2` | | com.google.protobuf:protobuf-java-util | `4.29.3` | `4.30.2` | | [com.google.protobuf:protoc](https://github.com/protocolbuffers/protobuf) | `4.29.3` | `4.30.2` | | [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) | `5.11.4` | `5.12.2` | | [jvm](https://github.com/JetBrains/kotlin) | `2.1.0` | `2.1.20` | | org.jmailen.kotlinter | `5.0.1` | `5.0.2` | | com.google.protobuf | `0.9.4` | `0.9.5` | Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.2 to 2.19.0 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.18.2 to 2.19.0 - [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.18.2...jackson-module-kotlin-2.19.0) Updates `com.google.protobuf:protobuf-java` from 4.29.3 to 4.30.2 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/commits/v4.30.2) Updates `com.google.protobuf:protobuf-java-util` from 4.29.3 to 4.30.2 Updates `com.google.protobuf:protoc` from 4.29.3 to 4.30.2 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/commits/v4.30.2) Updates `com.google.protobuf:protobuf-java-util` from 4.29.3 to 4.30.2 Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.4 to 5.12.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.4...r5.12.2) Updates `com.google.protobuf:protoc` from 4.29.3 to 4.30.2 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/commits/v4.30.2) Updates `jvm` from 2.1.0 to 2.1.20 - [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.20) Updates `org.jmailen.kotlinter` from 5.0.1 to 5.0.2 Updates `com.google.protobuf` from 0.9.4 to 0.9.5 --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-version: 2.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: com.google.protobuf:protobuf-java dependency-version: 4.30.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: com.google.protobuf:protobuf-java-util dependency-version: 4.30.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: com.google.protobuf:protoc dependency-version: 4.30.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: com.google.protobuf:protobuf-java-util dependency-version: 4.30.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.12.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: com.google.protobuf:protoc dependency-version: 4.30.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: jvm dependency-version: 2.1.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.jmailen.kotlinter dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: com.google.protobuf dependency-version: 0.9.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d9793e8 commit fcba7d4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

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

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

2626

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

35-
val proto = "4.29.3"
35+
val proto = "4.30.2"
3636
dependencies {
3737
implementation(kotlin("stdlib"))
3838
implementation(kotlin("reflect"))
@@ -41,13 +41,13 @@ dependencies {
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.18.2")
45-
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2")
44+
implementation("com.fasterxml.jackson.core:jackson-databind:2.19.0")
45+
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.19.0")
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.11.4")
50+
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.2")
5151
}
5252

5353
tasks {

0 commit comments

Comments
 (0)