Skip to content

Commit

Permalink
Upgrading OpenSearch, WoodStox, exec-maven-plugin and maven-site-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Oct 23, 2024
1 parent 675c7a6 commit fe5dbc8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ under the License.

<elasticsearch.version>8.15.3</elasticsearch.version>
<opensearch.version>2.17.1</opensearch.version>
<opensearch-java.version>2.15.0</opensearch-java.version>
<opensearch-java.version>2.16.0</opensearch-java.version>

<log4j2.version>2.22.0</log4j2.version>
<disruptor.version>3.4.4</disruptor.version>
Expand Down Expand Up @@ -707,7 +707,7 @@ under the License.
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>7.0.0</version>
<version>7.1.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -1765,7 +1765,7 @@ under the License.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
</plugin>

<plugin>
Expand Down Expand Up @@ -2319,7 +2319,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.20.0</version>
<version>3.21.0</version>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit fe5dbc8

Please sign in to comment.