Skip to content

Commit 820882b

Browse files
committed
dependency updates
1 parent 4113882 commit 820882b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

onejar/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<properties>
1919
<project.root.basedir>${project.basedir}/..</project.root.basedir>
20-
<tomcat.version>9.0.27</tomcat.version>
20+
<tomcat.version>9.0.29</tomcat.version>
2121
</properties>
2222

2323
<build>

pom.xml

Lines changed: 2 additions & 2 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.26</version>
169+
<version>8.27</version>
170170
</dependency>
171171
</dependencies>
172172
<executions>
@@ -308,7 +308,7 @@
308308
<dependency>
309309
<groupId>org.mockito</groupId>
310310
<artifactId>mockito-core</artifactId>
311-
<version>3.1.0</version>
311+
<version>3.2.0</version>
312312
<scope>test</scope>
313313
</dependency>
314314
<dependency>

0 commit comments

Comments
 (0)