Skip to content

Commit 8768c2b

Browse files
authored
OpenJDK Update (July 2024 Patch releases) (#15002)
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
1 parent 12d296c commit 8768c2b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
77
### Dependencies
88
- Bump `netty` from 4.1.108.Final to 4.1.109.Final ([#13233](https://github.com/opensearch-project/OpenSearch/pull/13233))
99
- OpenJDK Update (April 2024 Patch releases), update to Eclipse Temurin 11.0.23+9 ([#13406](https://github.com/opensearch-project/OpenSearch/pull/13406))
10+
- OpenJDK Update (July 2024 Patch releases) ([#15002](https://github.com/opensearch-project/OpenSearch/pull/15002))
1011
- Bump `netty` from 4.1.109.Final to 4.1.111.Final ([#13802](https://github.com/opensearch-project/OpenSearch/pull/13802), [#14356](https://github.com/opensearch-project/OpenSearch/pull/14356))
1112

1213
### Changed

buildSrc/src/main/java/org/opensearch/gradle/test/DistroTestPlugin.java

+2-2
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 = "8u412-b08";
78+
private static final String SYSTEM_JDK_VERSION = "8.0.422+5.1";
7979
private static final String SYSTEM_JDK_VENDOR = "adoptium";
80-
private static final String GRADLE_JDK_VERSION = "11.0.23+9";
80+
private static final String GRADLE_JDK_VERSION = "11.0.24+8";
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

+1-1
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.23+9
5+
bundled_jdk = 11.0.24+8
66

77
# optional dependencies
88
spatial4j = 0.7

0 commit comments

Comments
 (0)