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 84a37741fbc chore(deps): Bump jackson-jq-version from 1.0.0 to 1.0.1
(#15918)
84a37741fbc is described below
commit 84a37741fbc2593c9b620e522ef0ed0030b01dee
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 11 17:00:23 2024 +0200
chore(deps): Bump jackson-jq-version from 1.0.0 to 1.0.1 (#15918)
Bumps `jackson-jq-version` from 1.0.0 to 1.0.1.
Updates `net.thisptr:jackson-jq` from 1.0.0 to 1.0.1
- [Release notes](https://github.com/eiiches/jackson-jq/releases)
- [Commits](https://github.com/eiiches/jackson-jq/compare/1.0.0...1.0.1)
Updates `net.thisptr:jackson-jq-extra` from 1.0.0 to 1.0.1
- [Release notes](https://github.com/eiiches/jackson-jq/releases)
- [Commits](https://github.com/eiiches/jackson-jq/compare/1.0.0...1.0.1)
---
updated-dependencies:
- dependency-name: net.thisptr:jackson-jq
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: net.thisptr:jackson-jq-extra
dependency-type: direct:production
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 e858f67e892..f774b430435 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -233,7 +233,7 @@
<ironmq-version>3.0.5</ironmq-version>
<ivy-version>2.5.2</ivy-version>
<jackson-databind-nullable-version>0.2.6</jackson-databind-nullable-version>
- <jackson-jq-version>1.0.0</jackson-jq-version>
+ <jackson-jq-version>1.0.1</jackson-jq-version>
<jackson2-version>2.18.0</jackson2-version>
<jackrabbit-version>2.22.0</jackrabbit-version>
<jasminb-jsonapi-version>0.14</jasminb-jsonapi-version>