Skip to content

Commit

Permalink
Upgrade to Quarkus 3.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Oct 24, 2024
1 parent a64755c commit 390fb96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asciidoc:
attributes:

# Versions
quarkus-version: 3.16.0.CR1 # replace ${quarkus.version}
quarkus-version: 3.16.0 # replace ${quarkus.version}
quarkus-cxf-version: 3.15.1 # replace ${release.current-version}

# Toggle whether some page elements are rendered
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</developers>
<properties>
<!-- Primary dependencies -->
<quarkus.version>3.16.0.CR1</quarkus.version>
<quarkus.version>3.16.0</quarkus.version>
<cxf.version>4.0.5</cxf.version>
<quarkus-enforcer-rules.version>${quarkus.version}</quarkus-enforcer-rules.version>
<quarkus-antora.version>0.2.0</quarkus-antora.version>
Expand Down Expand Up @@ -76,7 +76,7 @@

<supported-maven.versions>[3.6.2,)</supported-maven.versions>

<cq-maven-plugin.version>4.14.1</cq-maven-plugin.version>
<cq-maven-plugin.version>4.14.2</cq-maven-plugin.version>
<exec-maven-plugin.version>3.5.0</exec-maven-plugin.version>
<groovy-maven-plugin.version>2.1.1</groovy-maven-plugin.version>
<groovy.version>3.0.22</groovy.version>
Expand Down

0 comments on commit 390fb96

Please sign in to comment.