Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit 2a9e396

Browse files
Bump org.json:json from 20231013 to 20250107
Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20231013 to 20250107. - [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-version: '20250107' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e8df57e commit 2a9e396

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
@@ -51,7 +51,7 @@ dependencies {
5151

5252
// Constraints
5353
constraints {
54-
implementation('org.json:json:20231013') {
54+
implementation('org.json:json:20250107') {
5555
because("version defined in authy-java (transitive dependency) has vulnerabilities issues")
5656
}
5757
}

0 commit comments

Comments
 (0)