Skip to content

Commit 3b4266b

Browse files
committed
dependency updates
1 parent 34ac4fa commit 3b4266b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
<dependency>
167167
<groupId>com.puppycrawl.tools</groupId>
168168
<artifactId>checkstyle</artifactId>
169-
<version>8.25</version>
169+
<version>8.26</version>
170170
</dependency>
171171
</dependencies>
172172
<executions>
@@ -314,7 +314,7 @@
314314
<dependency>
315315
<groupId>org.assertj</groupId>
316316
<artifactId>assertj-core</artifactId>
317-
<version>3.13.2</version>
317+
<version>3.14.0</version>
318318
<scope>test</scope>
319319
</dependency>
320320
<dependency>
@@ -332,13 +332,13 @@
332332
<dependency>
333333
<groupId>org.openjdk.jmh</groupId>
334334
<artifactId>jmh-core</artifactId>
335-
<version>1.21</version>
335+
<version>1.22</version>
336336
<scope>test</scope>
337337
</dependency>
338338
<dependency>
339339
<groupId>org.openjdk.jmh</groupId>
340340
<artifactId>jmh-generator-annprocess</artifactId>
341-
<version>1.21</version>
341+
<version>1.22</version>
342342
<scope>test</scope>
343343
</dependency>
344344

0 commit comments

Comments
 (0)