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

Commit 7c9e616

Browse files
authored
deps: update dependency org.json:json to v20220320 (#835)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.json:json](https://togithub.com/douglascrockford/JSON-java) | `20211205` -> `20220320` | [![age](https://badges.renovateapi.com/packages/maven/org.json:json/20220320/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.json:json/20220320/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.json:json/20220320/compatibility-slim/20211205)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.json:json/20220320/confidence-slim/20211205)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>douglascrockford/JSON-java</summary> ### [`v20220320`](https://togithub.com/douglascrockford/JSON-java/releases/20220320) [Compare Source](https://togithub.com/douglascrockford/JSON-java/compare/20211205...20220320) | Pull Request | Description | |---------------|--------------| | [#&#8203;660](https://togithub.com/douglascrockford/JSON-java/issues/660) | Wrap StackOverflow with JSONException | </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-speech).
1 parent 541a083 commit 7c9e616

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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>20211205</version>
33+
<version>20220320</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>com.google.cloud</groupId>
@@ -55,7 +55,7 @@ If you are using Maven without BOM, add this to your dependencies:
5555
If you are using Gradle 5.x or later, add this to your dependencies
5656

5757
```Groovy
58-
implementation platform('com.google.cloud:libraries-bom:24.4.0')
58+
implementation platform('com.google.cloud:libraries-bom:25.0.0')
5959
6060
implementation 'com.google.cloud:google-cloud-speech'
6161
```

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>20211205</version>
38+
<version>20220320</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>20211205</version>
44+
<version>20220320</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>com.google.cloud</groupId>

0 commit comments

Comments
 (0)