Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump grpc-spring-boot-starter from 4.5.9 to 5.0.0
Bumps [grpc-spring-boot-starter](https://github.com/LogNet/grpc-spring-boot-starter) from 4.5.9 to 5.0.0.
- [Release notes](https://github.com/LogNet/grpc-spring-boot-starter/releases)
- [Changelog](https://github.com/LogNet/grpc-spring-boot-starter/blob/master/ReleaseNotes.md)
- [Commits](LogNet/grpc-spring-boot-starter@v.4.5.9...v.5.0.0)

---
updated-dependencies:
- dependency-name: io.github.lognet:grpc-spring-boot-starter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 2, 2023
commit f38e59cb0f20b41f27eefdf91a02d2fbc08b325a
2 changes: 1 addition & 1 deletion SpringBootGRpc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var grpcVersion='1.42.0'

dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'io.github.lognet:grpc-spring-boot-starter:4.5.9'
implementation 'io.github.lognet:grpc-spring-boot-starter:5.0.0'
implementation "com.google.protobuf:protobuf-java-util:${protobufVersion}"
}

Expand Down