Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OpenJDK Update (October 2022 Patch releases)
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <[email protected]>
reta committed Oct 31, 2022
1 parent e1c682a commit caa4540
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -75,9 +75,9 @@
import java.util.stream.Stream;

public class DistroTestPlugin implements Plugin<Project> {
private static final String SYSTEM_JDK_VERSION = "8u345-b01";
private static final String SYSTEM_JDK_VERSION = "8u352+b08";
private static final String SYSTEM_JDK_VENDOR = "adoptium";
private static final String GRADLE_JDK_VERSION = "11.0.16.1+1";
private static final String GRADLE_JDK_VERSION = "11.0.17+8";
private static final String GRADLE_JDK_VENDOR = "adoptium";

// all distributions used by distro tests. this is temporary until tests are per distribution
3 changes: 1 addition & 2 deletions buildSrc/version.properties
Original file line number Diff line number Diff line change
@@ -2,8 +2,7 @@ opensearch = 1.4.0
lucene = 8.10.1

bundled_jdk_vendor = adoptium
bundled_jdk = 11.0.16.1+1

bundled_jdk = 11.0.17+8


# optional dependencies

0 comments on commit caa4540

Please sign in to comment.