Skip to content

Commit

Permalink
Upgrading OpenSearch and maven-project-info-reports-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Jun 27, 2024
1 parent 12e65f5 commit 6a848db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ under the License.
<slf4j.version>1.7.36</slf4j.version>

<elasticsearch.version>8.14.1</elasticsearch.version>
<opensearch.version>2.14.0</opensearch.version>
<opensearch.version>2.15.0</opensearch.version>
<opensearch-java.version>2.11.0</opensearch-java.version>

<log4j2.version>2.22.0</log4j2.version>
Expand Down Expand Up @@ -2064,7 +2064,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.6.0</version>
<version>3.6.1</version>
<configuration>
<dependencyDetailsEnabled>false</dependencyDetailsEnabled>
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
Expand Down

0 comments on commit 6a848db

Please sign in to comment.