This is an automated email from the ASF dual-hosted git repository. heneveld pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git
commit 0d19e362dc2eb7bc6694d46aa4b70c22b98c5a37 Author: Alex Heneveld <[email protected]> AuthorDate: Mon Dec 19 22:58:33 2022 +0000 also bump snakeyaml to align with others --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5c67d692de..6f8d1b21f3 100644 --- a/pom.xml +++ b/pom.xml @@ -138,7 +138,7 @@ <httpclient.version>4.5.13</httpclient.version> <!-- kept for compatibility in 0.11.0-SNAPSHOT, remove after --> <commons-lang3.version>3.12.0</commons-lang3.version> <groovy.version>2.4.15</groovy.version> <!-- Version 2.4.7 supported by https://github.com/groovy/groovy-eclipse/wiki/Groovy-Eclipse-2.9.1-Release-Notes; not sure what more recent will be --> - <snakeyaml.version>1.31</snakeyaml.version> <!-- 1.30 matches jackson 2.13.4; 1.27 matches cxf-jackson 3.3.9 --> + <snakeyaml.version>1.33</snakeyaml.version> <!-- align with cxf, jackson-dataformat-yaml --> <snakeyaml.jclouds.version>1.26</snakeyaml.jclouds.version> <!-- jclouds 2.4 imports this --> <!-- Next version of swagger requires changes to how path mapping and scanner injection are done. --> <swagger.version>1.6.2</swagger.version>
