Skip to content

Commit

Permalink
updated Para to 1.46.0, ES client to 8.2.0, OpenSearch client to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed May 28, 2022
1 parent 98fd9d8 commit 10ee90b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@
<skipTests>false</skipTests>
<skipITs>${skipTests}</skipITs>
<skipUTs>${skipTests}</skipUTs>
<elasticsearch.version>8.1.3</elasticsearch.version>
<elasticsearch.version>8.2.0</elasticsearch.version>
<jerseyVer>2.35</jerseyVer>
</properties>

<dependencies>
<dependency>
<groupId>com.erudika</groupId>
<artifactId>para-core</artifactId>
<version>1.45.8</version>
<version>1.46.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>org.opensearch.client</groupId>
<artifactId>opensearch-rest-high-level-client</artifactId>
<version>1.3.1</version>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>co.elastic.clients</groupId>
Expand Down

0 comments on commit 10ee90b

Please sign in to comment.