File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/org/opensearch/gradle/test Expand file tree Collapse file tree 2 files changed +3
-3
lines changed 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 = "11.0.18+10 " ;
78
+ private static final String SYSTEM_JDK_VERSION = "11.0.19+7 " ;
79
79
private static final String SYSTEM_JDK_VENDOR = "adoptium" ;
80
- private static final String GRADLE_JDK_VERSION = "17.0.6+10 " ;
80
+ private static final String GRADLE_JDK_VERSION = "17.0.7+7 " ;
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 = 3.0.0
2
2
lucene = 9.6.0-snapshot-a3ae27f
3
3
4
4
bundled_jdk_vendor = adoptium
5
- bundled_jdk = 19 .0.2+7
5
+ bundled_jdk = 20 .0.1+9
6
6
7
7
8
8
# optional dependencies
You can’t perform that action at this time.
0 commit comments