Skip to content

Commit 61251d2

Browse files
Bump protobuf-java from 3.18.1 to 3.19.1 (#325)
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.18.1 to 3.19.1. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py) - [Commits](protocolbuffers/protobuf@v3.18.1...v3.19.1) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8ade1f1 commit 61251d2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

consumer_proto/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>com.google.protobuf</groupId>
4040
<artifactId>protobuf-java</artifactId>
41-
<version>3.18.1</version>
41+
<version>3.19.1</version>
4242
</dependency>
4343

4444
<dependency>

producer_grpc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>com.google.protobuf</groupId>
2929
<artifactId>protobuf-java</artifactId>
30-
<version>3.18.1</version>
30+
<version>3.19.1</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>com.squareup.okhttp3</groupId>

producer_proto/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>com.google.protobuf</groupId>
2828
<artifactId>protobuf-java</artifactId>
29-
<version>3.18.1</version>
29+
<version>3.19.1</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)