Skip to content

Commit

Permalink
OpenJDK Update (July 2022 Patch releases) (opensearch-project#4023) (o…
Browse files Browse the repository at this point in the history
…pensearch-project#4093)

Signed-off-by: Andriy Redko <[email protected]>
(cherry picked from commit d1ec4ea)

Co-authored-by: Andriy Redko <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and reta authored Aug 2, 2022
1 parent 9f76e74 commit 4ccae34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@
import java.util.stream.Stream;

public class DistroTestPlugin implements Plugin<Project> {
private static final String SYSTEM_JDK_VERSION = "11.0.15+10";
private static final String SYSTEM_JDK_VERSION = "11.0.16+8";
private static final String SYSTEM_JDK_VENDOR = "adoptium";
private static final String GRADLE_JDK_VERSION = "17.0.3+7";
private static final String GRADLE_JDK_VERSION = "17.0.4+8";
private static final String GRADLE_JDK_VENDOR = "adoptium";

// all distributions used by distro tests. this is temporary until tests are per distribution
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/version.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ opensearch = 2.0.2
lucene = 9.1.0

bundled_jdk_vendor = adoptium
bundled_jdk = 17.0.3+7
bundled_jdk = 17.0.4+8



Expand Down

0 comments on commit 4ccae34

Please sign in to comment.