Merge pull request #84 from kaklakariada/dependabot/gradle/org.sonarqube-3.3

Bump org.sonarqube from 3.2.0 to 3.3
master
chπ 2021-07-11 17:55:29 +02:00 committed by GitHub
commit bfa4d31861
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ plugins {
id 'maven-publish'
id 'jacoco'
id "com.github.hierynomus.license" version "0.16.1"
id "org.sonarqube" version "3.2.0"
id "org.sonarqube" version "3.3"
id 'com.github.johnrengelman.shadow' version '7.0.0'
id 'io.codearte.nexus-staging' version '0.30.0'
}