Skip to content

Commit f419dd8

Browse files
build(deps): bump json from 20170516 to 20200518
Bumps [json](https://github.com/douglascrockford/JSON-java) from 20170516 to 20200518. - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Commits](https://github.com/douglascrockford/JSON-java/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 4aa17fb commit f419dd8

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
@@ -79,7 +79,7 @@ dependencies {
7979
implementation "org.jetbrains.kotlin:kotlin-reflect"
8080
implementation "com.fasterxml.jackson.module:jackson-module-kotlin:${jacksonVersion}"
8181
implementation "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:${jacksonVersion}"
82-
implementation "org.json:json:20170516"
82+
implementation "org.json:json:20200518"
8383

8484
testImplementation group: 'junit', name: 'junit', version: junitVersion
8585
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"

0 commit comments

Comments
 (0)