diff --git a/.travis.yml b/.travis.yml index 1cd252995..41f912fa8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ before_script: script: - mvn --update-snapshots -fmain/pom.xml clean test verify -Pcoverage after_success: -- curl -o ~/codacy-coverage-reporter.jar https://oss.sonatype.org/service/local/repositories/releases/content/com/codacy/codacy-coverage-reporter/6.0.7/codacy-coverage-reporter-6.0.7-assembly.jar +- curl -o ~/codacy-coverage-reporter.jar https://repo.maven.apache.org/maven2/com/codacy/codacy-coverage-reporter/7.1.0/codacy-coverage-reporter-7.1.0-assembly.jar - $JAVA_HOME/bin/java -jar ~/codacy-coverage-reporter.jar report -l Java -r main/commons/target/site/jacoco/jacoco.xml --partial - $JAVA_HOME/bin/java -jar ~/codacy-coverage-reporter.jar report -l Java -r main/keychain/target/site/jacoco/jacoco.xml --partial - $JAVA_HOME/bin/java -jar ~/codacy-coverage-reporter.jar report -l Java -r main/ui/target/site/jacoco/jacoco.xml --partial diff --git a/main/pom.xml b/main/pom.xml index 04469d8db..66e40ac76 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -31,19 +31,19 @@ 1.0.10 - 14-ea+8 + 14 3.9 - 3.8.3 + 3.10.0 1.0.3 28.1-jre 2.26 2.8.6 - 1.7.29 + 1.7.30 1.2.3 5.6.0 - 3.2.4 + 3.3.0 2.2 @@ -267,7 +267,7 @@ maven-dependency-plugin - 3.1.1 + 3.1.2 copy-libs @@ -289,6 +289,7 @@ org.apache.maven.plugins maven-jar-plugin + 3.2.0