This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-samples.git
The following commit(s) were added to refs/heads/main by this push:
new 8640d94 Pin SnakeYAML version
8640d94 is described below
commit 8640d94b8ae8076e50fb12596a13f2510874fa10
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Thu Oct 31 19:20:12 2024 +0100
Pin SnakeYAML version
---
pom.xml | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/pom.xml b/pom.xml
index 8322e0b..ca8bc44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,6 +97,7 @@
<jackson.version>2.18.0</jackson.version>
<kotlin.version>2.0.21</kotlin.version>
+ <snakeyaml.version>2.3</snakeyaml.version>
</properties>
<dependencyManagement>
@@ -194,6 +195,14 @@
<version>${httpclient.version}</version>
</dependency>
+ <!-- Transitive dependency of multiple dependencies -->
+ <!-- We fix a common version -->
+ <dependency>
+ <groupId>org.yaml</groupId>
+ <artifactId>snakeyaml</artifactId>
+ <version>${snakeyaml.version}</version>
+ </dependency>
+
<!-- Transitive dependency of multiple dependencies -->
<!-- We fix a common version -->
<dependency>