This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/main by this push: new fe4ccfbfcc8 [create-pull-request] automated change fe4ccfbfcc8 is described below commit fe4ccfbfcc885d449c474d7bc1169eaba312cf54 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Wed Jun 8 01:01:23 2022 +0000 [create-pull-request] automated change --- tooling/camel-spring-boot-dependencies/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml index f7384c31000..33b51a9c2f2 100644 --- a/tooling/camel-spring-boot-dependencies/pom.xml +++ b/tooling/camel-spring-boot-dependencies/pom.xml @@ -186,6 +186,11 @@ <artifactId>Saxon-HE</artifactId> <version>9.9.1-8</version> </dependency> + <dependency> + <groupId>net.thisptr</groupId> + <artifactId>jackson-jq</artifactId> + <version>1.0.0-preview.20210928</version> + </dependency> <dependency> <groupId>ognl</groupId> <artifactId>ognl</artifactId> @@ -3103,6 +3108,11 @@ <artifactId>camel-jpa</artifactId> <version>3.18.0-SNAPSHOT</version> </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-jq</artifactId> + <version>3.18.0-SNAPSHOT</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-js-dsl</artifactId>