tls-attacker / ModifiableVariable

A Modifiable variable concept allows for easy runtime modifications of basic data types like integers, booleans, or byte arrays.
Apache License 2.0
8 stars 4 forks source link

build: Switch to Java 21 #158

Open TrueSkrillor opened 8 months ago

TrueSkrillor commented 8 months ago

This PR switches the default JDK used to build ModifiableVariable over to JDK21 (was JDK11). OpenJDK 11 will go end-of-life in October 2024, therefore justifying an upgrade to the latest LTS release.

tl;dr:

This patch can be safely merged even though downstream projects are still using Java 11 as the BOM file currently pinpoints a Java 11 build of ModifiableVariable.