diff --git a/.idea/modules/mobibot.iml b/.idea/modules/mobibot.iml index b54e872..5aebc5c 100644 --- a/.idea/modules/mobibot.iml +++ b/.idea/modules/mobibot.iml @@ -1,5 +1,5 @@ - + @@ -18,38 +18,38 @@ - - - + + + - + - - + + - - - - - + + + + + - - - - - + + + + + - + - + diff --git a/build.gradle b/build.gradle index 5bb7906..42d9d30 100644 --- a/build.gradle +++ b/build.gradle @@ -3,9 +3,9 @@ plugins { id 'idea' id 'application' id "com.github.ben-manes.versions" version "0.20.0" - id "org.owasp.dependencycheck" version "3.2.1" + id "org.owasp.dependencycheck" version "3.3.4" id "net.thauvin.erik.gradle.semver" version "0.9.8-beta" - id "com.github.spotbugs" version "1.6.2" + id "com.github.spotbugs" version "1.6.5" } @@ -36,32 +36,32 @@ dependencies { compile 'pircbot:pircbot:1.5.0' compileOnly 'pircbot:pircbot:1.5.0:sources' - compile 'org.apache.logging.log4j:log4j-api:2.11.0' - compile 'org.apache.logging.log4j:log4j-core:2.11.0' - compile 'org.apache.logging.log4j:log4j-slf4j-impl:2.11.0' + compile 'org.apache.logging.log4j:log4j-api:2.11.1' + compile 'org.apache.logging.log4j:log4j-core:2.11.1' + compile 'org.apache.logging.log4j:log4j-slf4j-impl:2.11.1' compile 'commons-cli:commons-cli:1.4' compile 'commons-net:commons-net:3.6' compile 'com.squareup.okhttp3:okhttp:3.11.0' - compile 'com.rometools:rome:1.11.0' + compile 'com.rometools:rome:1.11.1' - compile 'org.json:json:20180130' + compile 'org.json:json:20180813' compile 'org.ostermiller:utils:1.07.00' compile 'org.jsoup:jsoup:1.11.3' compile 'net.objecthunter:exp4j:0.4.8' - compile 'org.twitter4j:twitter4j-core:4.0.6' + compile 'org.twitter4j:twitter4j-core:4.0.7' compile 'net.thauvin.erik:pinboard-poster:1.0.0' - compile 'net.aksingh:owm-japis:2.5.2.2' + compile 'net.aksingh:owm-japis:2.5.2.3' testCompile 'org.testng:testng:6.14.3' - testCompile 'org.assertj:assertj-core:3.10.0' + testCompile 'org.assertj:assertj-core:3.11.1' - spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.8.0' - compileOnly 'com.github.spotbugs:spotbugs-annotations:3.1.5' + //spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.8.0' + compileOnly 'com.github.spotbugs:spotbugs-annotations:3.1.8' } test { diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index 758de96..29953ea 100644 Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 2d80b69..e0b3fb8 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.8.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/kobalt/Build.kt.iml b/kobalt/Build.kt.iml deleted file mode 100644 index 580d86e..0000000 --- a/kobalt/Build.kt.iml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/kobalt/wrapper/kobalt-wrapper.properties b/kobalt/wrapper/kobalt-wrapper.properties index d630dff..f16e1df 100644 --- a/kobalt/wrapper/kobalt-wrapper.properties +++ b/kobalt/wrapper/kobalt-wrapper.properties @@ -1 +1 @@ -kobalt.version=1.0.114 \ No newline at end of file +kobalt.version=1.0.118 \ No newline at end of file diff --git a/mobibot.ipr b/mobibot.ipr index 896fefa..6f63ba0 100644 --- a/mobibot.ipr +++ b/mobibot.ipr @@ -160,7 +160,7 @@