From ff0151aae34620e6d5e64bbd203f4014b3d3b06e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 20:57:00 +0000 Subject: [PATCH] Bump org.json:json from 20241224 to 20250107 in the gradle group Bumps the gradle group with 1 update: [org.json:json](https://github.com/douglascrockford/JSON-java). Updates `org.json:json` 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 dependency-group: gradle ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3075815a..791fb5f0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,7 +36,7 @@ val assertkJvmVersion = "0.28.1" val springMockkVersion = "4.0.2" val mockkVersion = "1.13.14" val guavaVersion = "33.4.0-jre" -val orgJsonVersion = "20241224" +val orgJsonVersion = "20250107" val graphQLKotlinVersion = "8.2.1" val k9FormatVersion = "9.5.0" val teamDokumenthåndteringAvroSchemaVersion = "357738b9"