Skip to content

Commit ac91133

Browse files
Bump com.google.protobuf:protobuf-java from 3.22.0 to 3.22.2 (#1518)
Bumps [com.google.protobuf:protobuf-java](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:protobuf-java 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 8870ff1 commit ac91133

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
@@ -45,7 +45,7 @@ repositories {
4545
apply plugin: "com.github.johnrengelman.shadow"
4646

4747
dependencies {
48-
implementation 'com.google.protobuf:protobuf-java:3.22.0'
48+
implementation 'com.google.protobuf:protobuf-java:3.22.2'
4949
implementation 'org.apache.avro:avro:1.11.1'
5050
implementation 'org.slf4j:slf4j-simple:2.0.6'
5151
implementation "org.apache.kafka:kafka-streams:3.3.1"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ apply plugin: "com.github.johnrengelman.shadow"
3333

3434
dependencies {
3535
implementation "org.apache.avro:avro:1.11.1"
36-
implementation "com.google.protobuf:protobuf-java:3.22.0"
36+
implementation "com.google.protobuf:protobuf-java:3.22.2"
3737
implementation "org.slf4j:slf4j-simple:2.0.6"
3838
implementation "org.apache.kafka:kafka-streams:3.3.1"
3939
implementation "io.confluent:kafka-streams-avro-serde:7.3.0"

0 commit comments

Comments
 (0)