Skip to content

Commit 13fdf88

Browse files
committed
Updated dependencies versions
1 parent cb812e8 commit 13fdf88

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<plugin>
5656
<groupId>org.sonatype.plugins</groupId>
5757
<artifactId>nexus-staging-maven-plugin</artifactId>
58-
<version>1.6.3</version>
58+
<version>1.6.8</version>
5959
<extensions>true</extensions>
6060
<configuration>
6161
<serverId>ossrh</serverId>
@@ -67,7 +67,7 @@
6767
<plugin>
6868
<groupId>org.apache.maven.plugins</groupId>
6969
<artifactId>maven-source-plugin</artifactId>
70-
<version>2.2.1</version>
70+
<version>3.0.1</version>
7171
<executions>
7272
<execution>
7373
<id>attach-sources</id>
@@ -81,7 +81,7 @@
8181
<plugin>
8282
<groupId>org.apache.maven.plugins</groupId>
8383
<artifactId>maven-javadoc-plugin</artifactId>
84-
<version>2.9.1</version>
84+
<version>2.10.4</version>
8585
<executions>
8686
<execution>
8787
<id>attach-javadocs</id>
@@ -95,7 +95,7 @@
9595
<plugin>
9696
<groupId>org.apache.maven.plugins</groupId>
9797
<artifactId>maven-gpg-plugin</artifactId>
98-
<version>1.5</version>
98+
<version>1.6</version>
9999
<executions>
100100
<execution>
101101
<id>sign-artifacts</id>
@@ -110,7 +110,7 @@
110110
<plugin>
111111
<groupId>org.apache.maven.plugins</groupId>
112112
<artifactId>maven-compiler-plugin</artifactId>
113-
<version>2.3.2</version>
113+
<version>3.6.1</version>
114114
<configuration>
115115
<source>1.5</source>
116116
<target>1.5</target>
@@ -121,7 +121,7 @@
121121
<plugin>
122122
<groupId>org.apache.maven.plugins</groupId>
123123
<artifactId>maven-release-plugin</artifactId>
124-
<version>2.5.1</version>
124+
<version>2.5.3</version>
125125
<configuration>
126126
<tagNameFormat>v@{project.version}</tagNameFormat>
127127
</configuration>
@@ -163,7 +163,7 @@
163163
<dependency>
164164
<groupId>junit</groupId>
165165
<artifactId>junit</artifactId>
166-
<version>4.10</version>
166+
<version>4.12</version>
167167
<scope>test</scope>
168168
</dependency>
169169
<dependency>

0 commit comments

Comments
 (0)