This is an automated email from the ASF dual-hosted git repository. tilman pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tika.git
commit 59eeeef7f8e46f06735cbafe32be80fad920a184 Author: Tilman Hausherr <[email protected]> AuthorDate: Sun Jun 29 19:38:45 2025 +0200 TIKA-4327: add comment --- tika-integration-tests/tika-pipes-opensearch-integration-tests/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/tika-integration-tests/tika-pipes-opensearch-integration-tests/pom.xml b/tika-integration-tests/tika-pipes-opensearch-integration-tests/pom.xml index dd2c35251..395dbe783 100644 --- a/tika-integration-tests/tika-pipes-opensearch-integration-tests/pom.xml +++ b/tika-integration-tests/tika-pipes-opensearch-integration-tests/pom.xml @@ -57,6 +57,7 @@ <dependency> <groupId>org.opensearch</groupId> <artifactId>opensearch-testcontainers</artifactId> + <!-- can't update to 3.0.0, needs jdk21 --> <version>2.1.3</version> <scope>test</scope> </dependency>
