Skip to content

Commit cd978fd

Browse files
authored
Merge pull request #47 from microsoftgraph/dependabot/gradle/com.googlecode.json-simple-json-simple-1.1.1
Bump json-simple from 1.1 to 1.1.1
2 parents 4134935 + 159a9ea commit cd978fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
api 'com.squareup.okhttp3:okhttp:3.12.1'
3737

3838
// https://mvnrepository.com/artifact/com.googlecode.json-simple/json-simple
39-
compile group: 'com.googlecode.json-simple', name: 'json-simple', version: '1.1'
39+
compile group: 'com.googlecode.json-simple', name: 'json-simple', version: '1.1.1'
4040
}
4141

4242
def pomConfig = {

0 commit comments

Comments
 (0)