File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
src/main/java/org/opensearch/gradle/test Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 7575import java .util .stream .Stream ;
7676
7777public class DistroTestPlugin implements Plugin <Project > {
78- private static final String SYSTEM_JDK_VERSION = "8u442-b06 " ;
78+ private static final String SYSTEM_JDK_VERSION = "8u472-b08 " ;
7979 private static final String SYSTEM_JDK_VENDOR = "adoptium" ;
80- private static final String GRADLE_JDK_VERSION = "11.0.26+4 " ;
80+ private static final String GRADLE_JDK_VERSION = "11.0.29+7 " ;
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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ opensearch = 1.3.21
22lucene = 8.10.1
33
44bundled_jdk_vendor = adoptium
5- bundled_jdk = 11.0.26+4
5+ bundled_jdk = 11.0.29+7
66
77# optional dependencies
88spatial4j = 0.7
Original file line number Diff line number Diff line change 1+ [versions ]
2+ bundled_jdk_vendor = " adoptium"
3+ bundled_jdk = 11.0 .29+7
You can’t perform that action at this time.
0 commit comments