Skip to content

Commit

Permalink
Upgrading Elasticsearch, Swagger UI, Tomcat and maven-gpg-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Mar 27, 2024
1 parent 8516f61 commit 2f0c5e9
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ under the License.

<disruptor.version>3.4.4</disruptor.version>

<elasticsearch.version>8.12.2</elasticsearch.version>
<elasticsearch.version>8.13.0</elasticsearch.version>
<opensearch.version>2.12.0</opensearch.version>
<opensearch-java.version>2.9.1</opensearch-java.version>

Expand All @@ -443,7 +443,7 @@ under the License.
<h2.version>2.2.224</h2.version>

<swagger-core.version>2.2.21</swagger-core.version>
<swagger-ui.version>5.12.0</swagger-ui.version>
<swagger-ui.version>5.12.2</swagger-ui.version>

<jquery-slimscroll.version>1.3.8</jquery-slimscroll.version>
<jquery-cookie.version>1.4.1-1</jquery-cookie.version>
Expand Down Expand Up @@ -493,7 +493,7 @@ under the License.
<cargo.rmi.port>9805</cargo.rmi.port>
<cargo.deployable.ping.timeout>60000</cargo.deployable.ping.timeout>

<tomcat.version>10.1.19</tomcat.version>
<tomcat.version>10.1.20</tomcat.version>
<wildfly.version>31.0.1.Final</wildfly.version>
<payara.version>6.2024.2</payara.version>
<jakarta.faces.version>4.0.6</jakarta.faces.version>
Expand Down Expand Up @@ -865,6 +865,12 @@ under the License.
<groupId>org.apache.commons</groupId>
<artifactId>commons-jexl3</artifactId>
<version>${commons-jexl.version}</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down Expand Up @@ -1119,13 +1125,12 @@ under the License.
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>3.0.2</version>
</dependency>

<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.3.0</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down Expand Up @@ -2041,7 +2046,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.1</version>
<version>3.2.2</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down

0 comments on commit 2f0c5e9

Please sign in to comment.