Skip to content

Commit

Permalink
deps: bump quarkus to 2.16.6.Final (no native support)
Browse files Browse the repository at this point in the history
  • Loading branch information
manusa committed Jun 7, 2023
1 parent d3d81b8 commit b30f4ee
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<container.image.tag>latest</container.image.tag>
<version.yakc>0.0.26</version.yakc>
<version.yakc-quarkus-extension>0.0.13</version.yakc-quarkus-extension>
<version.quarkus>2.7.7.Final</version.quarkus>
<version.quarkus>2.16.6.Final</version.quarkus>
<version.smallrye.reactive>0.16.0</version.smallrye.reactive>
<version.jkube>1.5.1</version.jkube>
<version.exec-maven-plugin>3.0.0</version.exec-maven-plugin>
Expand Down Expand Up @@ -55,6 +55,11 @@
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
<dependency>
<groupId>com.marcnuri.yakc</groupId>
<artifactId>kubernetes-api</artifactId>
<version>${version.yakc}</version>
</dependency>
<dependency>
<groupId>com.marcnuri.yakc.apis</groupId>
<artifactId>metrics-server</artifactId>
Expand All @@ -67,8 +72,8 @@
</dependency>
<dependency>
<groupId>com.marcnuri.yakc</groupId>
<artifactId>quarkus-yakc-extension</artifactId>
<version>${version.yakc-quarkus-extension}</version>
<artifactId>kubernetes-client</artifactId>
<version>${version.yakc}</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit b30f4ee

Please sign in to comment.