From 0533124a747e06675cb8718664593b183e98db6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 06:57:00 +0100 Subject: [PATCH] chore(deps): Bump org.json:json from 20240303 to 20241224 (#1303) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- search-service/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search-service/build.gradle.kts b/search-service/build.gradle.kts index 8670100ee..9039b6c2f 100644 --- a/search-service/build.gradle.kts +++ b/search-service/build.gradle.kts @@ -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")