Update dependency checker with updated maven too

Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
master
Andrew DeMaria 6 years ago
parent 070df25f45
commit 893b652bcd
No known key found for this signature in database
GPG Key ID: 0A3F5E91F8364EDF
  1. 5
      .travis.yml
  2. 2
      pom.xml

@ -7,5 +7,10 @@ cache:
- $HOME/.m2
install:
- sudo apt-get -qq update
before_script:
- wget http://www-us.apache.org/dist/maven/maven-3/3.5.3/binaries/apache-maven-3.5.3-bin.tar.gz
- tar -xvf apache-maven-3.5.3-bin.tar.gz
- export M2_HOME=$PWD/apache-maven-3.5.3
- export PATH=$PWD/apache-maven-3.5.3/bin:$PATH
script:
- mvn package install

@ -205,7 +205,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>3.1.1</version>
<version>3.1.2</version>
<inherited>true</inherited>
<configuration>
<failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>

Loading…
Cancel
Save