Skip to content

Commit

Permalink
dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jrivard committed Dec 10, 2019
1 parent 4113882 commit 820882b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion onejar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<properties>
<project.root.basedir>${project.basedir}/..</project.root.basedir>
<tomcat.version>9.0.27</tomcat.version>
<tomcat.version>9.0.29</tomcat.version>
</properties>

<build>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>8.26</version>
<version>8.27</version>
</dependency>
</dependencies>
<executions>
Expand Down Expand Up @@ -308,7 +308,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>3.1.0</version>
<version>3.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 820882b

Please sign in to comment.