Repository: brooklyn-server
Updated Branches:
  refs/heads/master 215f28f25 -> a2929aab2


use snakeyaml 1.22, avoid binary compatibility issues in 1.20 and 1.21

see 
https://bitbucket.org/asomov/snakeyaml/issues/412/restore-the-boolean-constructors-for
 for more info


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/f9bd9106
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/f9bd9106
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/f9bd9106

Branch: refs/heads/master
Commit: f9bd91062c244158295b350c5dffc89fca86e01d
Parents: 215f28f
Author: Alex Heneveld <[email protected]>
Authored: Mon Aug 27 10:15:18 2018 +0100
Committer: Alex Heneveld <[email protected]>
Committed: Mon Aug 27 10:15:18 2018 +0100

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/f9bd9106/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bcd02ca..534494a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,7 +125,7 @@
         <commons-lang3.version>3.3.2</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 -->
         <jsr305.version>2.0.1</jsr305.version>
-        <snakeyaml.version>1.21</snakeyaml.version>
+        <snakeyaml.version>1.22</snakeyaml.version>
         <!-- Next version of swagger requires changes to how path mapping and 
scanner injection are done. -->
         <swagger.version>1.5.6</swagger.version>
         <jansi.version>1.2.1</jansi.version>

Reply via email to