Skip to content

Commit 564f178

Browse files
authored
chore(deps): update dependency org.json:json to v20201115 (GoogleCloudPlatform#4239)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [org.json:json](https://togithub.com/douglascrockford/JSON-java) | major | `20200518` -> `20201115` | --- ### Release Notes <details> <summary>douglascrockford/JSON-java</summary> ### [`v20201115`](https://togithub.com/douglascrockford/JSON-java/releases/20201115) [Compare Source](https://togithub.com/douglascrockford/JSON-java/compare/20200518...20201115) | Pull Request | Description | | ---------------------------------------------------------------- | ------------------------------------------------------------------------------ | | [#&GoogleCloudPlatform#8203;515](https://togithub.com/douglascrockford/JSON-java/issues/515) | Merge tests and pom and code | | [#&GoogleCloudPlatform#8203;519](https://togithub.com/douglascrockford/JSON-java/issues/519) | Gradle support | | [#&GoogleCloudPlatform#8203;521](https://togithub.com/douglascrockford/JSON-java/issues/521) | Updates Cookie class to be more generic in attribute parsing and emit | | [#&GoogleCloudPlatform#8203;524](https://togithub.com/douglascrockford/JSON-java/issues/524) | JSONArray does not have constructor to allocate the specified initial capacity | | [#&GoogleCloudPlatform#8203;525](https://togithub.com/douglascrockford/JSON-java/issues/525) | Unit test fixes | | [#&GoogleCloudPlatform#8203;526](https://togithub.com/douglascrockford/JSON-java/issues/526) | Comment out some broken unit tests | | [#&GoogleCloudPlatform#8203;527](https://togithub.com/douglascrockford/JSON-java/issues/527) | Fixes for Unit tests and supports GitHub Actions | | [#&GoogleCloudPlatform#8203;529](https://togithub.com/douglascrockford/JSON-java/issues/529) | Added putAll(Collection) and putAll(Array) methods | | [#&GoogleCloudPlatform#8203;532](https://togithub.com/douglascrockford/JSON-java/issues/532) | Verifies BigDecimal support does not have a regression | | [#&GoogleCloudPlatform#8203;538](https://togithub.com/douglascrockford/JSON-java/issues/538) | Explain local builds in the readme, fix a couple of typos | | [#&GoogleCloudPlatform#8203;539](https://togithub.com/douglascrockford/JSON-java/issues/539) | Bring Junit tests to Java 1.6 compatibility | | [#&GoogleCloudPlatform#8203;540](https://togithub.com/douglascrockford/JSON-java/issues/540) | Added type conversion support | | [#&GoogleCloudPlatform#8203;542](https://togithub.com/douglascrockford/JSON-java/issues/542) | Fix xml hex entity parse | | [#&GoogleCloudPlatform#8203;543](https://togithub.com/douglascrockford/JSON-java/issues/543) | Refactor XMLConfiguration to use Builder Pattern | | [#&GoogleCloudPlatform#8203;549](https://togithub.com/douglascrockford/JSON-java/issues/549) | Update readme.md | | [#&GoogleCloudPlatform#8203;552](https://togithub.com/douglascrockford/JSON-java/issues/552) | Updates for JSONArray.putAll methods | | [#&GoogleCloudPlatform#8203;570](https://togithub.com/douglascrockford/JSON-java/issues/570) | Readme - fix spelling and usage, per Grammarly | </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 this update 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 5215133 commit 564f178

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

0 commit comments

Comments
 (0)