Skip to content

Commit

Permalink
Update Quarkus to version 3.2.0.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
fedinskiy committed Jul 14, 2023
1 parent ee8dbeb commit 0f1db75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/quarkus-helm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<artifactId>examples-quarkus-helm</artifactId>
<name>Quarkus - Test Framework - Examples - Quarkus HELM</name>
<properties>
<quarkus-helm.version>1.0.8</quarkus-helm.version>
<quarkus-helm.version>1.0.9</quarkus-helm.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -166,4 +166,4 @@
</properties>
</profile>
</profiles>
</project>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<impsort-maven-plugin.version>1.9.0</impsort-maven-plugin.version>
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
<quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
<quarkus.platform.version>3.1.0.Final</quarkus.platform.version>
<quarkus.platform.version>3.2.0.Final</quarkus.platform.version>
<exclude.tests.with.tags>quarkus-cli</exclude.tests.with.tags>
<include.tests>**/*IT.java</include.tests>
<exclude.openshift.tests>**/OpenShift*IT.java</exclude.openshift.tests>
Expand Down

0 comments on commit 0f1db75

Please sign in to comment.