nit0906 commented on code in PR #568: URL: https://github.com/apache/jackrabbit-oak/pull/568#discussion_r874342529
########## 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: If possible can we keep this in sync with the jackson dependency in the parent pom - https://github.com/apache/jackrabbit-oak/blob/trunk/oak-parent/pom.xml#L66. ? Either downgrade this or upgrade that. ########## 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: If possible can we keep this in sync with the jackson dependency in the parent pom - https://github.com/apache/jackrabbit-oak/blob/trunk/oak-parent/pom.xml#L66. ? Either downgrade this or upgrade that. -- 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]
