This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch 2.7.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit dceda97f076b2f6e5e049739f1041c3192def09c Author: Peter Palaga <[email protected]> AuthorDate: Wed Mar 2 22:37:46 2022 +0100 Manage mvel via cq:sync-versions to allow additional consistency checks --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6909c74..c0f9b39 100644 --- a/pom.xml +++ b/pom.xml @@ -115,7 +115,7 @@ <kotlin.version>1.6.10</kotlin.version><!-- @sync io.quarkus:quarkus-bom:${quarkus.version} dep:org.jetbrains.kotlin:kotlin-stdlib --> <libthrift.version>${libthrift-version}</libthrift.version> <!-- Spark --> <metrics.version>${metrics-version}</metrics.version><!-- Spark --> - <mvel2.version>${mvel-version}</mvel2.version> + <mvel2.version>2.4.13.Final</mvel2.version><!-- @sync org.apache.camel:camel-dependencies:${camel.version} prop:mvel-version --> <okio.version>${squareup-okio-version}</okio.version> <protobuf.version>3.19.3</protobuf.version><!-- @sync io.quarkus:quarkus-bom:${quarkus.version} dep:com.google.protobuf:protobuf-java --> <retrofit.version>2.5.0</retrofit.version>
