Skip to content

Commit

Permalink
Merge pull request #543 from camunda-community-hub/feature/bump-grpc-bom
Browse files Browse the repository at this point in the history
feat: workaround for grpc issue
  • Loading branch information
1nb0und authored Dec 5, 2023
2 parents 0abc38e + 8386472 commit e1ef176
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@

<dependencyManagement>
<dependencies>
<!-- Breaking changes, overwrite BOM until upstream is fixed-->
<!-- Overwrite BOM until upstream is fixed-->
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-bom</artifactId>
<version>4.1.100.Final</version>
<groupId>io.grpc</groupId>
<artifactId>grpc-bom</artifactId>
<version>1.59.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit e1ef176

Please sign in to comment.