Skip to content

Commit

Permalink
feat: workaround for grpc issue
Browse files Browse the repository at this point in the history
  • Loading branch information
1nb0und committed Dec 5, 2023
1 parent 0abc38e commit 8386472
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 8386472

Please sign in to comment.