Skip to content

Commit 7d72467

Browse files
authored
chore(deps): update dependency org.json:json to v20211205 (GoogleCloudPlatform#6470)
1 parent a92e167 commit 7d72467

13 files changed

Lines changed: 13 additions & 13 deletions

File tree

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

0 commit comments

Comments
 (0)