Skip to content

Commit 79964c2

Browse files
authored
OpenJDK Update (January 2024 Patch releases) (opensearch-project#11991)
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
1 parent 4167ac5 commit 79964c2

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@
7777
import java.util.stream.Stream;
7878

7979
public class DistroTestPlugin implements Plugin<Project> {
80-
private static final String SYSTEM_JDK_VERSION = "17.0.9+9";
80+
private static final String SYSTEM_JDK_VERSION = "21.0.2+13";
8181
private static final String SYSTEM_JDK_VENDOR = "adoptium";
82-
private static final String GRADLE_JDK_VERSION = "17.0.9+9";
82+
private static final String GRADLE_JDK_VERSION = "21.0.2+13";
8383
private static final String GRADLE_JDK_VENDOR = "adoptium";
8484

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

buildSrc/version.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ opensearch = 3.0.0
22
lucene = 9.9.1
33

44
bundled_jdk_vendor = adoptium
5-
bundled_jdk = 21.0.1+12
5+
bundled_jdk = 21.0.2+13
66

77
# optional dependencies
88
spatial4j = 0.7

0 commit comments

Comments
 (0)