Skip to content

Commit a7d1a0b

Browse files
authored
fix(deps): update dependency org.json:json to v20220320 (GoogleCloudPlatform#6907)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.json:json](https://togithub.com/douglascrockford/JSON-java) | `20211205` -> `20220320` | [![age](https://badges.renovateapi.com/packages/maven/org.json:json/20220320/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.json:json/20220320/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.json:json/20220320/compatibility-slim/20211205)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.json:json/20220320/confidence-slim/20211205)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>douglascrockford/JSON-java</summary> ### [`v20220320`](https://togithub.com/douglascrockford/JSON-java/releases/20220320) [Compare Source](https://togithub.com/douglascrockford/JSON-java/compare/20211205...20220320) | Pull Request | Description | |---------------|--------------| | [#&GoogleCloudPlatform#8203;660](https://togithub.com/douglascrockford/JSON-java/issues/660) | Wrap StackOverflow with JSONException | </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/java-docs-samples).
1 parent ef5fe4c commit a7d1a0b

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

appengine-java8/appidentity/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>org.json</groupId>
5353
<artifactId>json</artifactId>
54-
<version>20211205</version>
54+
<version>20220320</version>
5555
</dependency>
5656

5757
<dependency>

appengine-java8/datastore-schedule-export/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>org.json</groupId>
5050
<artifactId>json</artifactId>
51-
<version>20211205</version>
51+
<version>20220320</version>
5252
</dependency>
5353

5454
<!-- Test Dependencies -->

appengine-java8/requests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ limitations under the License.
5454
<dependency>
5555
<groupId>org.json</groupId>
5656
<artifactId>json</artifactId>
57-
<version>20211205</version>
57+
<version>20220320</version>
5858
</dependency>
5959
<!-- Test Dependencies -->
6060
<dependency>

appengine-java8/taskqueues-push/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Copyright 2016 Google Inc.
4848
<dependency>
4949
<groupId>org.json</groupId>
5050
<artifactId>json</artifactId>
51-
<version>20211205</version>
51+
<version>20220320</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>com.google.appengine</groupId>

appengine-java8/urlfetch/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Copyright 2015 Google Inc.
4747
<dependency>
4848
<groupId>org.json</groupId>
4949
<artifactId>json</artifactId>
50-
<version>20211205</version>
50+
<version>20220320</version>
5151
</dependency>
5252
</dependencies>
5353

appengine-java8/users/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Copyright 2015 Google Inc.
5959
<dependency>
6060
<groupId>org.json</groupId>
6161
<artifactId>json</artifactId>
62-
<version>20211205</version>
62+
<version>20220320</version>
6363
</dependency>
6464

6565
<!-- Test Dependencies -->

eventarc/audit-storage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ limitations under the License.
6767
<dependency>
6868
<groupId>org.json</groupId>
6969
<artifactId>json</artifactId>
70-
<version>20211205</version>
70+
<version>20220320</version>
7171
<scope>test</scope>
7272
</dependency>
7373
<dependency>

eventarc/generic/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ limitations under the License.
6060
<dependency>
6161
<groupId>org.json</groupId>
6262
<artifactId>json</artifactId>
63-
<version>20211205</version>
63+
<version>20220320</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>com.google.truth</groupId>

eventarc/pubsub/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ limitations under the License.
6767
<dependency>
6868
<groupId>org.json</groupId>
6969
<artifactId>json</artifactId>
70-
<version>20211205</version>
70+
<version>20220320</version>
7171
<scope>test</scope>
7272
</dependency>
7373
<dependency>

iot/api-client/codelab/manager/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>org.json</groupId>
5454
<artifactId>json</artifactId>
55-
<version>20211205</version>
55+
<version>20220320</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>io.jsonwebtoken</groupId>

0 commit comments

Comments
 (0)