Skip to content

Commit fc30022

Browse files
committed
bump dependencies and plugins
1 parent ca34723 commit fc30022

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

pom.xml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@
5454
</repository>
5555
</repositories>
5656

57+
<prerequisites>
58+
<maven>3.0.4</maven>
59+
</prerequisites>
60+
5761
<dependencies>
5862
<dependency>
5963
<groupId>io.socket</groupId>
@@ -68,7 +72,7 @@
6872
<dependency>
6973
<groupId>junit</groupId>
7074
<artifactId>junit</artifactId>
71-
<version>4.11</version>
75+
<version>4.12</version>
7276
<scope>test</scope>
7377
</dependency>
7478
<dependency>
@@ -129,7 +133,7 @@
129133
<plugin>
130134
<groupId>org.apache.maven.plugins</groupId>
131135
<artifactId>maven-gpg-plugin</artifactId>
132-
<version>1.5</version>
136+
<version>1.6</version>
133137
<executions>
134138
<execution>
135139
<id>sign-artifacts</id>
@@ -143,7 +147,7 @@
143147
<plugin>
144148
<groupId>org.apache.maven.plugins</groupId>
145149
<artifactId>maven-source-plugin</artifactId>
146-
<version>2.2.1</version>
150+
<version>2.4</version>
147151
<executions>
148152
<execution>
149153
<id>attach-sources</id>
@@ -156,7 +160,7 @@
156160
<plugin>
157161
<groupId>org.apache.maven.plugins</groupId>
158162
<artifactId>maven-javadoc-plugin</artifactId>
159-
<version>2.9.1</version>
163+
<version>2.10.3</version>
160164
<executions>
161165
<execution>
162166
<id>attach-javadocs</id>
@@ -180,7 +184,7 @@
180184
<plugin>
181185
<groupId>org.sonatype.plugins</groupId>
182186
<artifactId>nexus-staging-maven-plugin</artifactId>
183-
<version>1.6.2</version>
187+
<version>1.6.6</version>
184188
<extensions>true</extensions>
185189
<configuration>
186190
<serverId>ossrh</serverId>
@@ -191,7 +195,7 @@
191195
<plugin>
192196
<groupId>org.codehaus.mojo</groupId>
193197
<artifactId>exec-maven-plugin</artifactId>
194-
<version>1.2.1</version>
198+
<version>1.4.0</version>
195199
<executions>
196200
<execution>
197201
<id>npm-install</id>
@@ -217,7 +221,7 @@
217221
<plugin>
218222
<groupId>com.github.github</groupId>
219223
<artifactId>site-maven-plugin</artifactId>
220-
<version>0.10</version>
224+
<version>0.12</version>
221225
<configuration>
222226
<message>Creating site for ${project.version}</message>
223227
</configuration>

0 commit comments

Comments
 (0)