Skip to content

Commit

Permalink
chore(deps): Bump org.json:json from 20240303 to 20241224 (#1303)
Browse files Browse the repository at this point in the history
Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20240303 to 20241224.
- [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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 3, 2025
1 parent a76f793 commit 0533124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search-service/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
// implementation (and not runtime) because we are using the native jsonb encoding provided by PG
implementation("org.postgresql:r2dbc-postgresql")
implementation("com.github.stellio-hub:json-merge:0.1.0")
implementation("org.json:json:20240303")
implementation("org.json:json:20241224")
implementation(project(":shared"))

detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.7")
Expand Down

0 comments on commit 0533124

Please sign in to comment.