This is an automated email from the ASF dual-hosted git repository.
FrankChen021 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 15d6f01c552 build(deps): bump org.yaml:snakeyaml from 2.6 to 2.7
(#20241)
15d6f01c552 is described below
commit 15d6f01c55237540b894826fa0ba288bb79f57af
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 4 09:38:58 2026 +0800
build(deps): bump org.yaml:snakeyaml from 2.6 to 2.7 (#20241)
* build(deps): bump org.yaml:snakeyaml from 2.6 to 2.7
Bumps org.yaml:snakeyaml from 2.6 to 2.7.
---
updated-dependencies:
- dependency-name: org.yaml:snakeyaml
dependency-version: '2.7'
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
* fix: update SnakeYAML license metadata
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Frank Chen <[email protected]>
---
licenses.yaml | 6 +++---
pom.xml | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/licenses.yaml b/licenses.yaml
index 46220805e0e..23f5f6cfd9a 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -1322,7 +1322,7 @@ name: org.yaml snakeyaml
license_category: binary
module: extensions-core/kubernetes-overlord-extensions
license_name: Apache License version 2.0
-version: 2.6
+version: 2.7
libraries:
- org.yaml: snakeyaml
@@ -1332,7 +1332,7 @@ name: org.yaml snakeyaml
license_category: binary
module: extensions-core/kubernetes-extensions
license_name: Apache License version 2.0
-version: 2.6
+version: 2.7
libraries:
- org.yaml: snakeyaml
@@ -3428,7 +3428,7 @@ name: org.yaml snakeyaml
license_category: binary
module: extensions/druid-protobuf-extensions
license_name: Apache License version 2.0
-version: 2.6
+version: 2.7
libraries:
- org.yaml: snakeyaml
diff --git a/pom.xml b/pom.xml
index 66b9eb75aa3..1ef888fad6b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1135,7 +1135,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
- <version>2.6</version>
+ <version>2.7</version>
</dependency>
<dependency>
<groupId>io.airlift</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]