Bump JDK requirements to 21 (#3017)

Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2026-04-15 15:17:53 +03:00
committed by GitHub
parent 8015b0e3f1
commit aca64df61c
2 changed files with 2 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ There are clients outside of the Eclipse IoT eco system as well, e.g.:
# Runtime dependencies and support
## Java Runtime Environment: 17
## Java Runtime Environment: 21
## SQL database

View File

@@ -50,7 +50,7 @@
<revision>0-SNAPSHOT</revision>
<java.version>17</java.version>
<java.version>21</java.version>
<!-- java.version is used to build the hawkbit in general, however, some artifacts which could be used
as libraries in other projects might be compiled with a different, lower, java version. -->
<java.client.version>17</java.client.version>