Skip to content

Commit a2e1dad

Browse files
committed
Update dependencies & gradle plugin versions
1 parent 742db69 commit a2e1dad

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
lines changed

.idea/modules/blobsaver_main.iml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules/blobsaver_test.iml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,22 @@
1717
*/
1818

1919
plugins {
20-
id 'edu.sc.seis.launch4j' version '2.4.4' // for bundling into .exe
21-
id "edu.sc.seis.macAppBundle" version "2.2.2" // for bundling into .app
22-
id 'com.github.johnrengelman.shadow' version '2.0.4' // for fat jar
2320
id 'java'
21+
id 'edu.sc.seis.launch4j' version '2.4.4' // for bundling into .exe
22+
id "edu.sc.seis.macAppBundle" version "2.3.0" // for bundling into .app
23+
id 'com.github.johnrengelman.shadow' version '5.0.0' // for fat jar
24+
id 'com.github.ben-manes.versions' version '0.21.0'
2425
}
2526

2627
version null
2728
sourceCompatibility = 1.8
2829

2930
repositories {
3031
mavenCentral()
31-
maven {
32-
url "http://repo.spring.io/plugins-release/" // for junique
33-
}
3432
}
3533

3634
dependencies {
37-
compile group: 'org.json', name: 'json', version: '20180130'
35+
compile group: 'org.json', name: 'json', version: '20180813'
3836
compile fileTree(dir: 'libs', include: ['*.jar'])
3937
compile group: 'it.sauronsoftware', name: 'junique', version: '1.0.4'
4038
compile "de.codecentric.centerdevice:centerdevice-nsmenufx:2.1.6"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.2.1-bin.zip
43
zipStoreBase=GRADLE_USER_HOME
54
zipStorePath=wrapper/dists
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.2.1-all.zip

0 commit comments

Comments
 (0)