Skip to content

Commit

Permalink
OpenJDK Update (July 2024 Patch releases) (#15002)
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <[email protected]>
  • Loading branch information
reta authored Jul 30, 2024
1 parent 12d296c commit 8768c2b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Dependencies
- Bump `netty` from 4.1.108.Final to 4.1.109.Final ([#13233](https://github.com/opensearch-project/OpenSearch/pull/13233))
- OpenJDK Update (April 2024 Patch releases), update to Eclipse Temurin 11.0.23+9 ([#13406](https://github.com/opensearch-project/OpenSearch/pull/13406))
- OpenJDK Update (July 2024 Patch releases) ([#15002](https://github.com/opensearch-project/OpenSearch/pull/15002))
- 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))

### Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@
import java.util.stream.Stream;

public class DistroTestPlugin implements Plugin<Project> {
private static final String SYSTEM_JDK_VERSION = "8u412-b08";
private static final String SYSTEM_JDK_VERSION = "8.0.422+5.1";
private static final String SYSTEM_JDK_VENDOR = "adoptium";
private static final String GRADLE_JDK_VERSION = "11.0.23+9";
private static final String GRADLE_JDK_VERSION = "11.0.24+8";
private static final String GRADLE_JDK_VENDOR = "adoptium";

// all distributions used by distro tests. this is temporary until tests are per distribution
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/version.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ opensearch = 1.4.0
lucene = 8.10.1

bundled_jdk_vendor = adoptium
bundled_jdk = 11.0.23+9
bundled_jdk = 11.0.24+8

# optional dependencies
spatial4j = 0.7
Expand Down

0 comments on commit 8768c2b

Please sign in to comment.