Revision 9884d3db
Added by Andreas Müller 5 months ago
eu.etaxonomy.taxeditor.cdmlib/pom.xml | ||
---|---|---|
294 | 294 |
<dependency> |
295 | 295 |
<groupId>joda-time</groupId> |
296 | 296 |
<artifactId>joda-time</artifactId> |
297 |
<version>2.10.6</version>
|
|
297 |
<version>2.10.13</version>
|
|
298 | 298 |
</dependency> |
299 | 299 |
<dependency> |
300 | 300 |
<groupId>org.jadira.usertype</groupId> |
... | ... | |
667 | 667 |
<dependency> |
668 | 668 |
<groupId>junit</groupId> |
669 | 669 |
<artifactId>junit</artifactId> |
670 |
<version>4.13.1</version>
|
|
670 |
<version>4.13.2</version>
|
|
671 | 671 |
<scope>test</scope> |
672 | 672 |
</dependency> |
673 | 673 |
<dependency> |
eu.etaxonomy.taxeditor.test/pom.xml | ||
---|---|---|
185 | 185 |
<dependency> |
186 | 186 |
<groupId>junit</groupId> |
187 | 187 |
<artifactId>junit</artifactId> |
188 |
<version>4.13.1</version>
|
|
188 |
<version>4.13.2</version>
|
|
189 | 189 |
<scope>test</scope> |
190 | 190 |
</dependency> |
191 | 191 |
<dependency> |
Also available in: Unified diff
ref #9359 updating junit and joda-time to latest version in taxeditor