This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch 2.13.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/2.13.x by this push: new 298c0c6e35 Add sync tag for json-smart.version version property 298c0c6e35 is described below commit 298c0c6e35c917e14218de1f382ffd4449bf0769 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Tue Oct 25 11:24:14 2022 +0100 Add sync tag for json-smart.version version property --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4cd20b6043..1f6543d36a 100644 --- a/pom.xml +++ b/pom.xml @@ -124,7 +124,7 @@ <jnr-ffi.version>2.1.2</jnr-ffi.version><!-- Mess in web3j transitive deps --> <jsch.version>0.2.4</jsch.version><!-- @sync io.quarkiverse.jsch:quarkus-jsch-parent:${quarkiverse-jsch.version} prop:jsch.version --> <json-path.version>${json-path-version}</json-path.version> - <json-smart.version>2.4.7</json-smart.version> + <json-smart.version>2.4.7</json-smart.version><!-- @sync com.jayway.jsonpath:json-path:${json-path.version} dep:net.minidev:json-smart --> <kafka.version>3.2.3</kafka.version><!-- @sync io.quarkus:quarkus-bom:${quarkus.version} dep:org.apache.kafka:kafka-clients --> <kudu.version>${kudu-version}</kudu.version> <kotlin.version>1.7.20</kotlin.version><!-- @sync io.quarkus:quarkus-bom:${quarkus.version} dep:org.jetbrains.kotlin:kotlin-stdlib -->