Skip to content

Commit e1296f0

Browse files
Bump com.google.protobuf:protoc from 3.22.0 to 3.22.2 (#1517)
Bumps [com.google.protobuf:protoc](https://github.com/protocolbuffers/protobuf) from 3.22.0 to 3.22.2. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py) - [Commits](protocolbuffers/protobuf@v3.22.0...v3.22.2) --- updated-dependencies: - dependency-name: com.google.protobuf:protoc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ac91133 commit e1296f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_includes/tutorials/multiple-event-types/kafka/code/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ protobuf {
6060
generatedFilesBaseDir = "${project.buildDir}/generated-main-proto-java"
6161

6262
protoc {
63-
artifact = 'com.google.protobuf:protoc:3.22.0'
63+
artifact = 'com.google.protobuf:protoc:3.22.2'
6464
}
6565
}
6666

_includes/tutorials/serialization/kstreams/code/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ protobuf {
7575
generatedFilesBaseDir = "$buildDir/generated-main-proto-java/"
7676

7777
protoc {
78-
artifact = "com.google.protobuf:protoc:3.22.0"
78+
artifact = "com.google.protobuf:protoc:3.22.2"
7979
}
8080

8181
}

0 commit comments

Comments
 (0)