Skip to content

Commit cca665e

Browse files
committed
Update various test dependencies and build plugins
1 parent d90a7d1 commit cca665e

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

msal4j-sdk/pom.xml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>org.slf4j</groupId>
6262
<artifactId>slf4j-simple</artifactId>
63-
<version>1.6.2</version>
63+
<version>1.7.36</version>
6464
<scope>test</scope>
6565
</dependency>
6666
<dependency>
@@ -96,7 +96,7 @@
9696
<dependency>
9797
<groupId>net.bytebuddy</groupId>
9898
<artifactId>byte-buddy</artifactId>
99-
<version>1.14.5</version>
99+
<version>1.17.5</version>
100100
<scope>test</scope>
101101
</dependency>
102102
<dependency>
@@ -126,7 +126,7 @@
126126
<dependency>
127127
<groupId>commons-io</groupId>
128128
<artifactId>commons-io</artifactId>
129-
<version>2.14.0</version>
129+
<version>2.22.0</version>
130130
<scope>test</scope>
131131
</dependency>
132132
<dependency>
@@ -169,7 +169,7 @@
169169
<plugin>
170170
<groupId>org.revapi</groupId>
171171
<artifactId>revapi-maven-plugin</artifactId>
172-
<version>0.15.0</version>
172+
<version>0.15.1</version>
173173
<configuration>
174174
<analysisConfiguration>
175175
<revapi.java>
@@ -183,7 +183,7 @@
183183
<dependency>
184184
<groupId>org.revapi</groupId>
185185
<artifactId>revapi-java</artifactId>
186-
<version>0.28.1</version>
186+
<version>0.28.4</version>
187187
</dependency>
188188
</dependencies>
189189
<executions>
@@ -199,7 +199,7 @@
199199
<plugin>
200200
<groupId>org.apache.maven.plugins</groupId>
201201
<artifactId>maven-jar-plugin</artifactId>
202-
<version>2.5</version>
202+
<version>3.5.0</version>
203203
<configuration>
204204
<archive>
205205
<manifest>
@@ -213,7 +213,7 @@
213213
<plugin>
214214
<groupId>org.apache.maven.plugins</groupId>
215215
<artifactId>maven-surefire-plugin</artifactId>
216-
<version>3.5.2</version>
216+
<version>3.5.6</version>
217217
<configuration>
218218
<argLine>@{argLine} -noverify</argLine>
219219
<skipTests>${skip.unit.tests}</skipTests>
@@ -222,7 +222,7 @@
222222
<plugin>
223223
<groupId>org.apache.maven.plugins</groupId>
224224
<artifactId>maven-javadoc-plugin</artifactId>
225-
<version>3.1.0</version>
225+
<version>3.12.0</version>
226226
<configuration>
227227
<sourcepath>src/main/java</sourcepath>
228228
</configuration>
@@ -238,7 +238,7 @@
238238
<plugin>
239239
<groupId>org.apache.maven.plugins</groupId>
240240
<artifactId>maven-source-plugin</artifactId>
241-
<version>2.2.1</version>
241+
<version>3.4.0</version>
242242
<executions>
243243
<execution>
244244
<id>attach-sources</id>
@@ -251,12 +251,12 @@
251251
<plugin>
252252
<groupId>com.github.spotbugs</groupId>
253253
<artifactId>spotbugs-maven-plugin</artifactId>
254-
<version>3.1.11</version>
254+
<version>4.2.3</version>
255255
</plugin>
256256
<plugin>
257257
<groupId>org.apache.maven.plugins</groupId>
258258
<artifactId>maven-compiler-plugin</artifactId>
259-
<version>3.7.0</version>
259+
<version>3.15.0</version>
260260
<configuration>
261261
<source>8</source>
262262
<target>8</target>
@@ -265,7 +265,7 @@
265265
<plugin>
266266
<groupId>org.codehaus.mojo</groupId>
267267
<artifactId>build-helper-maven-plugin</artifactId>
268-
<version>1.10</version>
268+
<version>3.6.0</version>
269269
<executions>
270270
<execution>
271271
<id>add-test-source</id>
@@ -284,7 +284,7 @@
284284
<plugin>
285285
<groupId>org.apache.maven.plugins</groupId>
286286
<artifactId>maven-failsafe-plugin</artifactId>
287-
<version>3.5.0</version>
287+
<version>3.5.6</version>
288288
<executions>
289289
<execution>
290290
<goals>
@@ -303,7 +303,7 @@
303303
<plugin>
304304
<groupId>biz.aQute.bnd</groupId>
305305
<artifactId>bnd-maven-plugin</artifactId>
306-
<version>5.2.0</version>
306+
<version>6.4.0</version>
307307
<executions>
308308
<execution>
309309
<goals>
@@ -315,7 +315,7 @@
315315
<plugin>
316316
<groupId>org.jacoco</groupId>
317317
<artifactId>jacoco-maven-plugin</artifactId>
318-
<version>0.8.12</version>
318+
<version>0.8.13</version>
319319
<executions>
320320
<execution>
321321
<goals>
@@ -360,7 +360,7 @@
360360
</plugin>
361361
<plugin>
362362
<artifactId>maven-dependency-plugin</artifactId>
363-
<version>3.1.2</version>
363+
<version>3.11.0</version>
364364
</plugin>
365365
</plugins>
366366
</build>

0 commit comments

Comments
 (0)