Skip to content

Commit

Permalink
build(deps): bump the maven group with 1 update
Browse files Browse the repository at this point in the history
Bumps the maven group with 1 update: [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf).

- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.24.3...v3.24.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 5, 2023
1 parent 224877a commit f1aeebe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contribs/hybridsim/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<name>hybridsim</name>

<properties>
<protobuf.version>3.24.3</protobuf.version>
<protobuf.version>3.24.4</protobuf.version>
<grpc.version>1.58.0</grpc.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion contribs/protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<name>protobuf</name>

<properties>
<protobuf.version>3.24.3</protobuf.version>
<protobuf.version>3.24.4</protobuf.version>
</properties>

<dependencies>
Expand Down

0 comments on commit f1aeebe

Please sign in to comment.