Skip to content

Commit

Permalink
fix: revert to use fabric8 5.12.0
Browse files Browse the repository at this point in the history
5.12.1 has an issue that prevents compilation of JOSDK:
fabric8io/kubernetes-client#4022
  • Loading branch information
metacosm committed Mar 31, 2022
1 parent 7c04155 commit dba3da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<properties>
<quarkus.version>2.7.5.Final</quarkus.version>
<java-operator-sdk.version>3.0.0-SNAPSHOT</java-operator-sdk.version>
<kubernetes-client.version>5.11.2</kubernetes-client.version>
<kubernetes-client.version>5.12.0</kubernetes-client.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit dba3da1

Please sign in to comment.