mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

maximthomas
12.58.2025 dbcc55f87fcfd37a4f90c815b22ebae9b84c3fe9
opendj-server-legacy/src/main/java/org/opends/server/util/Platform.java
@@ -63,7 +63,7 @@
  private static final PlatformIMPL IMPL;
  /** The minimum java supported version. */
  public static final String JAVA_MINIMUM_VERSION_NUMBER = "8";
  public static final String JAVA_MINIMUM_VERSION_NUMBER = "11";
  static
  {