Skip to content

Commit

Permalink
Bump org.json:json from 20200518 to 20231013
Browse files Browse the repository at this point in the history
Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20200518 to 20231013.
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
- [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md)
- [Commits](https://github.com/douglascrockford/JSON-java/commits)

---
updated-dependencies:
- dependency-name: org.json:json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent c97bb21 commit 4ac160d
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fontus/build.gradle
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ dependencies {
implementation 'com.iabtcf:iabtcf-extras-jackson:2.0.10'
implementation 'com.github.ben-manes.caffeine:caffeine:3.0.5'
implementation 'commons-codec:commons-codec:1.15'
implementation group: 'org.json', name: 'json', version: '20200518'
implementation group: 'org.json', name: 'json', version: '20231013'
implementation group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1'
implementation group: 'org.mutabilitydetector', name: 'asm-nonclassloadingextensions', version: '1.0-rc2'
testImplementation('org.junit.jupiter:junit-jupiter:5.8.2')
2 changes: 1 addition & 1 deletion tools/converter/build.gradle
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ compileTestJava {options.encoding = "UTF-8"}

dependencies {
implementation project(path: ':fontus', configuration: 'shadow')
implementation group: 'org.json', name: 'json', version: '20200518'
implementation group: 'org.json', name: 'json', version: '20231013'
implementation group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.12.3'
implementation 'info.picocli:picocli:4.6.3'
2 changes: 1 addition & 1 deletion tools/gdpr-database-query/build.gradle
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ compileTestJava {options.encoding = "UTF-8"}

dependencies {
implementation project(path: ':fontus', configuration: 'shadow')
implementation group: 'org.json', name: 'json', version: '20200518'
implementation group: 'org.json', name: 'json', version: '20231013'
implementation group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.12.3'
implementation 'info.picocli:picocli:4.6.3'
2 changes: 1 addition & 1 deletion tools/generator/build.gradle
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ compileTestJava {options.encoding = "UTF-8"}

dependencies {
implementation project(path: ':fontus', configuration: 'shadow')
implementation group: 'org.json', name: 'json', version: '20200518'
implementation group: 'org.json', name: 'json', version: '20231013'
implementation group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.12.3'
implementation 'info.picocli:picocli:4.6.3'

0 comments on commit 4ac160d

Please sign in to comment.