Skip to content

Commit a3938c6

Browse files
authored
GH-4910 update maven plugins (#4911)
2 parents 8ffccdf + a353ab1 commit a3938c6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

core/sail/elasticsearch-store/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
<plugin>
184184
<groupId>com.github.alexcojocaru</groupId>
185185
<artifactId>elasticsearch-maven-plugin</artifactId>
186-
<version>6.26</version>
186+
<version>6.28</version>
187187
<configuration>
188188
<skip>${skipITs}</skip>
189189
<skip>${skipTests}</skip>
@@ -193,7 +193,7 @@
193193
<httpPort>9200</httpPort>
194194
<environmentVariables>
195195
<ingest.geoip.downloader.enabled>false</ingest.geoip.downloader.enabled>
196-
<ES_JAVA_OPTS>${java.sec.mgr} -Xmx1g</ES_JAVA_OPTS>
196+
<ES_JAVA_OPTS>${java.sec.mgr} -Xmx1G -Xms1G</ES_JAVA_OPTS>
197197
</environmentVariables>
198198
<instanceCount>1</instanceCount>
199199
<instanceSettings>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@
648648
<plugin>
649649
<groupId>org.apache.maven.plugins</groupId>
650650
<artifactId>maven-compiler-plugin</artifactId>
651-
<version>3.11.0</version>
651+
<version>3.12.1</version>
652652
<configuration>
653653
<fork>false</fork>
654654
<encoding>utf8</encoding>
@@ -729,7 +729,7 @@
729729
<plugin>
730730
<groupId>org.apache.maven.plugins</groupId>
731731
<artifactId>maven-javadoc-plugin</artifactId>
732-
<version>3.6.0</version>
732+
<version>3.6.3</version>
733733
<configuration>
734734
<encoding>utf8</encoding>
735735
<source>11</source>
@@ -791,7 +791,7 @@
791791
<plugin>
792792
<groupId>org.apache.maven.plugins</groupId>
793793
<artifactId>maven-surefire-plugin</artifactId>
794-
<version>3.2.1</version>
794+
<version>3.2.5</version>
795795
<configuration>
796796
<encoding>UTF-8</encoding>
797797
<argLine>-Xmx2048M</argLine>
@@ -800,7 +800,7 @@
800800
<plugin>
801801
<groupId>org.apache.maven.plugins</groupId>
802802
<artifactId>maven-failsafe-plugin</artifactId>
803-
<version>3.2.1</version>
803+
<version>3.2.5</version>
804804
<configuration>
805805
<encoding>UTF-8</encoding>
806806
<forkCount>1</forkCount>

0 commit comments

Comments
 (0)