Skip to content

Commit

Permalink
deps: update dependency org.json:json to v20220924 (#2035)
Browse files Browse the repository at this point in the history
[![Mend 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) | `20220320` -> `20220924` | [![age](https://badges.renovateapi.com/packages/maven/org.json:json/20220924/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.json:json/20220924/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.json:json/20220924/compatibility-slim/20220320)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.json:json/20220924/confidence-slim/20220320)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>douglascrockford/JSON-java</summary>

### [`v20220924`](https://togithub.com/stleary/JSON-java/releases/tag/20220924)

[Compare Source](https://togithub.com/douglascrockford/JSON-java/compare/20220320...20220924)

| Pull Request | Description |
|---------------|--------------|
| [#&#8203;688](https://togithub.com/douglascrockford/JSON-java/issues/688) | Update copyright to Public Domain |
| [#&#8203;687](https://togithub.com/douglascrockford/JSON-java/issues/687) | Fix a typo |
| [#&#8203;685](https://togithub.com/douglascrockford/JSON-java/issues/685) | JSONObject map type unit tests |
| [#&#8203;684](https://togithub.com/douglascrockford/JSON-java/issues/684) | Remove v7 build from pipeline |
| [#&#8203;682](https://togithub.com/douglascrockford/JSON-java/issues/682) | JSONString similarity |
| [#&#8203;675](https://togithub.com/douglascrockford/JSON-java/issues/675) | [stleary/JSON-java#675 |

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-spanner).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDEuMyIsInVwZGF0ZWRJblZlciI6IjMyLjIwMS4zIn0=-->
  • Loading branch information
renovate-bot committed Sep 29, 2022
1 parent 10dbf31 commit a26a14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google-cloud-spanner/pom.xml
Expand Up @@ -359,7 +359,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20220320</version>
<version>20220924</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit a26a14a

Please sign in to comment.