Update bundled JDK to 17.0.3+7 (#3093)
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
This commit is contained in:
parent
675636fac2
commit
a3030b5606
|
@ -77,7 +77,7 @@ import java.util.stream.Stream;
|
|||
public class DistroTestPlugin implements Plugin<Project> {
|
||||
private static final String SYSTEM_JDK_VERSION = "8u242+b08";
|
||||
private static final String SYSTEM_JDK_VENDOR = "adoptopenjdk";
|
||||
private static final String GRADLE_JDK_VERSION = "17.0.2+8";
|
||||
private static final String GRADLE_JDK_VERSION = "17.0.3+7";
|
||||
private static final String GRADLE_JDK_VENDOR = "adoptium";
|
||||
|
||||
// all distributions used by distro tests. this is temporary until tests are per distribution
|
||||
|
|
|
@ -2,7 +2,7 @@ opensearch = 3.0.0
|
|||
lucene = 9.2.0-snapshot-f4f1f70
|
||||
|
||||
bundled_jdk_vendor = adoptium
|
||||
bundled_jdk = 17.0.2+8
|
||||
bundled_jdk = 17.0.3+7
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue