Skip to content

Commit 1f44580

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 e5ee9a8 commit 1f44580

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.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ opensearch = "2.20.0"
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)