Updated dependencies.
This commit is contained in:
parent
545b682035
commit
47b5ebc462
7 changed files with 27 additions and 78 deletions
27
build.gradle
27
build.gradle
|
@ -1,6 +1,7 @@
|
|||
plugins {
|
||||
id "com.ewerk.gradle.plugins.annotation-processor" version "1.0.4"
|
||||
id "com.github.ben-manes.versions" version "0.17.0"
|
||||
id "com.github.ben-manes.versions" version "0.20.0"
|
||||
id "org.owasp.dependencycheck" version "3.2.1"
|
||||
}
|
||||
|
||||
apply plugin: 'java'
|
||||
|
@ -52,32 +53,32 @@ dependencies {
|
|||
compile 'pircbot:pircbot:1.5.0'
|
||||
compileOnly 'pircbot:pircbot:1.5.0:sources'
|
||||
|
||||
compile 'org.apache.logging.log4j:log4j-api:2.10.0'
|
||||
compile 'org.apache.logging.log4j:log4j-core:2.10.0'
|
||||
compile 'org.apache.logging.log4j:log4j-slf4j-impl:2.10.0'
|
||||
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 'commons-cli:commons-cli:1.4'
|
||||
|
||||
compile 'commons-net:commons-net:3.6'
|
||||
compile 'com.squareup.okhttp3:okhttp:3.9.1'
|
||||
compile 'com.squareup.okhttp3:okhttp:3.10.0'
|
||||
|
||||
compile 'com.rometools:rome:1.9.0'
|
||||
compile 'com.rometools:rome:1.10.0'
|
||||
|
||||
compile 'org.json:json:20171018'
|
||||
compile 'org.json:json:20180130'
|
||||
compile 'org.ostermiller:utils:1.07.00'
|
||||
compile 'org.jsoup:jsoup:1.11.2'
|
||||
compile 'org.jsoup:jsoup:1.11.3'
|
||||
compile 'net.objecthunter:exp4j:0.4.8'
|
||||
|
||||
compile 'org.twitter4j:twitter4j-core:4.0.6'
|
||||
compile 'net.thauvin.erik:pinboard-poster:0.9.3'
|
||||
compile 'net.thauvin.erik:pinboard-poster:1.0.0'
|
||||
|
||||
// https://bitbucket.org/akapribot/owm-japis
|
||||
compile files('lib/owm-japis-2.5.0.5.jar')
|
||||
|
||||
compileOnly semverJar
|
||||
|
||||
testCompile 'org.testng:testng:6.13.1'
|
||||
testCompile 'org.assertj:assertj-core:3.9.0'
|
||||
testCompile 'org.testng:testng:6.14.3'
|
||||
testCompile 'org.assertj:assertj-core:3.10.0'
|
||||
}
|
||||
|
||||
test {
|
||||
|
@ -115,10 +116,6 @@ run {
|
|||
args '--v'
|
||||
}
|
||||
|
||||
task wrapper(type: Wrapper) {
|
||||
gradleVersion = gradle.gradleVersion
|
||||
}
|
||||
|
||||
task copyToDeploy(type: Copy) {
|
||||
from('properties')
|
||||
from jar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue