Skip to content

Commit

Permalink
OPENNLP-1699: Update gRPC to 1.69.1 (#225)
Browse files Browse the repository at this point in the history
Bumps `grpc.version` from 1.69.0 to 1.69.1.

Updates `io.grpc:grpc-netty-shaded` from 1.69.0 to 1.69.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.69.0...v1.69.1)

Updates `io.grpc:grpc-protobuf` from 1.69.0 to 1.69.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.69.0...v1.69.1)

Updates `io.grpc:grpc-stub` from 1.69.0 to 1.69.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.69.0...v1.69.1)

Updates `io.grpc:grpc-services` from 1.69.0 to 1.69.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.69.0...v1.69.1)

---
updated-dependencies:
- dependency-name: io.grpc:grpc-netty-shaded
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.grpc:grpc-protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.grpc:grpc-stub
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.grpc:grpc-services
  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>
  • Loading branch information
dependabot[bot] authored Jan 22, 2025
1 parent a75adb8 commit a546fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opennlp-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</modules>

<properties>
<grpc.version>1.69.0</grpc.version>
<grpc.version>1.69.1</grpc.version>
<picocli.version>4.7.6</picocli.version>
<junit5-system-exit.version>2.0.2</junit5-system-exit.version>
<awaitility.version>4.2.2</awaitility.version>
Expand Down

0 comments on commit a546fcf

Please sign in to comment.