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 0af669a commit bc40179
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 @@ -429,7 +429,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>

<commons-lang3.version>3.17.0</commons-lang3.version>
<commons-jexl.version>3.4.0</commons-jexl.version>
Expand Down Expand Up @@ -656,7 +656,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 @@ -1693,7 +1693,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 @@ -2250,7 +2250,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 bc40179

Please sign in to comment.