Skip to content

Commit

Permalink
deps: update dependency org.json:json to v20240303 (#2426)
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) | `20240205` -> `20240303` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.json:json/20240303?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.json:json/20240303?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.json:json/20240205/20240303?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.json:json/20240205/20240303?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>douglascrockford/JSON-java (org.json:json)</summary>

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

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

| Pull Request | Description |
|----|----|
| [#&#8203;875](https://togithub.com/douglascrockford/JSON-java/issues/875) | [20240303-pre-release-updates](https://togithub.com/stleary/JSON-java/pull/875)|
| [#&#8203;874](https://togithub.com/douglascrockford/JSON-java/issues/874) | [Deployment and Pipeline action updates](https://togithub.com/stleary/JSON-java/pull/874)|
| [#&#8203;869](https://togithub.com/douglascrockford/JSON-java/issues/869) | [Revert recent obj long get long changes](https://togithub.com/stleary/JSON-java/pull/869)|
| [#&#8203;860](https://togithub.com/douglascrockford/JSON-java/issues/860) | [Added missing Javadocs for Java 21](https://togithub.com/stleary/JSON-java/pull/860)|
| [#&#8203;858](https://togithub.com/douglascrockford/JSON-java/issues/858) | [cleanup-after-commit for #&#8203;854 and #&#8203;856](https://togithub.com/stleary/JSON-java/pull/858)|
| [#&#8203;856](https://togithub.com/douglascrockford/JSON-java/issues/856) | [add ability for custom delimiters](https://togithub.com/stleary/JSON-java/pull/856)|

</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, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/java-bigquerystorage).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjAuMiIsInVwZGF0ZWRJblZlciI6IjM3LjIyMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
renovate-bot committed Mar 4, 2024
1 parent 7a12de0 commit 2accca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -118,7 +118,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20240205</version>
<version>20240303</version>
</dependency>


Expand Down

0 comments on commit 2accca7

Please sign in to comment.