Update bundled JDK distribution to 17.0.2+8 (#2007)

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
This commit is contained in:
Andriy Redko 2022-01-28 12:52:56 -05:00 committed by GitHub
parent 5569ce0025
commit 00416dc428
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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