Skip to content

Commit b051170

Browse files
committed
Merge branch 'dep-updates' into 3.x
2 parents e46eb5d + 6fddaec commit b051170

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
</modules>
5959

6060
<properties>
61-
<commons-compress.version>1.19</commons-compress.version>
61+
<commons-compress.version>1.20</commons-compress.version>
6262
<dependencies.version>2.1.12.RELEASE</dependencies.version>
6363
<evo-inflector.version>1.2.2</evo-inflector.version>
6464
<immutables.version>2.8.3</immutables.version>
@@ -136,7 +136,7 @@
136136
<plugin>
137137
<groupId>org.apache.maven.plugins</groupId>
138138
<artifactId>maven-compiler-plugin</artifactId>
139-
<version>3.8.0</version>
139+
<version>3.8.1</version>
140140
<configuration>
141141
<compilerArgs>
142142
<arg>-Werror</arg>
@@ -158,7 +158,7 @@
158158
<plugin>
159159
<groupId>org.apache.maven.plugins</groupId>
160160
<artifactId>maven-javadoc-plugin</artifactId>
161-
<version>3.0.1</version>
161+
<version>3.1.1</version>
162162
<configuration>
163163
<links>
164164
<link>https://projectreactor.io/docs/core/release/api/</link>
@@ -177,7 +177,7 @@
177177
<plugin>
178178
<groupId>org.apache.maven.plugins</groupId>
179179
<artifactId>maven-source-plugin</artifactId>
180-
<version>3.0.1</version>
180+
<version>3.2.1</version>
181181
<executions>
182182
<execution>
183183
<id>attach-sources</id>
@@ -190,7 +190,7 @@
190190
<plugin>
191191
<groupId>org.apache.maven.plugins</groupId>
192192
<artifactId>maven-surefire-plugin</artifactId>
193-
<version>2.22.1</version>
193+
<version>2.22.2</version>
194194
<configuration>
195195
<runOrder>random</runOrder>
196196
</configuration>
@@ -202,7 +202,7 @@
202202
<plugin>
203203
<groupId>org.jfrog.buildinfo</groupId>
204204
<artifactId>artifactory-maven-plugin</artifactId>
205-
<version>2.6.1</version>
205+
<version>2.7.0</version>
206206
<inherited>false</inherited>
207207
<executions>
208208
<execution>

0 commit comments

Comments
 (0)