Skip to content

Commit 0870bb8

Browse files
authored
chore(deps): update dependency org.json:json to v20200518 (GoogleCloudPlatform#2968)
1 parent ac8d5b1 commit 0870bb8

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
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>20190722</version>
54+
<version>20200518</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>20190722</version>
51+
<version>20200518</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>20190722</version>
57+
<version>20200518</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>20190722</version>
51+
<version>20200518</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>20190722</version>
50+
<version>20200518</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>20190722</version>
62+
<version>20200518</version>
6363
</dependency>
6464

6565
<!-- Test Dependencies -->

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>20190722</version>
55+
<version>20200518</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>io.jsonwebtoken</groupId>

iot/api-client/end-to-end-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>org.json</groupId>
4545
<artifactId>json</artifactId>
46-
<version>20190722</version>
46+
<version>20200518</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>io.jsonwebtoken</groupId>

iot/api-client/manager/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>org.json</groupId>
4949
<artifactId>json</artifactId>
50-
<version>20190722</version>
50+
<version>20200518</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>io.jsonwebtoken</groupId>

run/image-processing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ limitations under the License.
8282
<dependency>
8383
<groupId>org.json</groupId>
8484
<artifactId>json</artifactId>
85-
<version>20190722</version>
85+
<version>20200518</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>org.springframework.cloud</groupId>

0 commit comments

Comments
 (0)