Skip to content

Commit

Permalink
[All] General Update of the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaring committed Oct 4, 2015
1 parent 93e4cc8 commit caa6e56
Show file tree
Hide file tree
Showing 10 changed files with 343 additions and 326 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Expand Up @@ -17,7 +17,7 @@
apply plugin: 'idea'

task wrapper(type: Wrapper) {
gradleVersion = '2.4'
gradleVersion = '2.7'
}

idea {
Expand Down Expand Up @@ -102,8 +102,8 @@ buildscript {
}
dependencies {
classpath group: 'net.sf.proguard', name: 'proguard-gradle', version: '5.1'
classpath group: 'de.undercouch', name: 'gradle-download-task', version: '1.2'
classpath group: 'com.install4j', name: 'gradle-plugin', version: '6.0.3'
classpath group: 'de.undercouch', name: 'gradle-download-task', version: '2.0.0'
classpath group: 'com.install4j', name: 'gradle-plugin', version: '6.0.4'
}
}

Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Expand Up @@ -14,9 +14,9 @@
# GNU General Public License for more details.
#

#Tue Jun 09 21:28:46 CEST 2015
#Sun Oct 04 21:25:17 CEST 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.7-all.zip
2 changes: 1 addition & 1 deletion illabuild/build.gradle
Expand Up @@ -24,7 +24,7 @@ dependencies {
compile group: 'de.matthiasmann', name: 'pngdecoder', version: '20130527'
compile gradleApi()
compile localGroovy()
testCompile group: 'org.testng', name: 'testng', version: '6.9.4'
testCompile group: 'org.testng', name: 'testng', version: '6.9.6'
testCompile group: 'org.hamcrest', name: 'hamcrest-all', version: '1.3'
}

Expand Down
10 changes: 5 additions & 5 deletions illaclient/build.gradle
Expand Up @@ -38,7 +38,7 @@ dependencies {
compile group: 'ch.qos.logback', name: 'logback-classic', version: project.ext.logbackVersion
compile group: 'net.sf.trove4j', name: 'trove4j', version: '3.0.3'
compile group: 'org.bushe', name: 'eventbus', version: '1.4'
compile group: 'com.google.code.gson', name: 'gson', version: '2.3.1'
compile group: 'com.google.code.gson', name: 'gson', version: '2.4'
compile group: 'com.google.guava', name: 'guava', version: '18.0'
compile group: 'lessvoid', name: 'nifty', version: project.ext.niftyGuiVersion
runtime group: 'org.illarion', name: 'rsc_books', version: project.ext.illarionResourcesVersion
Expand All @@ -50,10 +50,10 @@ dependencies {
runtime group: 'org.illarion', name: 'rsc_sounds', version: project.ext.illarionResourcesVersion
runtime group: 'org.illarion', name: 'rsc_tables', version: project.ext.illarionResourcesVersion
runtime group: 'org.illarion', name: 'rsc_tiles', version: project.ext.illarionResourcesVersion
testCompile group: 'org.testng', name: 'testng', version: '6.9.4'
testCompile group: 'org.easymock', name: 'easymock', version: '3.3.1'
testCompile group: 'org.powermock', name: 'powermock-module-testng', version: '1.6.2'
testCompile group: 'org.powermock', name: 'powermock-api-easymock', version: '1.6.2'
testCompile group: 'org.testng', name: 'testng', version: '6.9.6'
testCompile group: 'org.easymock', name: 'easymock', version: '3.4'
testCompile group: 'org.powermock', name: 'powermock-module-testng', version: '1.6.3'
testCompile group: 'org.powermock', name: 'powermock-api-easymock', version: '1.6.3'
}

jar {
Expand Down
2 changes: 1 addition & 1 deletion illacommon/build.gradle
Expand Up @@ -34,7 +34,7 @@ dependencies {
exclude module: 'log4j'
exclude module: 'commons-logging'
}
testCompile group: 'org.testng', name: 'testng', version: '6.9.4'
testCompile group: 'org.testng', name: 'testng', version: '6.9.6'
}

processResources.dependsOn("downloadSkills")
Expand Down
2 changes: 1 addition & 1 deletion illacompiler/build.gradle
Expand Up @@ -26,7 +26,7 @@ dependencies {
compile project(':common')
compile project(':easynpc')
compile project(':easyquest')
compile group: 'commons-cli', name: 'commons-cli', version: '1.3'
compile group: 'commons-cli', name: 'commons-cli', version: '1.3.1'
compile group: 'org.slf4j', name: 'slf4j-api', version: project.ext.slf4jVersion
compile group: 'org.slf4j', name: 'jcl-over-slf4j', version: project.ext.slf4jVersion
compile group: 'ch.qos.logback', name: 'logback-classic', version: project.ext.logbackVersion
Expand Down
8 changes: 4 additions & 4 deletions illadownload/build.gradle
Expand Up @@ -45,10 +45,10 @@ dependencies {
compile group: 'org.eclipse.aether', name: 'aether-connector-basic', version: '1.0.2.v20150114'
compile group: 'org.eclipse.aether', name: 'aether-transport-http', version: '1.0.2.v20150114'
compile group: 'org.apache.maven', name: 'maven-aether-provider', version: '3.3.3'
testCompile group: 'org.testng', name: 'testng', version: '6.9.4'
testCompile group: 'org.easymock', name: 'easymock', version: '3.3.1'
testCompile group: 'org.powermock', name: 'powermock-module-testng', version: '1.6.2'
testCompile group: 'org.powermock', name: 'powermock-api-easymock', version: '1.6.2'
testCompile group: 'org.testng', name: 'testng', version: '6.9.6'
testCompile group: 'org.easymock', name: 'easymock', version: '3.4'
testCompile group: 'org.powermock', name: 'powermock-module-testng', version: '1.6.3'
testCompile group: 'org.powermock', name: 'powermock-api-easymock', version: '1.6.3'
}

jar {
Expand Down
8 changes: 4 additions & 4 deletions illaeasynpc/build.gradle
Expand Up @@ -54,11 +54,11 @@ dependencies {
compile group: 'org.bushe', name: 'eventbus', version: '1.4'
compile group: 'com.github.insubstantial', name: 'substance', version: project.ext.insubstantialVersion
compile group: 'com.github.insubstantial', name: 'substance-flamingo', version: project.ext.insubstantialVersion
compile group: 'com.fifesoft', name: 'rsyntaxtextarea', version: '2.5.6'
compile group: 'com.fifesoft', name: 'autocomplete', version: '2.5.4'
compile group: 'org.antlr', name: 'antlr4-runtime', version: '4.5'
compile group: 'com.fifesoft', name: 'rsyntaxtextarea', version: '2.5.8'
compile group: 'com.fifesoft', name: 'autocomplete', version: '2.5.8'
compile group: 'org.antlr', name: 'antlr4-runtime', version: '4.5.1-1'

antlr4 group: 'org.antlr', name: 'antlr4', version: "4.5"
antlr4 group: 'org.antlr', name: 'antlr4', version: '4.5.1-1'

runtime group: 'org.illarion', name: 'rsc_tables', version: project.ext.illarionResourcesVersion
}
Expand Down

0 comments on commit caa6e56

Please sign in to comment.