This is an automated email from the ASF dual-hosted git repository.

more pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git


The following commit(s) were added to refs/heads/master by this push:
     new f5e847111 KNOX-3117 - Update snakeyaml dependency to 2.4 (#1014)
f5e847111 is described below

commit f5e847111c832d575245799127520598540db2d7
Author: Sandeep MorĂ© <[email protected]>
AuthorDate: Tue Apr 1 15:40:05 2025 -0400

    KNOX-3117 - Update snakeyaml dependency to 2.4 (#1014)
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index ffd9eeb8a..214d163af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -295,6 +295,7 @@
         <zookeeper.version>3.8.4</zookeeper.version>
         <docker-maven-plugin.version>0.45.0</docker-maven-plugin.version>
         <docker.platforms>linux/amd64,linux/arm64</docker.platforms>
+        <snakeyaml.version>2.4</snakeyaml.version>
     </properties>
     <repositories>
         <repository>
@@ -2278,6 +2279,11 @@
                 <artifactId>swagger-annotations</artifactId>
                 <version>${swagger-annotations.version}</version>
             </dependency>
+            <dependency>
+                <groupId>org.yaml</groupId>
+                <artifactId>snakeyaml</artifactId>
+                <version>${snakeyaml.version}</version>
+            </dependency>
             <dependency>
                 <groupId>org.postgresql</groupId>
                 <artifactId>postgresql</artifactId>

Reply via email to