From 9c60f21a17d0ee066821ea884418288a31eaff19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 08:15:00 +0000 Subject: [PATCH] Bump org.json:json from 20240303 to 20241224 in /prime-router 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] --- prime-router/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prime-router/build.gradle.kts b/prime-router/build.gradle.kts index ad8ffb8bd27..d3c8841aaa3 100644 --- a/prime-router/build.gradle.kts +++ b/prime-router/build.gradle.kts @@ -912,7 +912,7 @@ dependencies { implementation("org.thymeleaf:thymeleaf:3.1.2.RELEASE") implementation("com.sendgrid:sendgrid-java:4.10.3") implementation("com.okta.jwt:okta-jwt-verifier:0.5.7") - implementation("org.json:json:20240303") + implementation("org.json:json:20241224") // DO NOT INCREMENT SSHJ to a newer version without first thoroughly testing it locally. implementation("com.hierynomus:sshj:0.39.0") implementation("com.jcraft:jsch:0.1.55")