Skip to content

Commit

Permalink
[lts] update libs
Browse files Browse the repository at this point in the history
h2 2.2.220 -> 2.2.224
elastic 7.17.12 -> 7.17.14
  • Loading branch information
NPi2Loup committed Nov 9, 2023
1 parent 4528131 commit 38c1f3c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion vertigo-account-plugin-authorization-basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.2.220</version>
<version>2.2.224</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion vertigo-datafactory-plugin-elasticsearch_5_6/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.2.220</version>
<version>2.2.224</version>
<scope>test</scope>
</dependency>

Expand Down
16 changes: 8 additions & 8 deletions vertigo-datafactory-plugin-elasticsearch_7_17/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,34 +44,34 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.2.220</version>
<version>2.2.224</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId>
<version>8.11.1</version><!-- 8.11.1 compatible with ElasticSearch 7.17.12 -->
<version>8.11.1</version><!-- 8.11.1 compatible with ElasticSearch 7.17.14 -->
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-analyzers-common</artifactId>
<version>8.11.1</version><!-- 8.11.1 compatible with ElasticSearch 7.17.12 -->
<version>8.11.1</version><!-- 8.11.1 compatible with ElasticSearch 7.17.14 -->
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-queryparser</artifactId>
<version>8.11.1</version><!-- 8.11.1 compatible with ElasticSearch 7.17.12 -->
<version>8.11.1</version><!-- 8.11.1 compatible with ElasticSearch 7.17.14 -->
<optional>true</optional>
</dependency>

<!-- Search -->
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch</artifactId>
<version>7.17.12</version>
<version>7.17.14</version>
<exclusions>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
Expand All @@ -82,19 +82,19 @@
<dependency>
<groupId>org.elasticsearch.client</groupId>
<artifactId>transport</artifactId>
<version>7.17.12</version>
<version>7.17.14</version>
<optional>true</optional> <!-- TransportSearchServicesPlugin -->
</dependency>
<dependency>
<groupId>org.elasticsearch.client</groupId>
<artifactId>elasticsearch-rest-high-level-client</artifactId>
<version>7.17.12</version>
<version>7.17.14</version>
<optional>true</optional> <!-- RestHighLevelElasticSearchConnector -->
</dependency>
<dependency>
<groupId>org.elasticsearch.client</groupId>
<artifactId>x-pack-transport</artifactId>
<version>7.17.12</version>
<version>7.17.14</version>
<optional>true</optional> <!-- SecuredTransportSearchConnector -->
</dependency>
<dependency>
Expand Down

0 comments on commit 38c1f3c

Please sign in to comment.