Bump JDK requirements to 21 (#3017)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
@@ -78,7 +78,7 @@ There are clients outside of the Eclipse IoT eco system as well, e.g.:
|
|||||||
|
|
||||||
# Runtime dependencies and support
|
# Runtime dependencies and support
|
||||||
|
|
||||||
## Java Runtime Environment: 17
|
## Java Runtime Environment: 21
|
||||||
|
|
||||||
## SQL database
|
## SQL database
|
||||||
|
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
<revision>0-SNAPSHOT</revision>
|
<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
|
<!-- 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. -->
|
as libraries in other projects might be compiled with a different, lower, java version. -->
|
||||||
<java.client.version>17</java.client.version>
|
<java.client.version>17</java.client.version>
|
||||||
|
|||||||
Reference in New Issue
Block a user