Skip to content

Commit

Permalink
OpenJDK Update (October 2023 Patch releases)
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
  • Loading branch information
reta committed Oct 27, 2023
1 parent 3670ea3 commit 90ece36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@
import java.util.stream.Stream;

public class DistroTestPlugin implements Plugin<Project> {
private static final String SYSTEM_JDK_VERSION = "8u382-b05";
private static final String SYSTEM_JDK_VERSION = "8u392-b08";
private static final String SYSTEM_JDK_VENDOR = "adoptium";
private static final String GRADLE_JDK_VERSION = "11.0.20+8";
private static final String GRADLE_JDK_VERSION = "11.0.21+9";
private static final String GRADLE_JDK_VENDOR = "adoptium";

// all distributions used by distro tests. this is temporary until tests are per distribution
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/version.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ opensearch = 1.3.14
lucene = 8.10.1

bundled_jdk_vendor = adoptium
bundled_jdk = 11.0.20+8
bundled_jdk = 11.0.21+9

# optional dependencies
spatial4j = 0.7
Expand Down

0 comments on commit 90ece36

Please sign in to comment.