Skip to content

Commit 3846376

Browse files
committed
[MPIR-420] Uprade dependencies
1 parent eeb81c8 commit 3846376

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
@@ -121,9 +121,9 @@ under the License.
121121
<doxiaVersion>1.11.1</doxiaVersion>
122122
<doxia-sitetoolsVersion>1.11.1</doxia-sitetoolsVersion>
123123
<mavenVersion>3.2.5</mavenVersion>
124-
<scmVersion>1.12.2</scmVersion>
124+
<scmVersion>1.13.0</scmVersion>
125125
<aetherVersion>1.0.0.v20140518</aetherVersion>
126-
<sitePluginVersion>3.11.0</sitePluginVersion>
126+
<sitePluginVersion>3.12.0</sitePluginVersion>
127127
<surefire.version>2.22.2</surefire.version>
128128
<javaVersion>8</javaVersion>
129129
<checkstyle.violation.ignore>ParameterNumber,MethodLength</checkstyle.violation.ignore>
@@ -188,7 +188,7 @@ under the License.
188188
<dependency>
189189
<groupId>org.apache.maven.shared</groupId>
190190
<artifactId>maven-dependency-tree</artifactId>
191-
<version>3.1.0</version>
191+
<version>3.1.1</version>
192192
</dependency>
193193
<dependency>
194194
<groupId>org.apache.maven.shared</groupId>
@@ -233,7 +233,7 @@ under the License.
233233
<dependency>
234234
<groupId>org.apache.maven.shared</groupId>
235235
<artifactId>maven-common-artifact-filters</artifactId>
236-
<version>3.2.0</version>
236+
<version>3.3.0</version>
237237
<exclusions>
238238
<exclusion>
239239
<groupId>org.sonatype.sisu</groupId>
@@ -392,7 +392,7 @@ under the License.
392392
<dependency>
393393
<groupId>org.codehaus.plexus</groupId>
394394
<artifactId>plexus-utils</artifactId>
395-
<version>3.4.1</version>
395+
<version>3.4.2</version>
396396
</dependency>
397397
<dependency>
398398
<groupId>org.codehaus.plexus</groupId>
@@ -470,7 +470,7 @@ under the License.
470470
<dependency>
471471
<groupId>org.slf4j</groupId>
472472
<artifactId>slf4j-simple</artifactId>
473-
<version>1.7.32</version>
473+
<version>1.7.36</version>
474474
<scope>test</scope>
475475
</dependency>
476476

0 commit comments

Comments
 (0)