Skip to content

Commit

Permalink
Update outdated libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
my-flow committed May 10, 2018
1 parent d6bd63a commit dd1b058
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.github.jengelman.gradle.plugins:shadow:2.0.1'
classpath 'com.github.jengelman.gradle.plugins:shadow:2.0.4'
classpath 'commons-configuration:commons-configuration:1.10'
classpath 'net.sf.proguard:proguard-gradle:5.3.3'
classpath 'net.sf.proguard:proguard-gradle:6.0.2'
}
}

Expand Down
2 changes: 1 addition & 1 deletion config/create_libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -o nounset
set -o errexit
set -o pipefail

readonly VERSION="1.7.0"
readonly VERSION="1.7.2"

readonly PROGNAME=$(basename "$0")
readonly PROGDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
Expand Down
18 changes: 9 additions & 9 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ apply plugin: 'com.github.johnrengelman.shadow'
dependencies {
compile(':moneydance:1358')
compile(':prompt:')
compile(':paypal-core-paypalimporter:1.7.0')
compile('com.paypal.sdk:merchantsdk:2.14.117') {
compile(':paypal-core-paypalimporter:1.7.2')
compile('com.paypal.sdk:merchantsdk:2.15.122') {
exclude group: 'com.paypal.sdk', module: 'paypal-core'
}
compile('net.jcip:jcip-annotations:1.0')
Expand All @@ -23,10 +23,10 @@ dependencies {
compile('com.jgoodies:jgoodies-validation:2.5.1') {
exclude group: 'com.jgoodies', module: 'jgoodies-common'
}
compile('org.apache.commons:commons-lang3:3.6')
compile('org.apache.commons:commons-lang3:3.7')
compile('commons-configuration:commons-configuration:1.10')
compile('org.slf4j:slf4j-api:1.7.25')
compile('org.checkerframework:checker:2.2.0')
compile('org.checkerframework:checker:2.3.2')
}

jar {
Expand All @@ -53,15 +53,15 @@ shadowJar {

dependencies {
include dependency('commons-lang:commons-lang:2.6')
include dependency('org.apache.commons:commons-lang3:3.6')
include dependency('org.apache.commons:commons-lang3:3.7')
include dependency('commons-configuration:commons-configuration:1.10')
include dependency('net.jcip:jcip-annotations:1.0')
include dependency(':jgoodies-common:1.9.0')
include dependency(':jgoodies-forms:1.10')
include dependency('com.jgoodies:jgoodies-validation:2.5.1')
include dependency('commons-logging:commons-logging:1.1.1')
include dependency('com.paypal.sdk:merchantsdk:2.14.117')
include dependency(':paypal-core-paypalimporter:1.7.0')
include dependency('commons-logging:commons-logging:1.2')
include dependency('com.paypal.sdk:merchantsdk:2.15.122')
include dependency(':paypal-core-paypalimporter:1.7.2')
include dependency(':prompt:')
include dependency('org.slf4j:slf4j-api:1.7.25')
include dependency('org.slf4j:slf4j-nop:1.7.25')
Expand Down Expand Up @@ -94,7 +94,7 @@ javadoc {
'http://moneydance.com/dev/apidoc/',
'http://www.slf4j.org/apidocs/',
'https://commons.apache.org/proper/commons-configuration/javadocs/v1.10/apidocs/',
'https://commons.apache.org/proper/commons-lang/javadocs/api-3.6/',
'https://commons.apache.org/proper/commons-lang/javadocs/api-3.7/',
'https://commons.apache.org/proper/commons-lang/javadocs/api-2.6/',
'http://commons.apache.org/logging/apidocs/'
]
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.7-bin.zip
Binary file removed lib/paypal-core-paypalimporter-1.7.0.jar
Binary file not shown.
Binary file added lib/paypal-core-paypalimporter-1.7.2.jar
Binary file not shown.

0 comments on commit dd1b058

Please sign in to comment.