Skip to content

Commit

Permalink
Override the version of protobuf-java in the service until io-grpc mo…
Browse files Browse the repository at this point in the history
…ves from 3.25.3 to 3.25.5 (trustyai-explainability#640)

Signed-off-by: Rui Vieira <ruidevieira@googlemail.com>
  • Loading branch information
ruivieira authored Sep 24, 2024
1 parent 229269f commit eb87d8f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions explainability-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<!-- Override the version of protobuf-java until io-grpc moves from 3.25.3 to 3.25.5-->
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.25.5</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
Expand Down

0 comments on commit eb87d8f

Please sign in to comment.