Skip to content

Commit

Permalink
Upgrading Elasticsearch, Opensearch and jacoco-maven-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Apr 3, 2024
1 parent 46106ce commit 89961be
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 @@ -427,8 +427,8 @@ under the License.

<disruptor.version>3.4.4</disruptor.version>

<elasticsearch.version>8.13.0</elasticsearch.version>
<opensearch.version>2.12.0</opensearch.version>
<elasticsearch.version>8.13.1</elasticsearch.version>
<opensearch.version>2.13.0</opensearch.version>
<opensearch-java.version>2.9.1</opensearch-java.version>

<commons-lang3.version>3.14.0</commons-lang3.version>
Expand Down Expand Up @@ -1672,7 +1672,7 @@ under the License.
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.11</version>
<version>0.8.12</version>
</plugin>

<plugin>
Expand Down

0 comments on commit 89961be

Please sign in to comment.