Skip to content

Commit ad6dff4

Browse files
Update JDK to 11.0.25 (#16452) (#16458)
(cherry picked from commit cf628bb) Signed-off-by: Andriy Redko <andriy.redko@aiven.io> 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>
1 parent 4a40c87 commit ad6dff4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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 = "8.0.422+5.1";
78+
private static final String SYSTEM_JDK_VERSION = "8u432-b06";
7979
private static final String SYSTEM_JDK_VENDOR = "adoptium";
80-
private static final String GRADLE_JDK_VERSION = "11.0.24+8";
80+
private static final String GRADLE_JDK_VERSION = "11.0.25+9";
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 = 1.4.0
22
lucene = 8.10.1
33

44
bundled_jdk_vendor = adoptium
5-
bundled_jdk = 11.0.24+8
5+
bundled_jdk = 11.0.25+9
66

77
# optional dependencies
88
spatial4j = 0.7

0 commit comments

Comments
 (0)