File tree Expand file tree Collapse file tree 4 files changed +18
-1
lines changed Expand file tree Collapse file tree 4 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 9292 <artifactId >quarkus-operator-sdk-annotations</artifactId >
9393 <version >${project.version} </version >
9494 </dependency >
95+ <!-- We need to add this dependency to work around https://github.com/fabric8io/kubernetes-client/pull/5757 -->
96+ <dependency >
97+ <groupId >commons-codec</groupId >
98+ <artifactId >commons-codec</artifactId >
99+ <version >1.16.1</version >
100+ <optional >true</optional >
101+ </dependency >
95102 </dependencies >
96103 </dependencyManagement >
97104</project >
Original file line number Diff line number Diff line change 5555 <artifactId >bcpkix-jdk18on</artifactId >
5656 <optional >true</optional >
5757 </dependency >
58+ <dependency >
59+ <groupId >commons-codec</groupId >
60+ <artifactId >commons-codec</artifactId >
61+ <optional >true</optional >
62+ </dependency >
5863 </dependencies >
5964 <build >
6065 <plugins >
Original file line number Diff line number Diff line change 1212 <packaging >pom</packaging >
1313 <name >Quarkus - Operator SDK - Parent</name >
1414 <properties >
15- <quarkus .version>3.7.3 </quarkus .version>
15+ <quarkus .version>3.7.4 </quarkus .version>
1616 <java-operator-sdk .version>4.8.0</java-operator-sdk .version>
1717 </properties >
1818 <scm >
Original file line number Diff line number Diff line change 2222 <artifactId >bcpkix-jdk18on</artifactId >
2323 <optional >true</optional >
2424 </dependency >
25+ <dependency >
26+ <groupId >commons-codec</groupId >
27+ <artifactId >commons-codec</artifactId >
28+ <optional >true</optional >
29+ </dependency >
2530 </dependencies >
2631
2732 <modules >
You can’t perform that action at this time.
0 commit comments