Skip to content

Commit

Permalink
test(deps): update dependency org.json:json to v20250107 (#97)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[org.json:json](https://redirect.github.com/douglascrockford/JSON-java)
| `20240303` -> `20250107` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.json:json/20250107?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.json:json/20250107?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.json:json/20240303/20250107?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.json:json/20240303/20250107?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v20250107`](https://redirect.github.com/stleary/JSON-java/releases/tag/20250107)

[Compare
Source](https://redirect.github.com/douglascrockford/JSON-java/compare/20241224...20250107)

| Pull Request | Description |
|----|----|

|[#&#8203;930](https://redirect.github.com/douglascrockford/JSON-java/issues/930)
| [pre-release-20250107: updates for next
release](https://redirect.github.com/stleary/JSON-java/pull/930)|
|
[#&#8203;929](https://redirect.github.com/douglascrockford/JSON-java/issues/929)|
[restore moditect in
pom.xml](https://redirect.github.com/stleary/JSON-java/pull/929)|

###
[`v20241224`](https://redirect.github.com/stleary/JSON-java/releases/tag/20241224)

[Compare
Source](https://redirect.github.com/douglascrockford/JSON-java/compare/20240303...20241224)

| Pull Request | Description |
|----|----|

|[#&#8203;924](https://redirect.github.com/douglascrockford/JSON-java/issues/924)
| [pre-release-20241224: updates for next
release](https://redirect.github.com/stleary/JSON-java/pull/924)|
|
[#&#8203;907](https://redirect.github.com/douglascrockford/JSON-java/issues/907)|
[Fix a bug when calling JSONArray.addAll() with Collection as
Object](https://redirect.github.com/stleary/JSON-java/pull/907)|
|
[#&#8203;894](https://redirect.github.com/douglascrockford/JSON-java/issues/894)
| [update jsonpath from 2.4.0 to
2.9.0](https://redirect.github.com/stleary/JSON-java/pull/894)|
|
[#&#8203;889](https://redirect.github.com/douglascrockford/JSON-java/issues/889)
| [Fixed non-idempotent unit tests in
JSONObjectTest](https://redirect.github.com/stleary/JSON-java/pull/889)|
|
[#&#8203;879](https://redirect.github.com/douglascrockford/JSON-java/issues/879)
| [Extend syntax error
information](https://redirect.github.com/stleary/JSON-java/pull/879)|
|
[#&#8203;877](https://redirect.github.com/douglascrockford/JSON-java/issues/877),
[#&#8203;886](https://redirect.github.com/douglascrockford/JSON-java/issues/886),
[#&#8203;888](https://redirect.github.com/douglascrockford/JSON-java/issues/888),
[#&#8203;911](https://redirect.github.com/douglascrockford/JSON-java/issues/911),
[#&#8203;921](https://redirect.github.com/douglascrockford/JSON-java/issues/921)
| [Strict mode opt-in
feature](https://redirect.github.com/stleary/JSON-java/pull/921)|
|
[#&#8203;876](https://redirect.github.com/douglascrockford/JSON-java/issues/876)
| [Remove jsonparserconfig ctor- just use
withOverwriteDuplicateKey](https://redirect.github.com/stleary/JSON-java/pull/876)|
|
[#&#8203;867](https://redirect.github.com/douglascrockford/JSON-java/issues/867)
| [Improve performance in
toString()](https://redirect.github.com/stleary/JSON-java/pull/867) |

</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 is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/Hapag-Lloyd/log4j2-filtered-stacktrace-plugin).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeSJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent b2b48df commit 2d6607f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20240303</version>
<version>20250107</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 2d6607f

Please sign in to comment.