From 92f40219051181fd2f3cbd8f545b72326e6ebeee Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Thu, 23 Nov 2023 19:17:32 +0100 Subject: [PATCH] Update to Quarkus 3.6.0 --- docs/modules/ROOT/pages/includes/attributes.adoc | 2 +- .../CodestartKotlinTest/testContent/pom.xml | 14 +++++++------- .../CodestartTest/testContent/pom.xml | 14 +++++++------- pom.xml | 2 +- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/modules/ROOT/pages/includes/attributes.adoc b/docs/modules/ROOT/pages/includes/attributes.adoc index 0de440f..81f9184 100644 --- a/docs/modules/ROOT/pages/includes/attributes.adoc +++ b/docs/modules/ROOT/pages/includes/attributes.adoc @@ -1,2 +1,2 @@ -:quarkus-version: 3.5.2 +:quarkus-version: 3.6.0 :quarkus-github-action-version: 2.0.3 diff --git a/integration-tests/src/test/resources/__snapshots__/CodestartKotlinTest/testContent/pom.xml b/integration-tests/src/test/resources/__snapshots__/CodestartKotlinTest/testContent/pom.xml index 5944eea..8376581 100644 --- a/integration-tests/src/test/resources/__snapshots__/CodestartKotlinTest/testContent/pom.xml +++ b/integration-tests/src/test/resources/__snapshots__/CodestartKotlinTest/testContent/pom.xml @@ -106,15 +106,15 @@ integration-test verify - - - ${project.build.directory}/${project.build.finalName}-runner - org.jboss.logmanager.LogManager - ${maven.home} - - + + + ${project.build.directory}/${project.build.finalName}-runner + org.jboss.logmanager.LogManager + ${maven.home} + + org.jetbrains.kotlin diff --git a/integration-tests/src/test/resources/__snapshots__/CodestartTest/testContent/pom.xml b/integration-tests/src/test/resources/__snapshots__/CodestartTest/testContent/pom.xml index d7a35f6..fb4f810 100644 --- a/integration-tests/src/test/resources/__snapshots__/CodestartTest/testContent/pom.xml +++ b/integration-tests/src/test/resources/__snapshots__/CodestartTest/testContent/pom.xml @@ -90,15 +90,15 @@ integration-test verify - - - ${project.build.directory}/${project.build.finalName}-runner - org.jboss.logmanager.LogManager - ${maven.home} - - + + + ${project.build.directory}/${project.build.finalName}-runner + org.jboss.logmanager.LogManager + ${maven.home} + + diff --git a/pom.xml b/pom.xml index 9695e2f..4386a4c 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ 11 UTF-8 UTF-8 - 3.5.2 + 3.6.0 3.1.5 1.316.0