Skip to content

Commit

Permalink
fix(deps): update dependency io.grpc:grpc-all to v1.56.1 (#407)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 3, 2023
1 parent 4c18eb3 commit d6c291c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coherence/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
api(mn.micronaut.runtime)
implementation(mnReactor.micronaut.reactor)

implementation 'io.grpc:grpc-all:1.56.0'
implementation 'io.grpc:grpc-all:1.56.1'

compileOnly(libs.managed.coherence)
compileOnly(libs.managed.coherence.json)
Expand Down

0 comments on commit d6c291c

Please sign in to comment.