Skip to content

Commit d93794b

Browse files
build(deps): bump org.json:json in /assets/credhub-enabled-app (#1958)
Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20251224 to 20260522. - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md) - [Commits](stleary/JSON-java@2025122...2026052) --- updated-dependencies: - dependency-name: org.json:json dependency-version: '20260522' 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 b1f0c0b commit d93794b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/credhub-enabled-app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = 'CredHub Enabled App'
88

99
dependencies {
1010
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-web'
11-
implementation group: 'org.json', name: 'json', version: '20251224'
11+
implementation group: 'org.json', name: 'json', version: '20260522'
1212
}
1313

1414
repositories {

0 commit comments

Comments
 (0)