Skip to content

Commit 8623fcd

Browse files
authored
chore(deps): update dependency org.json:json to v20210307 (GoogleCloudPlatform#4844)
[![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) | `20201115` -> `20210307` | [![age](https://badges.renovateapi.com/packages/maven/org.json:json/20210307/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.json:json/20210307/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.json:json/20210307/compatibility-slim/20201115)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.json:json/20210307/confidence-slim/20201115)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>douglascrockford/JSON-java</summary> ### [`v20210307`](https://togithub.com/douglascrockford/JSON-java/releases/20210307) [Compare Source](https://togithub.com/douglascrockford/JSON-java/compare/20201115...20210307) | Pull Request | Description | | ---------------------------------------------------------------- | ------------------------------------------------------------------------------ | | [#&GoogleCloudPlatform#8203;575](https://togithub.com/douglascrockford/JSON-java/issues/575) | Fix similar compare numbers | | [#&GoogleCloudPlatform#8203;577](https://togithub.com/douglascrockford/JSON-java/issues/577) | Added clear() methods to JSONObject and JSONArray | | [#&GoogleCloudPlatform#8203;581](https://togithub.com/douglascrockford/JSON-java/issues/581) | Use built-in Gradle shorthand notation for Maven Central repository | | [#&GoogleCloudPlatform#8203;583](https://togithub.com/douglascrockford/JSON-java/issues/583) | Checked the length of key for checker framework | | [#&GoogleCloudPlatform#8203;588](https://togithub.com/douglascrockford/JSON-java/issues/588) | JSONPointer should not process reverse solidus or double-quote chars in tokens | **NOTE:** [#&GoogleCloudPlatform#8203;588](https://togithub.com/douglascrockford/JSON-java/issues/588) is a potentially breaking change to JSONPointer. Embedded double quote and backslash chars are now handled differently (they are basically ignored by the JSONPointer parser). If this causes problems to your project, post an issue on the JSON-Java GitHub page. </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- 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 b3e9d47 commit 8623fcd

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>20201115</version>
54+
<version>20210307</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>20201115</version>
51+
<version>20210307</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>20201115</version>
57+
<version>20210307</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>20201115</version>
51+
<version>20210307</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>20201115</version>
50+
<version>20210307</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>20201115</version>
62+
<version>20210307</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>20201115</version>
70+
<version>20210307</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>20201115</version>
63+
<version>20210307</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>20201115</version>
70+
<version>20210307</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>20201115</version>
55+
<version>20210307</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>io.jsonwebtoken</groupId>

0 commit comments

Comments
 (0)