Skip to content

Commit

Permalink
Update Joda-Beans (#1899)
Browse files Browse the repository at this point in the history
And other dependencies
  • Loading branch information
jodastephen authored Feb 28, 2019
1 parent 62c0845 commit 6cc40b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -697,14 +697,14 @@
<!-- Locate the root directory of the multi-module build -->
<root.dir>${project.basedir}/..</root.dir>
<!-- Versions -->
<assertj.version>3.12.0</assertj.version>
<assertj.version>3.12.1</assertj.version>
<guava.version>26.0-jre</guava.version><!-- v27 has nasty dependencies, https://github.com/google/guava/issues/3320 -->
<guava-docs.version>snapshot</guava-docs.version>
<jcommander.version>1.72</jcommander.version>
<joda-convert.version>2.2.0</joda-convert.version>
<joda-beans.version>2.4.0</joda-beans.version>
<mockito.version>2.24.0</mockito.version>
<slf4j.version>1.7.25</slf4j.version>
<joda-beans.version>2.5.0</joda-beans.version>
<mockito.version>2.24.5</mockito.version>
<slf4j.version>1.7.26</slf4j.version>
<testng.version>6.14.2</testng.version><!-- 6.14.3 and 6.14.4 are invalid -->
<!-- Properties for maven-checkstyle-plugin -->
<!-- versions must be retained to allow the version to be overridden on the command line -->
Expand Down

0 comments on commit 6cc40b3

Please sign in to comment.