Skip to content

Commit 073829d

Browse files
authored
chore(deps): update dependency org.json:json to v20230618 (GoogleCloudPlatform#8314)
1 parent 3d0201f commit 073829d

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
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>org.json</groupId>
6666
<artifactId>json</artifactId>
67-
<version>20230227</version>
67+
<version>20230618</version>
6868
</dependency>
6969

7070
<dependency>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>org.json</groupId>
6262
<artifactId>json</artifactId>
63-
<version>20230227</version>
63+
<version>20230618</version>
6464
</dependency>
6565

6666
<!-- Test Dependencies -->

appengine-java8/urlfetch/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Copyright 2015 Google Inc.
4848
<dependency>
4949
<groupId>org.json</groupId>
5050
<artifactId>json</artifactId>
51-
<version>20230227</version>
51+
<version>20230618</version>
5252
</dependency>
5353
</dependencies>
5454

eventarc/audit-storage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ limitations under the License.
6868
<dependency>
6969
<groupId>org.json</groupId>
7070
<artifactId>json</artifactId>
71-
<version>20230227</version>
71+
<version>20230618</version>
7272
<scope>test</scope>
7373
</dependency>
7474
</dependencies>

eventarc/generic/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ limitations under the License.
6161
<dependency>
6262
<groupId>org.json</groupId>
6363
<artifactId>json</artifactId>
64-
<version>20230227</version>
64+
<version>20230618</version>
6565
</dependency>
6666
<dependency>
6767
<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>20230227</version>
70+
<version>20230618</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
@@ -65,7 +65,7 @@
6565
<dependency>
6666
<groupId>org.json</groupId>
6767
<artifactId>json</artifactId>
68-
<version>20230227</version>
68+
<version>20230618</version>
6969
</dependency>
7070
<dependency>
7171
<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
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>org.json</groupId>
5858
<artifactId>json</artifactId>
59-
<version>20230227</version>
59+
<version>20230618</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>io.jsonwebtoken</groupId>

iot/api-client/manager/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>org.json</groupId>
6262
<artifactId>json</artifactId>
63-
<version>20230227</version>
63+
<version>20230618</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>io.jsonwebtoken</groupId>

recaptcha_enterprise/demosite/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>org.json</groupId>
6262
<artifactId>json</artifactId>
63-
<version>20230227</version>
63+
<version>20230618</version>
6464
</dependency>
6565

6666

0 commit comments

Comments
 (0)