Skip to content

Commit

Permalink
Merge pull request #408 from fujaba/dependabot/gradle/backend/org.jso…
Browse files Browse the repository at this point in the history
…n-json-20231013

build(deps): Bump org.json:json from 20230618 to 20231013 in /backend
  • Loading branch information
Clashsoft authored Feb 7, 2024
2 parents 2f9a0de + 3714edd commit f52b763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ dependencies {
implementation group: 'com.sparkjava', name: 'spark-core', version: '2.9.4'

// https://mvnrepository.com/artifact/org.json/json
implementation group: 'org.json', name: 'json', version: '20230618'
implementation group: 'org.json', name: 'json', version: '20231013'

// https://mvnrepository.com/artifact/org.mongodb/mongodb-driver-sync
implementation group: 'org.mongodb', name: 'mongodb-driver-sync', version: '4.10.2'
Expand Down

0 comments on commit f52b763

Please sign in to comment.