Skip to content

Commit

Permalink
fix(deps): update dependency io.grpc:grpc-all to v1.57.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 16, 2023
1 parent 1ef9c79 commit b6ec34c
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.57.1'
implementation 'io.grpc:grpc-all:1.57.2'

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

0 comments on commit b6ec34c

Please sign in to comment.