Skip to content

Commit

Permalink
chore(deps): bump protobuf.version from 3.24.0 to 3.24.1
Browse files Browse the repository at this point in the history
Bumps `protobuf.version` from 3.24.0 to 3.24.1.

Updates `com.google.protobuf:protobuf-java-util` from 3.24.0 to 3.24.1

Updates `com.google.protobuf:protobuf-java` from 3.24.0 to 3.24.1
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.24.0...v3.24.1)

---
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]>
  • Loading branch information
dependabot[bot] authored Aug 21, 2023
1 parent cfe5baf commit 9e92574
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.57.2</grpc.version>
<prometheus.version>0.16.0</prometheus.version>
<protobuf.version>3.24.0</protobuf.version>
<protobuf.version>3.24.1</protobuf.version>
<aws.version>1.12.524</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 9e92574

@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: dependabot_maven_protobuf.version-3.24.1-2023-08-21T17-49-13--9e92574

@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.14
Total coverage (server): 61.28

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

Please sign in to comment.