Skip to content

Commit

Permalink
Bump org.wiremock:wiremock-grpc-extension from 0.7.0 to 0.8.1 (#1204)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eric Deandrea <[email protected]>
  • Loading branch information
dependabot[bot] and edeandrea authored Oct 14, 2024
1 parent b0b107f commit 2dce1b8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion rest-fights/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<quarkus.platform.version>3.15.1</quarkus.platform.version>
<surefire-plugin.version>3.5.1</surefire-plugin.version>
<wiremock.version>3.9.1</wiremock.version>
<wiremock-grpc.version>0.7.0</wiremock-grpc.version>
<wiremock-grpc.version>0.8.1</wiremock-grpc.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down Expand Up @@ -171,6 +171,11 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-grpc</artifactId>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-services</artifactId>
<version>1.66.0</version>
</dependency>
<dependency>
<groupId>io.github.microcks.quarkus</groupId>
<artifactId>quarkus-microcks</artifactId>
Expand Down

0 comments on commit 2dce1b8

Please sign in to comment.