You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/07/05 10:48:43 UTC

[camel] branch main updated: Upgrade snakeyaml-engine to 2.6

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 03d625f60bc Upgrade snakeyaml-engine to 2.6
03d625f60bc is described below

commit 03d625f60bc1ec85fac39f2bda2e2fd13ae297ef
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Jul 5 12:48:13 2023 +0200

    Upgrade snakeyaml-engine to 2.6
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 927d396ea3d..8f760ae97fe 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -434,7 +434,7 @@
         <smallrye-health-version>4.0.2</smallrye-health-version>
         <smallrye-fault-tolerance-version>6.2.4</smallrye-fault-tolerance-version>
         <snakeyaml-version>2.0</snakeyaml-version>
-        <snakeyaml-engine-version>2.3</snakeyaml-engine-version>
+        <snakeyaml-engine-version>2.6</snakeyaml-engine-version>
         <snmp4j-version>2.8.15</snmp4j-version>
         <splunk-version>1.9.0_1</splunk-version>
         <spock-version>2.3-groovy-4.0</spock-version>