Skip to content

Commit e277cc5

Browse files
committed
OpenJDK Update (April 2023 Patch releases)
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
1 parent 8386d10 commit e277cc5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

buildSrc/src/main/java/org/opensearch/gradle/test/DistroTestPlugin.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@
7575
import java.util.stream.Stream;
7676

7777
public class DistroTestPlugin implements Plugin<Project> {
78-
private static final String SYSTEM_JDK_VERSION = "11.0.18+10";
78+
private static final String SYSTEM_JDK_VERSION = "11.0.19+7";
7979
private static final String SYSTEM_JDK_VENDOR = "adoptium";
80-
private static final String GRADLE_JDK_VERSION = "17.0.6+10";
80+
private static final String GRADLE_JDK_VERSION = "17.0.7+7";
8181
private static final String GRADLE_JDK_VENDOR = "adoptium";
8282

8383
// all distributions used by distro tests. this is temporary until tests are per distribution

buildSrc/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ opensearch = 3.0.0
22
lucene = 9.6.0-snapshot-a3ae27f
33

44
bundled_jdk_vendor = adoptium
5-
bundled_jdk = 19.0.2+7
5+
bundled_jdk = 20.0.1+9
66

77

88
# optional dependencies

0 commit comments

Comments
 (0)