Updated deps.
This commit is contained in:
parent
76f7212672
commit
c70fbc331f
9 changed files with 93 additions and 127 deletions
24
build.gradle
24
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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue