This is an automated email from the ASF dual-hosted git repository.
davsclaus 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 8d746be0bab Bump json-unit-version from 3.0.0 to 3.2.2 (#12144)
8d746be0bab is described below
commit 8d746be0bab54f04a6427fcf98ae78b405fab493
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 22 17:25:29 2023 +0100
Bump json-unit-version from 3.0.0 to 3.2.2 (#12144)
Bumps `json-unit-version` from 3.0.0 to 3.2.2.
Updates `net.javacrumbs.json-unit:json-unit` from 3.0.0 to 3.2.2
-
[Commits](https://github.com/lukas-krecan/JsonUnit/compare/json-unit-parent-3.0.0...json-unit-parent-3.2.2)
Updates `net.javacrumbs.json-unit:json-unit-assertj` from 3.0.0 to 3.2.2
-
[Commits](https://github.com/lukas-krecan/JsonUnit/compare/json-unit-parent-3.0.0...json-unit-parent-3.2.2)
---
updated-dependencies:
- dependency-name: net.javacrumbs.json-unit:json-unit
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: net.javacrumbs.json-unit:json-unit-assertj
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 1c0005cdbca..35eb1b94ecb 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -284,7 +284,7 @@
<json-patch-version>1.13</json-patch-version>
<json-smart-version>2.5.0</json-smart-version>
<jsonata4java-version>2.4.5</jsonata4java-version>
- <json-unit-version>3.0.0</json-unit-version>
+ <json-unit-version>3.2.2</json-unit-version>
<jsoup-version>1.16.1</jsoup-version>
<jt400-version>20.0.3</jt400-version>
<junit-toolbox-version>2.4</junit-toolbox-version>