Update bundled JDK to 17.0.3+7 (#3093)

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
This commit is contained in:
Andriy Redko 2022-05-10 14:48:36 -04:00 committed by GitHub
parent 675636fac2
commit a3030b5606
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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