Skip to content

Commit

Permalink
add override for protobuf-java
Browse files Browse the repository at this point in the history
  • Loading branch information
raspreet-vunet committed Sep 23, 2024
1 parent 30727a9 commit 885d2a4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1302,6 +1302,14 @@
<scope>provided</scope>
</dependency>

<!-- Added by vunet -->
<!-- Remove when quarkus.build.version is updated by upstream -->
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.25.5</version> <!-- https://github.com/keycloak/keycloak/issues/33156 -->
</dependency>

</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 885d2a4

Please sign in to comment.