Skip to content

Commit

Permalink
Upgrading OpenSearch, PDFBox and maven-build-cache-extension
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Dec 1, 2023
1 parent 357da3a commit fbd1ee0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .mvn/extensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ under the License.
<extension>
<groupId>org.apache.maven.extensions</groupId>
<artifactId>maven-build-cache-extension</artifactId>
<version>1.0.1</version>
<version>1.1.0</version>
</extension>
</extensions>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ under the License.
<slf4j.version>1.7.36</slf4j.version>

<elasticsearch.version>8.11.1</elasticsearch.version>
<opensearch.version>2.11.0</opensearch.version>
<opensearch.version>2.11.1</opensearch.version>
<opensearch-java.version>2.8.1</opensearch-java.version>

<log4j2.version>2.22.0</log4j2.version>
Expand Down Expand Up @@ -1242,7 +1242,7 @@ under the License.
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit fbd1ee0

Please sign in to comment.