AngelaFabregues commented on code in PR #568: URL: https://github.com/apache/jackrabbit-oak/pull/568#discussion_r874914805
########## oak-search-elastic/pom.xml: ########## @@ -33,8 +33,8 @@ <description>Oak Elasticsearch integration subproject</description> <properties> - <elasticsearch.version>7.16.3</elasticsearch.version> - <lucene.version>8.10.1</lucene.version> + <elasticsearch.version>7.17.3</elasticsearch.version> + <jackson.version>2.12.3</jackson.version> Review Comment: I've changed the jackson-databind version to the one in the parent module (using the same variable). I've executed mvn clean install in the module and executed the tests. All tests passed so... I suppose we can use the old version instead of the version provided by the documentation https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/7.17/installation.html#maven @fabriziofortino , is it ok? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
