Skip to content

Commit ec65d1e

Browse files
authored
Update JDK to 21.0.5 (#16426)
Signed-off-by: Andriy Redko <[email protected]>
1 parent 0f110e8 commit ec65d1e

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
@@ -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 = "21.0.4+7";
80+
private static final String SYSTEM_JDK_VERSION = "21.0.5+11";
8181
private static final String SYSTEM_JDK_VENDOR = "adoptium";
82-
private static final String GRADLE_JDK_VERSION = "21.0.4+7";
82+
private static final String GRADLE_JDK_VERSION = "21.0.5+11";
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ opensearch = 2.18.0
22
lucene = 9.12.0
33

44
bundled_jdk_vendor = adoptium
5-
bundled_jdk = 21.0.4+7
5+
bundled_jdk = 21.0.5+11
66

77
# optional dependencies
88
spatial4j = 0.7

0 commit comments

Comments
 (0)