Skip to content

Commit 8e9d48a

Browse files
okhowangweijunyi
authored andcommitted
chore: update dependencies
1 parent 7e1a18c commit 8e9d48a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ repositories {
88

99
dependencies {
1010
// https://mvnrepository.com/artifact/org.json/json
11-
compile group: 'org.json', name: 'json', version: '20180130'
11+
compile group: 'org.json', name: 'json', version: '20240303'
1212
// https://mvnrepository.com/artifact/junit/junit
13-
testCompile group: 'junit', name: 'junit', version: '4.12'
13+
testCompile group: 'junit', name: 'junit', version: '4.13.1'
1414
}
1515

1616
sourceCompatibility = 1.8
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu Jan 24 15:21:17 CST 2019
1+
#Tue Sep 10 11:08:04 CST 2024
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.5-all.zip
45
zipStoreBase=GRADLE_USER_HOME
56
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-all.zip

0 commit comments

Comments
 (0)