diff --git a/.travis.yml b/.travis.yml index a10d642e..7837aac0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ env: # latest LTS - SONAR_VERSION=6.7.6 SONAR_JAVA_VERSION=5.2.0.13398 # latest releases - - SONAR_VERSION=7.5 SONAR_JAVA_VERSION=5.9.2.16552 + - SONAR_VERSION=7.6 SONAR_JAVA_VERSION=5.10.1.16922 install: # decrypt settings.xml, pubring.gpg and secring.gpg - if [ -n "$encrypted_b6710039761a_key" ]; then openssl aes-256-cbc -K $encrypted_b6710039761a_key -iv $encrypted_b6710039761a_iv -in .travis/secrets.tar.enc -out .travis/secrets.tar -d; fi diff --git a/README.md b/README.md index 980e9572..7fb3b89a 100644 --- a/README.md +++ b/README.md @@ -47,4 +47,5 @@ Findbugs Plugin version|Embedded SpotBugs/Findbugs version|Embedded Findsecbugs 3.7 | 3.1.2 (SpotBugs) | 1.7.1 | 7.2.1sb | 1.8|6.7.1|5.1.0.13090 3.8 | 3.1.6 (SpotBugs) | 1.8.0 | 7.4.3sb | 1.8|6.7.1|5.1.0.13090 3.9 | 3.1.8 (SpotBugs) | 1.8.0 | 7.4.3sb | 1.8|6.7.1|5.2.0.13398 -3.10-SNAPSHOT | 3.1.10 (SpotBugs) | 1.8.0 | 7.4.3sb | 1.8|6.7.1|5.2.0.13398 +3.10 | 3.1.11 (SpotBugs) | 1.8.0 | 7.4.3sb | 1.8|6.7.1|5.2.0.13398 +3.11-SNAPSHOT | 3.1.11 (SpotBugs) | 1.8.0 | 7.4.3sb | 1.8|6.7.1|5.2.0.13398 diff --git a/pom.xml b/pom.xml index 9e0447e7..6ffd1d11 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.github.spotbugs sonar-findbugs-plugin - 3.10.0-SNAPSHOT + 3.11.0-SNAPSHOT sonar-plugin SonarQube SpotBugs Plugin @@ -47,7 +47,7 @@ - 3.1.10 + 3.1.11 1.8 6.7.1 diff --git a/src/smoke-test/sonarqube-latest b/src/smoke-test/sonarqube-latest index 98bdd4b6..2bc6cb88 100644 --- a/src/smoke-test/sonarqube-latest +++ b/src/smoke-test/sonarqube-latest @@ -1,7 +1,7 @@ # Copied from https://github.com/SonarSource/docker-sonarqube/tree/master/7.1 under LGPL FROM openjdk:8 -ENV SONAR_VERSION=7.5 \ +ENV SONAR_VERSION=7.6 \ SONARQUBE_HOME=/opt/sonarqube \ # Database configuration # Defaults to using H2