Skip to content

Commit

Permalink
fix(deps): update dependency io.grpc:grpc-bom to v1.68.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 29, 2024
1 parent 0b7f635 commit 080864b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/process-solution-migrated/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-bom</artifactId>
<version>1.68.1</version>
<version>1.68.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<version.operate-client>8.3.0.1</version.operate-client>
<version.camunda-bpm-assert>15.0.0</version.camunda-bpm-assert>
<version.jaxb-api>2.3.1</version.jaxb-api>
<version.grpc>1.68.1</version.grpc>
<version.grpc>1.68.2</version.grpc>
<version.protobuf>3.25.5</version.protobuf>
<version.guava>33.3.1-jre</version.guava>
<version.error_prone_annotations>2.36.0</version.error_prone_annotations>
Expand Down

0 comments on commit 080864b

Please sign in to comment.