Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 9, 2021

Bumps grpc-spring-boot-starter from 4.3.0 to 4.5.3.

Release notes

Sourced from grpc-spring-boot-starter's releases.

Version 4.5.3

🪲 Bug Fixes

  • Failed to run the app with jre 1.8 #218

Version 4.5.2

🪲 Bug Fixes

  • Can't download version 4.5.1 from maven central #217 - fixed by setting jar classifier to empty string :

Gradle :

dependencies {
    compile 'io.github.lognet:grpc-spring-boot-starter:4.5.2'
}

Maven :

<dependency>
    <groupId>io.github.lognet</groupId>
    <artifactId>grpc-spring-boot-starter</artifactId>
    <version>4.5.2</version>
</dependency>

Version 4.5.1

🪲 Bug Fixes

  • Bean collision when both netty and netty-shaded exist in classpath #214
  • Application fails to start when no grpc services discovered #210

🔨 Dependency Upgrades

  • Upgrade Spring boot to 2.5.0 #212
  • Upgrade grpc to 1.38.0 #211

Version 4.5.0

🪲 Bug Fixes

  • How to disable Grpc Security #206

🛠️ Migration from 4.4.x

Please use standard @Configuration instead of @EnableGrpcSecurity :

Before (4.4.x):

... (truncated)

Changelog

Sourced from grpc-spring-boot-starter's changelog.

Version 4.5.3

  • Requires JRE 1.8 and higher.

🪲 Bug Fixes

  • Failed to run the app with jre 1.8 #218

Version 4.5.2

🪲 Bug Fixes

  • Can't download version 4.5.1 from maven central #217 - fixed by setting jar classifier to empty string :

Gradle

dependencies {
    compile 'io.github.lognet:grpc-spring-boot-starter:4.5.2'
}

Maven

<dependency>
    <groupId>io.github.lognet</groupId>
    <artifactId>grpc-spring-boot-starter</artifactId>
    <version>4.5.2</version>
</dependency>
  • Requires JRE 1.9 and higher.

Version 4.5.1

🪲 Bug Fixes

  • Bean collision when both netty and netty-shaded exist in classpath #214
  • Application fails to start when no grpc services discovered #210

🔨 Dependency Upgrades

  • Upgrade Spring boot to 2.5.0 #212
  • Upgrade grpc to 1.38.0 #211

🛠️ IMPORTANT!

This release was incorrectly published to maven repository with plain jar classifier. For 4.5.1 only please use :

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [grpc-spring-boot-starter](https://github.com/LogNet/grpc-spring-boot-starter) from 4.3.0 to 4.5.3.
- [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.3.0...v.4.5.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant