Commit 3a70538 1 parent 338255f commit 3a70538 Copy full SHA for 3a70538
File tree 3 files changed +5
-3
lines changed
src/main/java/org/opensearch/gradle/test
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
7
7
### Added
8
8
### Dependencies
9
+ - OpenJDK Update (July 2024 Patch releases) ([ #15002 ] ( https://github.com/opensearch-project/OpenSearch/pull/15002 ) )
10
+
9
11
### Changed
10
12
### Deprecated
11
13
### Removed
Original file line number Diff line number Diff line change 75
75
import java .util .stream .Stream ;
76
76
77
77
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 " ;
79
79
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 " ;
81
81
private static final String GRADLE_JDK_VENDOR = "adoptium" ;
82
82
83
83
// all distributions used by distro tests. this is temporary until tests are per distribution
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ opensearch = 1.3.19
2
2
lucene = 8.10.1
3
3
4
4
bundled_jdk_vendor = adoptium
5
- bundled_jdk = 11.0.23+9
5
+ bundled_jdk = 11.0.24+8
6
6
7
7
# optional dependencies
8
8
spatial4j = 0.7
You can’t perform that action at this time.
0 commit comments