Skip to content

Commit 810493c

Browse files
committed
updated dependencies.
1 parent c658243 commit 810493c

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ dependencies {
125125
compile group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.3'
126126

127127
// extensions
128-
compile ('com.github.JavaSaBr:jme3-spaceshift-extension:1.7.1') {
128+
compile ('com.github.JavaSaBr:jme3-spaceshift-extension:1.7.2') {
129129
exclude group: 'org.jmonkeyengine'
130130
}
131131
compile ('com.github.JavaSaBr:tonegodemitter:2.4.0') {
@@ -173,7 +173,7 @@ task javadocJar(type: Jar, dependsOn: javadoc) {
173173
}
174174

175175
task wrapper(type: Wrapper) {
176-
gradleVersion = '4.1'
176+
gradleVersion = '4.2'
177177
}
178178

179179
artifacts {

gradle/wrapper/gradle-wrapper.jar

-4 Bytes
Binary file not shown.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#Thu Aug 10 08:06:48 MSK 2017
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
43
zipStoreBase=GRADLE_USER_HOME
54
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-bin.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.2-bin.zip

0 commit comments

Comments
 (0)