Skip to content

Commit 07acba5

Browse files
chore(deps): bump the all group across 1 directory with 2 updates
Bumps the all group with 2 updates in the / directory: org.sonarqube and [org.json:json](https://github.com/douglascrockford/JSON-java). Updates `org.sonarqube` from 7.2.1.6560 to 7.2.2.6593 Updates `org.json:json` from 20250517 to 20251224 - [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.sonarqube dependency-version: 7.2.2.6593 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.json:json dependency-version: '20251224' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7f626e0 commit 07acba5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import org.gradle.api.tasks.testing.logging.TestLogEvent
22

33
plugins {
4-
id 'org.sonarqube' version '7.2.1.6560' apply false
4+
id 'org.sonarqube' version '7.2.2.6593' apply false
55
}
66

77
subprojects {

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def jsonProviders = [
2222
[id : 'gson', additionalVersions: ['2.3'],
2323
group: 'com.google.code.gson', name: 'gson', version: '2.13.2'],
2424
[id : 'orgJson', additionalVersions: ['20201115'],
25-
group: 'org.json', name: 'json', version: '20250517'],
25+
group: 'org.json', name: 'json', version: '20251224'],
2626
[id : 'kotlinxJson', additionalVersions: ['1.0.0'],
2727
group: 'org.jetbrains.kotlinx', name: 'kotlinx-serialization-json', version: '1.9.0'],
2828
[id : 'jakartaJson', additionalVersions: [],

0 commit comments

Comments
 (0)