Skip to content

Commit 5bf7239

Browse files
committed
Bump plugin versions
1 parent 5d0fd02 commit 5bf7239

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,17 @@
5656
<target>1.6</target>
5757
<encoding>${project.build.sourceEncoding}</encoding>
5858
</configuration>
59-
<version>3.1</version>
59+
<version>3.7.0</version>
6060
</plugin>
6161
<plugin>
6262
<groupId>org.apache.maven.plugins</groupId>
6363
<artifactId>maven-surefire-plugin</artifactId>
64-
<version>2.17</version>
64+
<version>2.21.0</version>
6565
</plugin>
6666
<plugin>
6767
<groupId>org.apache.felix</groupId>
6868
<artifactId>maven-bundle-plugin</artifactId>
69-
<version>3.0.1</version>
69+
<version>3.5.0</version>
7070
<extensions>true</extensions>
7171
<configuration>
7272
<instructions>
@@ -86,7 +86,7 @@
8686
<plugin>
8787
<groupId>org.apache.maven.plugins</groupId>
8888
<artifactId>maven-source-plugin</artifactId>
89-
<version>2.2.1</version>
89+
<version>3.0.1</version>
9090
<executions>
9191
<execution>
9292
<id>attach-sources</id>
@@ -99,7 +99,7 @@
9999
<plugin>
100100
<groupId>org.apache.maven.plugins</groupId>
101101
<artifactId>maven-javadoc-plugin</artifactId>
102-
<version>2.9.1</version>
102+
<version>3.0.0</version>
103103
<configuration>
104104
<charset>UTF-8</charset>
105105
<docencoding>UTF-8</docencoding>
@@ -129,7 +129,7 @@
129129
<plugin>
130130
<groupId>org.apache.maven.plugins</groupId>
131131
<artifactId>maven-gpg-plugin</artifactId>
132-
<version>1.5</version>
132+
<version>1.6</version>
133133
<executions>
134134
<execution>
135135
<id>sign-artifacts</id>
@@ -143,7 +143,7 @@
143143
<plugin>
144144
<groupId>org.sonatype.plugins</groupId>
145145
<artifactId>nexus-staging-maven-plugin</artifactId>
146-
<version>1.6.7</version>
146+
<version>1.6.8</version>
147147
<extensions>true</extensions>
148148
<configuration>
149149
<serverId>ossrh</serverId>
@@ -163,7 +163,7 @@
163163
<dependency>
164164
<groupId>junit</groupId>
165165
<artifactId>junit</artifactId>
166-
<version>4.11</version>
166+
<version>4.12</version>
167167
<type>maven-plugin</type>
168168
<scope>test</scope>
169169
</dependency>

0 commit comments

Comments
 (0)