This is an automated email from the ASF dual-hosted git repository. apupier pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 5d5a66219a0 chore(deps-dev): Bump net.javacrumbs.json-unit:json-unit-assertj 5d5a66219a0 is described below commit 5d5a66219a09f78a417139cf1c67bff41688cb00 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Nov 22 08:51:36 2024 +0000 chore(deps-dev): Bump net.javacrumbs.json-unit:json-unit-assertj Bumps [net.javacrumbs.json-unit:json-unit-assertj](https://github.com/lukas-krecan/JsonUnit) from 3.5.0 to 4.0.0. - [Changelog](https://github.com/lukas-krecan/JsonUnit/blob/master/RELEASES.md) - [Commits](https://github.com/lukas-krecan/JsonUnit/compare/json-unit-parent-3.5.0...json-unit-parent-4.0.0) --- updated-dependencies: - dependency-name: net.javacrumbs.json-unit:json-unit-assertj dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <supp...@github.com> --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 9df1fe72017..0960e32f19a 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -304,7 +304,7 @@ <json-patch-version>1.13</json-patch-version> <json-smart-version>2.5.1</json-smart-version> <jsonata-version>0.9.8</jsonata-version> - <json-unit-version>3.5.0</json-unit-version> + <json-unit-version>4.0.0</json-unit-version> <jsoup-version>1.18.1</jsoup-version> <jt400-version>20.0.7</jt400-version> <jte-version>3.1.15</jte-version>