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 569eaa5 commit ab1b70f
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 @@ -428,7 +428,7 @@ under the License.
<disruptor.version>3.4.4</disruptor.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>

<commons-jexl.version>3.3</commons-jexl.version>
Expand Down Expand Up @@ -1128,7 +1128,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 ab1b70f

Please sign in to comment.