Skip to content

Commit

Permalink
task: Upgrade to Quarkus 3.4.1 (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 authored Sep 23, 2023
1 parent f920506 commit ffef547
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
quarkus-version: [ 3.0.1.Final, 3.2.2.Final, 3.3.2 ]
quarkus-version: [ 3.0.1.Final, 3.2.2.Final, 3.3.3, 3.4.1 ]
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<lombok.version>1.18.26</lombok.version>
<mapstruct.version>1.5.5.Final</mapstruct.version>
<quarkus.version>3.3.2</quarkus.version>
<quarkus.version>3.4.1</quarkus.version>
<xmlunit.version>2.9.1</xmlunit.version>
<xsender.version>5.0.0.Beta1</xsender.version>
</properties>
Expand Down

0 comments on commit ffef547

Please sign in to comment.