This is an automated email from the ASF dual-hosted git repository.
sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x-build-tools.git
The following commit(s) were added to refs/heads/develop by this push:
new f936eb3 feat: update to java 21
f936eb3 is described below
commit f936eb339fb9c76373b19db3a31bdf8a57ece5da
Author: Sebastian Rühl <[email protected]>
AuthorDate: Mon Sep 1 10:14:04 2025 +0200
feat: update to java 21
---
code-generation/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/code-generation/pom.xml b/code-generation/pom.xml
index 62264b9..7bc1dce 100644
--- a/code-generation/pom.xml
+++ b/code-generation/pom.xml
@@ -43,7 +43,7 @@
<properties>
<!-- Timestamp for the reproducible builds -->
<project.build.outputTimestamp>1744388104</project.build.outputTimestamp>
- <java.version>11</java.version>
+ <java.version>21</java.version>
</properties>
<scm>