Skip to content

Commit a26a14a

Browse files
authored
deps: update dependency org.json:json to v20220924 (#2035)
[![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) | [https://github.com/stleary/JSON-java/pull/675](https://togithub.com/stleary/JSON-java/pull/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=-->
1 parent 10dbf31 commit a26a14a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-cloud-spanner/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@
359359
<dependency>
360360
<groupId>org.json</groupId>
361361
<artifactId>json</artifactId>
362-
<version>20220320</version>
362+
<version>20220924</version>
363363
<scope>test</scope>
364364
</dependency>
365365
<dependency>

0 commit comments

Comments
 (0)