Update bundled JDK distribution to 17.0.2+8 (#2007)
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
This commit is contained in:
parent
5569ce0025
commit
00416dc428
|
@ -76,7 +76,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.1+12";
|
||||
private static final String GRADLE_JDK_VERSION = "17.0.2+8";
|
||||
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 = 2.0.0
|
|||
lucene = 8.10.1
|
||||
|
||||
bundled_jdk_vendor = adoptium
|
||||
bundled_jdk = 17.0.1+12
|
||||
bundled_jdk = 17.0.2+8
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue