This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomee.git
commit 7c3e6620fdf0f0f1486d22081de583bb27b03e0f Author: Richard Zowalla <[email protected]> AuthorDate: Tue Oct 10 20:00:46 2023 +0200 TOMEE-4249 - SnakeYAML 2.2 --- boms/tomee-microprofile/pom.xml | 2 +- boms/tomee-plume/pom.xml | 2 +- boms/tomee-plus/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/boms/tomee-microprofile/pom.xml b/boms/tomee-microprofile/pom.xml index 7213f07e4f..5adbff640e 100644 --- a/boms/tomee-microprofile/pom.xml +++ b/boms/tomee-microprofile/pom.xml @@ -2309,7 +2309,7 @@ <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> - <version>2.0</version> + <version>2.2</version> <exclusions> <exclusion> <artifactId>*</artifactId> diff --git a/boms/tomee-plume/pom.xml b/boms/tomee-plume/pom.xml index 4c72227633..3f9a09d22c 100644 --- a/boms/tomee-plume/pom.xml +++ b/boms/tomee-plume/pom.xml @@ -2464,7 +2464,7 @@ <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> - <version>2.0</version> + <version>2.2</version> <exclusions> <exclusion> <artifactId>*</artifactId> diff --git a/boms/tomee-plus/pom.xml b/boms/tomee-plus/pom.xml index cdcbaf2a9a..bf5dd73106 100644 --- a/boms/tomee-plus/pom.xml +++ b/boms/tomee-plus/pom.xml @@ -2475,7 +2475,7 @@ <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> - <version>2.0</version> + <version>2.2</version> <exclusions> <exclusion> <artifactId>*</artifactId> diff --git a/pom.xml b/pom.xml index de55164c02..bd63c06fba 100644 --- a/pom.xml +++ b/pom.xml @@ -196,7 +196,7 @@ <!-- Jackson and snakeyaml required by OpenAPI Impl --> <version.jackson>2.15.2</version.jackson> - <version.snakeyaml>2.0</version.snakeyaml> + <version.snakeyaml>2.2</version.snakeyaml> <!-- Jakarta EE API --> <!-- we currently rely on Mail API from Geronimo, this might change in the future -->
