mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-15 00:03:43 +01:00
Add upgrade warnings/notes
Former-commit-id: e35d3be893841c3a8c6a958888d87ff304e22360
This commit is contained in:
5
pom.xml
5
pom.xml
@@ -356,6 +356,9 @@ Copyright (c) 2012 - Jeremy Long
|
||||
<dependency>
|
||||
<groupId>commons-cli</groupId>
|
||||
<artifactId>commons-cli</artifactId>
|
||||
<!-- Before upgrading to 1.3, note that this introduces several
|
||||
deprecation warnings. Most notable OptionBuilder has been
|
||||
marked as deprecated. Should probably be sorted out. -->
|
||||
<version>1.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
@@ -383,6 +386,8 @@ Copyright (c) 2012 - Jeremy Long
|
||||
<dependency>
|
||||
<groupId>org.jmockit</groupId>
|
||||
<artifactId>jmockit</artifactId>
|
||||
<!-- Upgrading to 1.17 introduces build failures when building
|
||||
with OpenJDK. -->
|
||||
<version>1.16</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
Reference in New Issue
Block a user