|
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>
|
|
112 | 112 | </plugin>
|
113 | 113 | <plugin>
|
114 | 114 | <artifactId>maven-jar-plugin</artifactId>
|
115 |
| - <version>3.3.0</version> |
| 115 | + <version>3.4.2</version> |
116 | 116 | </plugin>
|
117 | 117 | </plugins>
|
118 | 118 | </pluginManagement>
|
119 | 119 | <plugins>
|
120 | 120 | <plugin>
|
121 | 121 | <groupId>org.apache.maven.plugins</groupId>
|
122 | 122 | <artifactId>maven-surefire-plugin</artifactId>
|
123 |
| - <version>3.1.2</version> |
| 123 | + <version>3.5.3</version> |
124 | 124 | <configuration>
|
125 | 125 | <forkCount>0</forkCount>
|
126 | 126 | <includes>
|
|
131 | 131 | <plugin>
|
132 | 132 | <groupId>org.apache.maven.plugins</groupId>
|
133 | 133 | <artifactId>maven-source-plugin</artifactId>
|
134 |
| - <version>3.3.0</version> |
| 134 | + <version>3.3.1</version> |
135 | 135 | <executions>
|
136 | 136 | <execution>
|
137 | 137 | <id>attach-sources</id>
|
|
144 | 144 | <plugin>
|
145 | 145 | <groupId>org.apache.maven.plugins</groupId>
|
146 | 146 | <artifactId>maven-javadoc-plugin</artifactId>
|
147 |
| - <version>3.5.0</version> |
| 147 | + <version>3.11.2</version> |
148 | 148 | <executions>
|
149 | 149 | <execution>
|
150 | 150 | <id>attach-javadocs</id>
|
|
157 | 157 | <plugin>
|
158 | 158 | <groupId>org.apache.maven.plugins</groupId>
|
159 | 159 | <artifactId>maven-release-plugin</artifactId>
|
160 |
| - <version>3.0.1</version> |
| 160 | + <version>3.1.1</version> |
161 | 161 | <configuration>
|
162 | 162 | <tagNameFormat>v@{project.version}</tagNameFormat>
|
163 | 163 | </configuration>
|
164 | 164 | </plugin>
|
165 | 165 | <plugin>
|
166 | 166 | <groupId>org.apache.maven.plugins</groupId>
|
167 | 167 | <artifactId>maven-compiler-plugin</artifactId>
|
168 |
| - <version>3.11.0</version> |
| 168 | + <version>3.14.0</version> |
169 | 169 | <configuration>
|
170 | 170 | <source>8</source>
|
171 | 171 | <target>8</target>
|
|
175 | 175 | <plugin>
|
176 | 176 | <groupId>org.sonatype.plugins</groupId>
|
177 | 177 | <artifactId>nexus-staging-maven-plugin</artifactId>
|
178 |
| - <version>1.6.13</version> |
| 178 | + <version>1.7.0</version> |
179 | 179 | <extensions>true</extensions>
|
180 | 180 | <configuration>
|
181 | 181 | <serverId>sonatype-nexus-staging</serverId>
|
|
201 | 201 | <plugin>
|
202 | 202 | <groupId>org.apache.maven.plugins</groupId>
|
203 | 203 | <artifactId>maven-gpg-plugin</artifactId>
|
204 |
| - <version>3.1.0</version> |
| 204 | + <version>3.2.7</version> |
205 | 205 | <executions>
|
206 | 206 | <execution>
|
207 | 207 | <id>sign-artifacts</id>
|
|
226 | 226 | <dependency>
|
227 | 227 | <groupId>org.apache.maven.scm</groupId>
|
228 | 228 | <artifactId>maven-scm-api</artifactId>
|
229 |
| - <version>2.0.1</version> |
| 229 | + <version>2.1.0</version> |
230 | 230 | </dependency>
|
231 | 231 | <dependency>
|
232 | 232 | <groupId>org.apache.maven.scm</groupId>
|
233 | 233 | <artifactId>maven-scm-provider-gitexe</artifactId>
|
234 |
| - <version>2.0.1</version> |
| 234 | + <version>2.1.0</version> |
235 | 235 | </dependency>
|
236 | 236 | </dependencies>
|
237 | 237 | </dependencyManagement>
|
|
245 | 245 | <dependency>
|
246 | 246 | <groupId>org.mockito</groupId>
|
247 | 247 | <artifactId>mockito-core</artifactId>
|
248 |
| - <version>2.23.4</version> |
| 248 | + <version>5.17.0</version> |
249 | 249 | <scope>test</scope>
|
250 | 250 | </dependency>
|
251 | 251 | </dependencies>
|
|
0 commit comments