Skip to content

Commit

Permalink
chore(deps): bump protobuf.version from 3.23.2 to 3.23.4 (#3926)
Browse files Browse the repository at this point in the history
Bumps `protobuf.version` from 3.23.2 to 3.23.4.

Updates `protobuf-java-util` from 3.23.2 to 3.23.4

Updates `protobuf-java` from 3.23.2 to 3.23.4
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.23.2...v3.23.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 11, 2023
1 parent 24281e5 commit d5d7d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<log4j.version>2.20.0</log4j.version>
<grpc.version>1.56.0</grpc.version>
<prometheus.version>0.16.0</prometheus.version>
<protobuf.version>3.23.2</protobuf.version>
<protobuf.version>3.23.4</protobuf.version>
<aws.version>1.12.477</aws.version>
<jackson.version>2.15.2</jackson.version>
<os-maven-plugin.version>1.7.1</os-maven-plugin.version>
Expand Down

2 comments on commit d5d7d15

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docker Tag: main-2023-07-11T20-28-29--d5d7d15

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Total coverage (common): 15.06
Total coverage (server): 61.32

Changed Files coverage (common): coverage 100
Changed Files coverage (server): 100

Please sign in to comment.