Skip to content

Commit 322aded

Browse files
Merge branch 'main' into merge_parquet
Signed-off-by: Shailesh-Kumar-Singh <shaileshkumarsingh260@gmail.com>
2 parents 37469ca + 417185a commit 322aded

3 files changed

Lines changed: 3 additions & 4 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"

sandbox/plugins/composite-engine/src/internalClusterTest/java/org/opensearch/composite/CompositeMergeIT.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
import java.util.Map;
4747
import java.util.Set;
4848
import java.util.function.Function;
49-
import java.util.function.Supplier;
5049

5150
/**
5251
* Integration tests for composite merge with real Parquet backend.

0 commit comments

Comments
 (0)