Skip to content

Commit 436ec87

Browse files
Merge branch 'main' into merge_parquet
2 parents 37469ca + 417185a commit 436ec87

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

buildSrc/src/main/java/org/opensearch/gradle/test/DistroTestPlugin.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@
7777
import java.util.stream.Stream;
7878

7979
public class DistroTestPlugin implements Plugin<Project> {
80-
private static final String SYSTEM_JDK_VERSION = "25.0.2+10";
80+
private static final String SYSTEM_JDK_VERSION = "25.0.3+9";
8181
private static final String SYSTEM_JDK_VENDOR = "adoptium";
82-
private static final String GRADLE_JDK_VERSION = "25.0.2+10";
82+
private static final String GRADLE_JDK_VERSION = "25.0.3+9";
8383
private static final String GRADLE_JDK_VENDOR = "adoptium";
8484

8585
// all distributions used by distro tests. this is temporary until tests are per distribution

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ opensearch = "3.7.0"
33
lucene = "10.4.0"
44

55
bundled_jdk_vendor = "adoptium"
6-
bundled_jdk = "25.0.2+10"
6+
bundled_jdk = "25.0.3+9"
77

88
# optional dependencies
99
spatial4j = "0.7"

0 commit comments

Comments
 (0)