Skip to content

Commit

Permalink
Bump proto in /samples/lambda-kotlin-request-router-sample-proto
Browse files Browse the repository at this point in the history
Bumps `proto` from 3.11.1 to 4.27.2.

Updates `com.google.protobuf:protobuf-java` from 3.11.1 to 4.27.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)

Updates `com.google.protobuf:protobuf-java-util` from 3.11.1 to 4.27.2

Updates `com.google.protobuf:protoc` from 3.11.1 to 4.27.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)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: com.google.protobuf:protobuf-java-util
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: com.google.protobuf:protoc
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent d01321a commit 7c0e707
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repositories {
maven { url = URI("https://jitpack.io") }
}

val proto = "3.11.1"
val proto = "4.27.2"
dependencies {
implementation(kotlin("stdlib"))
implementation(kotlin("reflect"))
Expand Down

0 comments on commit 7c0e707

Please sign in to comment.