Skip to content

Commit 137c343

Browse files
build(deps): Bump org.json:json from 20240303 to 20250107 in /backend (#446)
Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20240303 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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent da2d964 commit 137c343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ dependencies {
9292
implementation group: 'org.eclipse.jetty', name: 'jetty-webapp', version: '9.4.56.v20240826'
9393

9494
// https://mvnrepository.com/artifact/org.json/json
95-
implementation group: 'org.json', name: 'json', version: '20240303'
95+
implementation group: 'org.json', name: 'json', version: '20250107'
9696

9797
// https://mvnrepository.com/artifact/com.auth0/java-jwt
9898
implementation group: 'com.auth0', name: 'java-jwt', version: '4.4.0'

0 commit comments

Comments
 (0)