File tree Expand file tree Collapse file tree
buildSrc/src/main/java/org/opensearch/gradle/test Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7777import java .util .stream .Stream ;
7878
7979public class DistroTestPlugin implements Plugin <Project > {
80- private static final String SYSTEM_JDK_VERSION = "25.0.2+10 " ;
80+ private static final String SYSTEM_JDK_VERSION = "25.0.3+9 " ;
8181 private static final String SYSTEM_JDK_VENDOR = "adoptium" ;
82- private static final String GRADLE_JDK_VERSION = "25.0.2+10 " ;
82+ private static final String GRADLE_JDK_VERSION = "25.0.3+9 " ;
8383 private static final String GRADLE_JDK_VENDOR = "adoptium" ;
8484
8585 // all distributions used by distro tests. this is temporary until tests are per distribution
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ opensearch = "3.7.0"
33lucene = " 10.4.0"
44
55bundled_jdk_vendor = " adoptium"
6- bundled_jdk = " 25.0.2+10 "
6+ bundled_jdk = " 25.0.3+9 "
77
88# optional dependencies
99spatial4j = " 0.7"
You can’t perform that action at this time.
0 commit comments