Upgraded sonar plugin
This commit is contained in:
parent
db84691691
commit
c2c5f8beae
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ plugins {
|
||||||
id 'org.jetbrains.kotlin.jvm' version '1.8.10'
|
id 'org.jetbrains.kotlin.jvm' version '1.8.10'
|
||||||
id 'org.jetbrains.kotlin.kapt' version '1.8.10'
|
id 'org.jetbrains.kotlin.kapt' version '1.8.10'
|
||||||
id 'org.jetbrains.kotlinx.kover' version '0.6.1'
|
id 'org.jetbrains.kotlinx.kover' version '0.6.1'
|
||||||
id 'org.sonarqube' version '3.5.0.2730'
|
id 'org.sonarqube' version '4.0.0.2929'
|
||||||
id 'pmd'
|
id 'pmd'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -75,7 +75,7 @@ dependencies {
|
||||||
implementation 'net.aksingh:owm-japis:2.5.3.0'
|
implementation 'net.aksingh:owm-japis:2.5.3.0'
|
||||||
implementation 'net.objecthunter:exp4j:0.4.8'
|
implementation 'net.objecthunter:exp4j:0.4.8'
|
||||||
implementation 'org.json:json:20220924'
|
implementation 'org.json:json:20220924'
|
||||||
implementation 'org.jsoup:jsoup:1.15.3'
|
implementation 'org.jsoup:jsoup:1.15.4'
|
||||||
implementation 'org.twitter4j:twitter4j-core:4.1.2'
|
implementation 'org.twitter4j:twitter4j-core:4.1.2'
|
||||||
|
|
||||||
// Thauvin
|
// Thauvin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue