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 58d45f9b82ca chore(deps): Bump jackson-jq-version from 1.6.2 to 1.6.3
58d45f9b82ca is described below
commit 58d45f9b82ca2381aa23e2ebb2aed8e06c0067ab
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 2 07:36:41 2026 +0000
chore(deps): Bump jackson-jq-version from 1.6.2 to 1.6.3
Bumps `jackson-jq-version` from 1.6.2 to 1.6.3.
Updates `net.thisptr:jackson-jq` from 1.6.2 to 1.6.3
- [Release notes](https://github.com/eiiches/jackson-jq/releases)
- [Commits](https://github.com/eiiches/jackson-jq/compare/1.6.2...1.6.3)
Updates `net.thisptr:jackson-jq-extra` from 1.6.2 to 1.6.3
- [Release notes](https://github.com/eiiches/jackson-jq/releases)
- [Commits](https://github.com/eiiches/jackson-jq/compare/1.6.2...1.6.3)
---
updated-dependencies:
- dependency-name: net.thisptr:jackson-jq
dependency-version: 1.6.3
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: net.thisptr:jackson-jq-extra
dependency-version: 1.6.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 6d1080c52121..d9608b5478c8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -263,7 +263,7 @@
<influx-java-driver-version>2.25</influx-java-driver-version>
<influx-client-java-driver-version>8.0.0</influx-client-java-driver-version>
<jackson-databind-nullable-version>0.2.9</jackson-databind-nullable-version>
- <jackson-jq-version>1.6.2</jackson-jq-version>
+ <jackson-jq-version>1.6.3</jackson-jq-version>
<jackson2-version>2.22.2</jackson2-version>
<jackson2-annotations-version>2.20</jackson2-annotations-version>
<jackson3-version>3.2.2</jackson3-version>