Skip to content

Commit 129355a

Browse files
authored
fix(deps): update dependency org.json:json to v20231013 [security] (GoogleCloudPlatform#8760)
1 parent 3ad16de commit 129355a

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
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>20230618</version>
67+
<version>20231013</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>20230618</version>
63+
<version>20231013</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>20230618</version>
51+
<version>20231013</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
@@ -70,7 +70,7 @@ limitations under the License.
7070
<dependency>
7171
<groupId>org.json</groupId>
7272
<artifactId>json</artifactId>
73-
<version>20230618</version>
73+
<version>20231013</version>
7474
<scope>test</scope>
7575
</dependency>
7676
<!-- CloudEvent SDK libraries -->

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>20230618</version>
64+
<version>20231013</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
@@ -69,7 +69,7 @@ limitations under the License.
6969
<dependency>
7070
<groupId>org.json</groupId>
7171
<artifactId>json</artifactId>
72-
<version>20230618</version>
72+
<version>20231013</version>
7373
<scope>test</scope>
7474
</dependency>
7575
<dependency>

eventarc/storage-handler/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ limitations under the License.
8686
<dependency>
8787
<groupId>org.json</groupId>
8888
<artifactId>json</artifactId>
89-
<version>20230618</version>
89+
<version>20231013</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>org.junit.vintage</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>20230618</version>
63+
<version>20231013</version>
6464
</dependency>
6565

6666

0 commit comments

Comments
 (0)