Skip to content

Commit

Permalink
Upgrading Elasticsearch and Tomcat
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Oct 11, 2023
1 parent ea1397d commit d947df5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions fit/core-reference/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,7 @@ under the License.
<env>
<discovery.type>single-node</discovery.type>
<cluster.name>elasticsearch</cluster.name>
<cluster.routing.allocation.disk.threshold_enabled>false</cluster.routing.allocation.disk.threshold_enabled>
<xpack.security.enabled>false</xpack.security.enabled>
<ingest.geoip.downloader.enabled>false</ingest.geoip.downloader.enabled>
<ES_JAVA_OPTS>-Xms750m -Xmx750m</ES_JAVA_OPTS>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ under the License.

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

<elasticsearch.version>8.10.2</elasticsearch.version>
<elasticsearch.version>8.10.3</elasticsearch.version>

<commons-jexl.version>3.3</commons-jexl.version>
<commons-text.version>1.10.0</commons-text.version>
Expand Down Expand Up @@ -486,7 +486,7 @@ under the License.
<cargo.rmi.port>9805</cargo.rmi.port>
<cargo.deployable.ping.timeout>60000</cargo.deployable.ping.timeout>

<tomcat.version>10.1.13</tomcat.version>
<tomcat.version>10.1.14</tomcat.version>
<wildfly.version>29.0.1.Final</wildfly.version>
<payara.version>6.2023.7</payara.version>
<jakarta.faces.version>4.0.4</jakarta.faces.version>
Expand Down

0 comments on commit d947df5

Please sign in to comment.