From 6924af34dd4bd325f1c70d63fcda16b233b209ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 22:17:38 +0100 Subject: [PATCH] chore(deps): Bump org.json:json from 20241224 to 20250107 (#1309) Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20241224 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] 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 9039b6c2f..f7b2eaeff 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:20241224") + implementation("org.json:json:20250107") implementation(project(":shared")) detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.7")