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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6708083c5d4 [improve][build] Upgrade SnakeYAML to 2.6 (#26023)
6708083c5d4 is described below

commit 6708083c5d4774555edfbd972a3299a69483f540
Author: Lari Hotari <[email protected]>
AuthorDate: Sat Jun 13 23:42:21 2026 +0300

    [improve][build] Upgrade SnakeYAML to 2.6 (#26023)
---
 distribution/server/src/assemble/LICENSE.bin.txt | 2 +-
 distribution/shell/src/assemble/LICENSE.bin.txt  | 2 +-
 gradle/libs.versions.toml                        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/distribution/server/src/assemble/LICENSE.bin.txt 
b/distribution/server/src/assemble/LICENSE.bin.txt
index da4944b8637..b330e1cea86 100644
--- a/distribution/server/src/assemble/LICENSE.bin.txt
+++ b/distribution/server/src/assemble/LICENSE.bin.txt
@@ -428,7 +428,7 @@ The Apache Software License, Version 2.0
     - org.eclipse.jetty.websocket-jetty-websocket-jetty-client-12.1.10.jar
     - org.eclipse.jetty.websocket-jetty-websocket-jetty-common-12.1.10.jar
     - org.eclipse.jetty.websocket-jetty-websocket-jetty-server-12.1.10.jar
- * SnakeYaml -- org.yaml-snakeyaml-2.0.jar
+ * SnakeYaml -- org.yaml-snakeyaml-2.6.jar
  * RocksDB - org.rocksdb-rocksdbjni-9.9.3.jar
  * Google Error Prone Annotations - 
com.google.errorprone-error_prone_annotations-2.45.0.jar
  * Apache Thrift - org.apache.thrift-libthrift-0.23.0.jar
diff --git a/distribution/shell/src/assemble/LICENSE.bin.txt 
b/distribution/shell/src/assemble/LICENSE.bin.txt
index d4426ea1fc7..115851264bf 100644
--- a/distribution/shell/src/assemble/LICENSE.bin.txt
+++ b/distribution/shell/src/assemble/LICENSE.bin.txt
@@ -418,7 +418,7 @@ The Apache Software License, Version 2.0
     - jetty-websocket-jetty-api-12.1.10.jar
     - jetty-websocket-jetty-client-12.1.10.jar
     - jetty-websocket-jetty-common-12.1.10.jar
- * SnakeYaml -- snakeyaml-2.0.jar
+ * SnakeYaml -- snakeyaml-2.6.jar
  * Google Error Prone Annotations - error_prone_annotations-2.45.0.jar
  * Javassist -- javassist-3.25.0-GA.jar
   * Apache Avro
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 68cbc945592..e0c801ed654 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -62,7 +62,7 @@ bouncycastle-bc-fips = "2.0.1"
 # Serialization
 avro = "1.12.0"
 gson = "2.13.2"
-snakeyaml = "2.0"
+snakeyaml = "2.6"
 # Vert.x
 vertx = "4.5.28"
 # Networking / HTTP

Reply via email to