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 eb442c4 commit 2156534Copy full SHA for 2156534
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [1.3.2] - 2025-02-26
11
+
12
### Changed
13
14
- compiler-plugin.version set to 3.14.0
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>org.fugerit.java.demo</groupId>
5
<artifactId>graalkus</artifactId>
6
- <version>1.3.1</version>
+ <version>1.3.2</version>
<description>Graalkus: Let Quarkus fly high with GraalVM.</description>
<properties>
<maven.compiler.release>21</maven.compiler.release>
0 commit comments