Skip to content

Commit 5f512b6

Browse files
committed
GH-4884 bump maven plugin version
1 parent 8400bd2 commit 5f512b6

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

core/sail/elasticsearch-store/pom.xml

Lines changed: 1 addition & 1 deletion
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>

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@
643643
<plugin>
644644
<groupId>org.apache.maven.plugins</groupId>
645645
<artifactId>maven-compiler-plugin</artifactId>
646-
<version>3.11.0</version>
646+
<version>3.12.1</version>
647647
<configuration>
648648
<fork>false</fork>
649649
<encoding>utf8</encoding>
@@ -667,7 +667,7 @@
667667
<plugin>
668668
<groupId>au.com.acegi</groupId>
669669
<artifactId>xml-format-maven-plugin</artifactId>
670-
<version>3.2.2</version>
670+
<version>3.3.1</version>
671671
<configuration>
672672
<tabIndent>true</tabIndent>
673673
<excludes>eclipse-settings/**,**/target/**,**/site/themes/**,**/.*/**</excludes>
@@ -786,7 +786,7 @@
786786
<plugin>
787787
<groupId>org.apache.maven.plugins</groupId>
788788
<artifactId>maven-surefire-plugin</artifactId>
789-
<version>3.2.1</version>
789+
<version>3.2.5</version>
790790
<configuration>
791791
<encoding>UTF-8</encoding>
792792
<argLine>-Xmx2048M</argLine>
@@ -795,7 +795,7 @@
795795
<plugin>
796796
<groupId>org.apache.maven.plugins</groupId>
797797
<artifactId>maven-failsafe-plugin</artifactId>
798-
<version>3.2.1</version>
798+
<version>3.2.5</version>
799799
<configuration>
800800
<encoding>UTF-8</encoding>
801801
<forkCount>1</forkCount>
@@ -1031,7 +1031,7 @@
10311031
<plugin>
10321032
<groupId>org.apache.maven.plugins</groupId>
10331033
<artifactId>maven-site-plugin</artifactId>
1034-
<version>4.0.0-M11</version>
1034+
<version>4.0.0-M13</version>
10351035
</plugin>
10361036
</plugins>
10371037
</pluginManagement>

0 commit comments

Comments
 (0)