Skip to content

Commit

Permalink
Merge pull request #292 from gsmet/quarkus-3.10.2
Browse files Browse the repository at this point in the history
Update to Quarkus 3.10.2
  • Loading branch information
gsmet authored May 28, 2024
2 parents 1adf40d + a7d74ae commit e5dc56c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/includes/attributes.adoc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
:quarkus-version: 3.9.2
:quarkus-version: 3.10.2
:quarkus-github-action-version: 2.3.1
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
</activation>
<properties>
<skipITs>false</skipITs>
<quarkus.package.type>native</quarkus.package.type>
<quarkus.native.enabled>true</quarkus.native.enabled>
</properties>
</profile>
<profile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
</activation>
<properties>
<skipITs>false</skipITs>
<quarkus.package.type>native</quarkus.package.type>
<quarkus.native.enabled>true</quarkus.native.enabled>
</properties>
</profile>
<profile>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<maven.compiler.release>17</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.version>3.9.3</quarkus.version>
<quarkus.version>3.10.2</quarkus.version>
<jandex-plugin.version>3.1.7</jandex-plugin.version>

<quarkus-github-api.version>1.321.0</quarkus-github-api.version>
Expand Down

0 comments on commit e5dc56c

Please sign in to comment.