rzo1 commented on code in PR #1293: URL: https://github.com/apache/incubator-stormcrawler/pull/1293#discussion_r1753537369
########## external/opensearch/src/test/java/org/apache/stormcrawler/opensearch/bolt/AbstractOpenSearchTest.java: ########## @@ -25,7 +25,7 @@ @Testcontainers(disabledWithoutDocker = true) public abstract class AbstractOpenSearchTest { - private static final String OPENSEARCH_VERSION = "2.12.0"; + private static final String OPENSEARCH_VERSION = "2.16.0"; Review Comment: Might be good to set this via an env variable one day, which is populated via mvn surefire, so it picks up automated changes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@stormcrawler.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org