Skip to content

Commit

Permalink
fix: use correct Fabric8 version
Browse files Browse the repository at this point in the history
  • Loading branch information
metacosm committed Aug 6, 2024
1 parent ad6934c commit 88ccf9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<!-- Properties below are set in this file because they are used
in the BOM as well as other POMs (build-parent/pom.xml, docs/pom.xml, ...) -->
<jacoco.version>0.8.12</jacoco.version>
<kubernetes-client.version>7.0.0-SNAPSHOT</kubernetes-client.version> <!-- Please check with Java Operator SDK team before updating -->
<kubernetes-client.version>7.0-SNAPSHOT</kubernetes-client.version> <!-- Please check with Java Operator SDK team before updating -->
<rest-assured.version>5.5.0</rest-assured.version>
<hibernate-orm.version>6.5.2.Final</hibernate-orm.version> <!-- WARNING when updating, also align the versions below -->
<antlr.version>4.13.0</antlr.version> <!-- version controlled by Hibernate ORM's needs -->
Expand Down

0 comments on commit 88ccf9c

Please sign in to comment.