|
56 | 56 | <target>1.6</target> |
57 | 57 | <encoding>${project.build.sourceEncoding}</encoding> |
58 | 58 | </configuration> |
59 | | - <version>3.1</version> |
| 59 | + <version>3.7.0</version> |
60 | 60 | </plugin> |
61 | 61 | <plugin> |
62 | 62 | <groupId>org.apache.maven.plugins</groupId> |
63 | 63 | <artifactId>maven-surefire-plugin</artifactId> |
64 | | - <version>2.17</version> |
| 64 | + <version>2.21.0</version> |
65 | 65 | </plugin> |
66 | 66 | <plugin> |
67 | 67 | <groupId>org.apache.felix</groupId> |
68 | 68 | <artifactId>maven-bundle-plugin</artifactId> |
69 | | - <version>3.0.1</version> |
| 69 | + <version>3.5.0</version> |
70 | 70 | <extensions>true</extensions> |
71 | 71 | <configuration> |
72 | 72 | <instructions> |
|
86 | 86 | <plugin> |
87 | 87 | <groupId>org.apache.maven.plugins</groupId> |
88 | 88 | <artifactId>maven-source-plugin</artifactId> |
89 | | - <version>2.2.1</version> |
| 89 | + <version>3.0.1</version> |
90 | 90 | <executions> |
91 | 91 | <execution> |
92 | 92 | <id>attach-sources</id> |
|
99 | 99 | <plugin> |
100 | 100 | <groupId>org.apache.maven.plugins</groupId> |
101 | 101 | <artifactId>maven-javadoc-plugin</artifactId> |
102 | | - <version>2.9.1</version> |
| 102 | + <version>3.0.0</version> |
103 | 103 | <configuration> |
104 | 104 | <charset>UTF-8</charset> |
105 | 105 | <docencoding>UTF-8</docencoding> |
|
129 | 129 | <plugin> |
130 | 130 | <groupId>org.apache.maven.plugins</groupId> |
131 | 131 | <artifactId>maven-gpg-plugin</artifactId> |
132 | | - <version>1.5</version> |
| 132 | + <version>1.6</version> |
133 | 133 | <executions> |
134 | 134 | <execution> |
135 | 135 | <id>sign-artifacts</id> |
|
143 | 143 | <plugin> |
144 | 144 | <groupId>org.sonatype.plugins</groupId> |
145 | 145 | <artifactId>nexus-staging-maven-plugin</artifactId> |
146 | | - <version>1.6.7</version> |
| 146 | + <version>1.6.8</version> |
147 | 147 | <extensions>true</extensions> |
148 | 148 | <configuration> |
149 | 149 | <serverId>ossrh</serverId> |
|
163 | 163 | <dependency> |
164 | 164 | <groupId>junit</groupId> |
165 | 165 | <artifactId>junit</artifactId> |
166 | | - <version>4.11</version> |
| 166 | + <version>4.12</version> |
167 | 167 | <type>maven-plugin</type> |
168 | 168 | <scope>test</scope> |
169 | 169 | </dependency> |
|
0 commit comments