Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump grpc-kotlin from 1.4.0 to 1.4.1 #225

Merged
merged 1 commit into from
Mar 14, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 14, 2024

Bumps grpc-kotlin from 1.4.0 to 1.4.1.
Updates io.grpc:protoc-gen-grpc-kotlin from 1.4.0 to 1.4.1

Release notes

Sourced from io.grpc:protoc-gen-grpc-kotlin's releases.

v1.4.1

What's Changed

New Contributors

Full Changelog: grpc/grpc-kotlin@v1.4.0...v1.4.1

Changelog

Sourced from io.grpc:protoc-gen-grpc-kotlin's changelog.

1.4.1

Changes

New Contributors

Full Changelog: grpc/grpc-kotlin@v1.4.0...v1.4.1

Commits
  • bd72a26 ready 1.4.1 (#459)
  • 11c517d fix(ServerCalls): Fix regression in Status cause for exceptions thrown by imp...
  • 852257d Bump org.junit.jupiter:junit-jupiter-engine from 5.10.0 to 5.10.1 (#454)
  • 5c2c102 Bump jvm from 1.9.10 to 1.9.20 in /examples (#450)
  • 0b3e197 Bump composeVersion from 1.5.3 to 1.5.4 in /examples (#447)
  • 64c78c3 Bump androidx.activity:activity-compose from 1.8.0 to 1.8.1 in /examples (#457)
  • c449254 Added missing double quotes in compiler docs. (#453)
  • 64a342f Bump com.google.guava:guava from 32.1.2-jre to 32.1.3-jre (#445)
  • f7903ca Bump org.jlleitschuh.gradle.ktlint from 11.6.0 to 11.6.1 in /examples (#443)
  • 7374445 Bump org.jetbrains.dokka from 1.9.0 to 1.9.10 (#446)
  • Additional commits viewable in compare view

Updates io.grpc:grpc-kotlin-stub from 1.4.0 to 1.4.1

Release notes

Sourced from io.grpc:grpc-kotlin-stub's releases.

v1.4.1

What's Changed

New Contributors

Full Changelog: grpc/grpc-kotlin@v1.4.0...v1.4.1

Changelog

Sourced from io.grpc:grpc-kotlin-stub's changelog.

1.4.1

Changes

New Contributors

Full Changelog: grpc/grpc-kotlin@v1.4.0...v1.4.1

Commits
  • bd72a26 ready 1.4.1 (#459)
  • 11c517d fix(ServerCalls): Fix regression in Status cause for exceptions thrown by imp...
  • 852257d Bump org.junit.jupiter:junit-jupiter-engine from 5.10.0 to 5.10.1 (#454)
  • 5c2c102 Bump jvm from 1.9.10 to 1.9.20 in /examples (#450)
  • 0b3e197 Bump composeVersion from 1.5.3 to 1.5.4 in /examples (#447)
  • 64c78c3 Bump androidx.activity:activity-compose from 1.8.0 to 1.8.1 in /examples (#457)
  • c449254 Added missing double quotes in compiler docs. (#453)
  • 64a342f Bump com.google.guava:guava from 32.1.2-jre to 32.1.3-jre (#445)
  • f7903ca Bump org.jlleitschuh.gradle.ktlint from 11.6.0 to 11.6.1 in /examples (#443)
  • 7374445 Bump org.jetbrains.dokka from 1.9.0 to 1.9.10 (#446)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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-kotlin` from 1.4.0 to 1.4.1.

Updates `io.grpc:protoc-gen-grpc-kotlin` from 1.4.0 to 1.4.1
- [Release notes](https://github.com/grpc/grpc-kotlin/releases)
- [Changelog](https://github.com/grpc/grpc-kotlin/blob/master/CHANGELOG.md)
- [Commits](grpc/grpc-kotlin@v1.4.0...v1.4.1)

Updates `io.grpc:grpc-kotlin-stub` from 1.4.0 to 1.4.1
- [Release notes](https://github.com/grpc/grpc-kotlin/releases)
- [Changelog](https://github.com/grpc/grpc-kotlin/blob/master/CHANGELOG.md)
- [Commits](grpc/grpc-kotlin@v1.4.0...v1.4.1)

---
updated-dependencies:
- dependency-name: io.grpc:protoc-gen-grpc-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.grpc:grpc-kotlin-stub
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 14, 2024
@ogolberg ogolberg merged commit 696f366 into main Mar 14, 2024
13 checks passed
@ogolberg ogolberg deleted the dependabot/gradle/grpc-kotlin-1.4.1 branch March 14, 2024 17:31
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant