We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d54cd63 commit 15a9718Copy full SHA for 15a9718
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+### Changed
11
+
12
+- quarkus version 3.22.1
13
14
## [1.3.3] - 2025-04-16
15
16
### Changed
pom.xml
@@ -8,7 +8,7 @@
<properties>
<maven.compiler.release>21</maven.compiler.release>
<surefire-plugin.version>3.3.1</surefire-plugin.version>
- <quarkus.platform.version>3.21.3</quarkus.platform.version>
+ <quarkus.platform.version>3.22.1</quarkus.platform.version>
<skipITs>true</skipITs>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
0 commit comments