Skip to content

Commit 08d621f

Browse files
Update bundled JDK to 21.0.7+6 (April 2025 Patch releases) (#18041) (#18049)
(cherry picked from commit 436038d) Signed-off-by: Andriy Redko <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> (cherry picked from commit 1ce861b) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 83407f3 commit 08d621f

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 = "21.0.6+7";
80+
private static final String SYSTEM_JDK_VERSION = "21.0.7+6";
8181
private static final String SYSTEM_JDK_VENDOR = "adoptium";
82-
private static final String GRADLE_JDK_VERSION = "21.0.6+7";
82+
private static final String GRADLE_JDK_VERSION = "21.0.7+6";
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

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ opensearch = "2.19.2"
33
lucene = "9.12.1"
44

55
bundled_jdk_vendor = "adoptium"
6-
bundled_jdk = "21.0.6+7"
6+
bundled_jdk = "21.0.7+6"
77

88
# optional dependencies
99
spatial4j = "0.7"

0 commit comments

Comments
 (0)