diff --git a/.idea/compiler.xml b/.idea/compiler.xml
index 121136f..5a0b3ad 100644
--- a/.idea/compiler.xml
+++ b/.idea/compiler.xml
@@ -6,8 +6,8 @@
-
-
+
+
diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml
index bd33cec..29dc1da 100644
--- a/.idea/jarRepositories.xml
+++ b/.idea/jarRepositories.xml
@@ -31,5 +31,10 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/mobibot.iml b/.idea/mobibot.iml
index b8a9c15..d08914c 100644
--- a/.idea/mobibot.iml
+++ b/.idea/mobibot.iml
@@ -1,5 +1,5 @@
-
+
diff --git a/.idea/modules/mobibot.main.iml b/.idea/modules/mobibot.main.iml
index a5171c7..a48ef5b 100644
--- a/.idea/modules/mobibot.main.iml
+++ b/.idea/modules/mobibot.main.iml
@@ -1,5 +1,5 @@
-
+
@@ -8,7 +8,7 @@
-
+
@@ -26,7 +26,7 @@
-
+
@@ -52,24 +52,24 @@
-
-
-
+
+
+
-
+
-
+
-
+
-
+
diff --git a/build.gradle b/build.gradle
index 10d51ca..05cf95e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -2,14 +2,14 @@ plugins {
id 'application'
id 'checkstyle'
id 'com.github.ben-manes.versions' version '0.28.0'
- id 'com.github.spotbugs' version '4.2.0'
+ id 'com.github.spotbugs' version '4.3.0'
id 'idea'
id 'io.gitlab.arturbosch.detekt' version '1.9.1'
id 'jacoco'
id 'java'
id 'net.thauvin.erik.gradle.semver' version '1.0.4'
id 'org.jetbrains.kotlin.jvm' version '1.3.72'
- id 'org.sonarqube' version '2.8'
+ id 'org.sonarqube' version '3.0'
id 'pmd'
}
@@ -23,7 +23,7 @@ mainClassName = packageName + '.Mobibot'
ext.versions = [
log4j : '2.13.3',
- spotbugs: '4.0.3'
+ spotbugs: '4.0.4'
]
repositories {
@@ -48,11 +48,11 @@ dependencies {
implementation 'commons-cli:commons-cli:1.4'
implementation 'commons-net:commons-net:3.6'
- implementation 'com.squareup.okhttp3:okhttp:4.7.1'
+ implementation 'com.squareup.okhttp3:okhttp:4.7.2'
- implementation 'com.rometools:rome:1.12.2'
+ implementation 'com.rometools:rome:1.13.1'
- implementation 'org.json:json:20190722'
+ implementation 'org.json:json:20200518'
implementation 'org.jsoup:jsoup:1.13.1'
implementation 'net.objecthunter:exp4j:0.4.8'
@@ -104,7 +104,7 @@ tasks.withType(com.github.spotbugs.snom.SpotBugsTask) {
}
pmd {
- toolVersion = '6.23.0'
+ toolVersion = '6.24.0'
ignoreFailures = true
ruleSets = []
ruleSetFiles = files("${projectDir}/config/pmd.xml")
diff --git a/config/pmd.xml b/config/pmd.xml
index 65fe3ec..1233156 100644
--- a/config/pmd.xml
+++ b/config/pmd.xml
@@ -20,8 +20,7 @@
value="./MethodDeclarator[@Image='hashCode' or @Image='equals' or @Image='toString']"/>
-
-
+