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 c73bd9b711b bump json-unit-version from 3.2.5 to 3.2.7 (#13260)
c73bd9b711b is described below
commit c73bd9b711bf6b8c2df6e581ee8f14b17f6f706c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 22 08:44:13 2024 +0100
bump json-unit-version from 3.2.5 to 3.2.7 (#13260)
---
updated-dependencies:
- dependency-name: net.javacrumbs.json-unit:json-unit
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: net.javacrumbs.json-unit:json-unit-assertj
dependency-type: direct:development
update-type: version-update:semver-patch
...
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 51bf639bbc4..a92075acda2 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -287,7 +287,7 @@
<json-patch-version>1.13</json-patch-version>
<json-smart-version>2.5.0</json-smart-version>
<jsonata-version>0.9.5</jsonata-version>
- <json-unit-version>3.2.5</json-unit-version>
+ <json-unit-version>3.2.7</json-unit-version>
<jsoup-version>1.17.2</jsoup-version>
<jt400-version>20.0.7</jt400-version>
<jte-version>3.1.9</jte-version>