From e973446421825c1566bf1fcd9c3be7e91f619a80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 22:27:28 +0000 Subject: [PATCH 1/3] chore(deps): bump org.slf4j:slf4j-api from 2.0.11 to 2.0.12 (#950) Bumps org.slf4j:slf4j-api from 2.0.11 to 2.0.12. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fc588bd0..700a7687 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ dependencies { api 'com.squareup.okhttp3:okhttp:4.11.0' api 'com.google.code.gson:gson:2.10.1' api 'io.opencensus:opencensus-api:0.31.1' - implementation 'org.slf4j:slf4j-api:2.0.11' + implementation 'org.slf4j:slf4j-api:2.0.12' testImplementation 'junit:junit:4.13.2' testImplementation 'com.squareup.okhttp3:mockwebserver:4.11.0' testImplementation 'org.apache.httpcomponents:httpclient:4.5.14' From 74eec4c6705bdfc23289f34a83ddc550d0706a86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 22:27:44 +0000 Subject: [PATCH 2/3] chore(deps): bump org.slf4j:slf4j-simple from 2.0.11 to 2.0.12 (#949) Bumps org.slf4j:slf4j-simple from 2.0.11 to 2.0.12. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-simple dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 700a7687..44ca0ae6 100644 --- a/build.gradle +++ b/build.gradle @@ -59,7 +59,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' testImplementation 'com.squareup.okhttp3:mockwebserver:4.11.0' testImplementation 'org.apache.httpcomponents:httpclient:4.5.14' - testImplementation 'org.slf4j:slf4j-simple:2.0.11' + testImplementation 'org.slf4j:slf4j-simple:2.0.12' testImplementation 'org.apache.commons:commons-lang3:3.14.0' testImplementation 'org.json:json:20231013' testImplementation 'io.opencensus:opencensus-impl:0.31.1' From 0d818453a690d767ae5f30d83e8394efb9575fb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 22:50:43 +0000 Subject: [PATCH 3/3] chore(deps): bump org.json:json from 20231013 to 20240205 (#951) Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20231013 to 20240205. - [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> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 44ca0ae6..4117b72f 100644 --- a/build.gradle +++ b/build.gradle @@ -61,7 +61,7 @@ dependencies { testImplementation 'org.apache.httpcomponents:httpclient:4.5.14' testImplementation 'org.slf4j:slf4j-simple:2.0.12' testImplementation 'org.apache.commons:commons-lang3:3.14.0' - testImplementation 'org.json:json:20231013' + testImplementation 'org.json:json:20240205' testImplementation 'io.opencensus:opencensus-impl:0.31.1' testImplementation "org.mockito:mockito-inline:5.2.0" }