|
95 | 95 | <plugin>
|
96 | 96 | <groupId>org.apache.felix</groupId>
|
97 | 97 | <artifactId>maven-bundle-plugin</artifactId>
|
98 |
| - <version>5.1.9</version> |
| 98 | + <version>6.0.0</version> |
99 | 99 | <executions>
|
100 | 100 | <execution>
|
101 | 101 | <id>bundle-manifest</id>
|
|
109 | 109 | <plugin>
|
110 | 110 | <groupId>org.codehaus.mojo</groupId>
|
111 | 111 | <artifactId>animal-sniffer-maven-plugin</artifactId>
|
112 |
| - <version>1.15</version> |
| 112 | + <version>1.24</version> |
113 | 113 | </plugin>
|
114 | 114 | <plugin>
|
115 | 115 | <artifactId>maven-jar-plugin</artifactId>
|
116 |
| - <version>3.3.0</version> |
| 116 | + <version>3.4.2</version> |
117 | 117 | </plugin>
|
118 | 118 | </plugins>
|
119 | 119 | </pluginManagement>
|
120 | 120 | <plugins>
|
121 | 121 | <plugin>
|
122 | 122 | <groupId>org.apache.maven.plugins</groupId>
|
123 | 123 | <artifactId>maven-surefire-plugin</artifactId>
|
124 |
| - <version>3.1.2</version> |
| 124 | + <version>3.5.2</version> |
125 | 125 | <configuration>
|
126 | 126 | <forkCount>0</forkCount>
|
127 | 127 | <includes>
|
|
132 | 132 | <plugin>
|
133 | 133 | <groupId>org.apache.maven.plugins</groupId>
|
134 | 134 | <artifactId>maven-source-plugin</artifactId>
|
135 |
| - <version>3.3.0</version> |
| 135 | + <version>3.3.1</version> |
136 | 136 | <executions>
|
137 | 137 | <execution>
|
138 | 138 | <id>attach-sources</id>
|
|
145 | 145 | <plugin>
|
146 | 146 | <groupId>org.apache.maven.plugins</groupId>
|
147 | 147 | <artifactId>maven-javadoc-plugin</artifactId>
|
148 |
| - <version>3.5.0</version> |
| 148 | + <version>3.11.2</version> |
149 | 149 | <executions>
|
150 | 150 | <execution>
|
151 | 151 | <id>attach-javadocs</id>
|
|
158 | 158 | <plugin>
|
159 | 159 | <groupId>org.apache.maven.plugins</groupId>
|
160 | 160 | <artifactId>maven-release-plugin</artifactId>
|
161 |
| - <version>3.0.1</version> |
| 161 | + <version>3.1.1</version> |
162 | 162 | <configuration>
|
163 | 163 | <tagNameFormat>v@{project.version}</tagNameFormat>
|
164 | 164 | </configuration>
|
165 | 165 | </plugin>
|
166 | 166 | <plugin>
|
167 | 167 | <groupId>org.apache.maven.plugins</groupId>
|
168 | 168 | <artifactId>maven-compiler-plugin</artifactId>
|
169 |
| - <version>3.11.0</version> |
| 169 | + <version>3.13.0</version> |
170 | 170 | <configuration>
|
171 | 171 | <source>1.7</source>
|
172 | 172 | <target>1.7</target>
|
|
176 | 176 | <plugin>
|
177 | 177 | <groupId>org.sonatype.plugins</groupId>
|
178 | 178 | <artifactId>nexus-staging-maven-plugin</artifactId>
|
179 |
| - <version>1.6.13</version> |
| 179 | + <version>1.7.0</version> |
180 | 180 | <extensions>true</extensions>
|
181 | 181 | <configuration>
|
182 | 182 | <serverId>sonatype-nexus-staging</serverId>
|
|
202 | 202 | <plugin>
|
203 | 203 | <groupId>org.apache.maven.plugins</groupId>
|
204 | 204 | <artifactId>maven-gpg-plugin</artifactId>
|
205 |
| - <version>3.1.0</version> |
| 205 | + <version>3.2.7</version> |
206 | 206 | <executions>
|
207 | 207 | <execution>
|
208 | 208 | <id>sign-artifacts</id>
|
|
227 | 227 | <dependency>
|
228 | 228 | <groupId>org.apache.maven.scm</groupId>
|
229 | 229 | <artifactId>maven-scm-api</artifactId>
|
230 |
| - <version>2.0.1</version> |
| 230 | + <version>2.1.0</version> |
231 | 231 | </dependency>
|
232 | 232 | <dependency>
|
233 | 233 | <groupId>org.apache.maven.scm</groupId>
|
234 | 234 | <artifactId>maven-scm-provider-gitexe</artifactId>
|
235 |
| - <version>2.0.1</version> |
| 235 | + <version>2.1.0</version> |
236 | 236 | </dependency>
|
237 | 237 | </dependencies>
|
238 | 238 | </dependencyManagement>
|
|
246 | 246 | <dependency>
|
247 | 247 | <groupId>org.mockito</groupId>
|
248 | 248 | <artifactId>mockito-core</artifactId>
|
249 |
| - <version>2.23.4</version> |
| 249 | + <version>5.14.2</version> |
250 | 250 | <scope>test</scope>
|
251 | 251 | </dependency>
|
252 | 252 | </dependencies>
|
|
0 commit comments