This is an automated email from the ASF dual-hosted git repository. gaul pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jclouds.git
commit a87b66a17cf180032155665d2e219474314e345e Author: Andrew Gaul <[email protected]> AuthorDate: Sun Jan 19 12:51:47 2025 -0800 Upgrade to snakeyaml 2.3 --- apis/byon/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apis/byon/pom.xml b/apis/byon/pom.xml index ab3f2f08a6..834f392986 100644 --- a/apis/byon/pom.xml +++ b/apis/byon/pom.xml @@ -70,7 +70,7 @@ <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> - <version>2.0</version> + <version>2.3</version> </dependency> <dependency> <groupId>com.google.auto.service</groupId>
