Skip to content

Commit

Permalink
quarkus-version set to 3.17.4 across al the modules
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed Dec 11, 2024
1 parent 2972425 commit 6a2b667
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- quarkus-version set to 3.17.4 across al the modules

## [8.11.5] - 2024-12-06

### Added
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# default flavour versions
quarkus-3=3.17.3
quarkus-3=3.17.4
quarkus-2=2.16.12.Final
micronaut-4=4.7.1
springboot-3=3.4.0
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<poi5-version>${poi-version}</poi5-version>
<kotlin.version>2.1.0</kotlin.version>
<junit-jupiter-api-version>5.11.3</junit-jupiter-api-version>
<quarkus-version>3.17.3</quarkus-version>
<quarkus-version>3.17.4</quarkus-version>
</properties>

<licenses>
Expand Down

0 comments on commit 6a2b667

Please sign in to comment.