Skip to content
This repository was archived by the owner on Dec 15, 2023. It is now read-only.

Commit 02d0088

Browse files
deps: update dependency org.json:json to v20211205 (#745)
* deps: update dependency org.json:json to v20211205 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 0e4ad7f commit 02d0088

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
3030
<dependency>
3131
<groupId>org.json</groupId>
3232
<artifactId>json</artifactId>
33-
<version>20210307</version>
33+
<version>20211205</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>com.google.cloud</groupId>

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>org.json</groupId>
3737
<artifactId>json</artifactId>
38-
<version>20210307</version>
38+
<version>20211205</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>com.google.cloud</groupId>

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>org.json</groupId>
4343
<artifactId>json</artifactId>
44-
<version>20210307</version>
44+
<version>20211205</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>com.google.cloud</groupId>

0 commit comments

Comments
 (0)