This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch snakeyaml-1.24
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/snakeyaml-1.24 by this push:
new aaead72 chore(version): Bump Snakeyaml to version 1.24
aaead72 is described below
commit aaead72bbb9fcb37475c75b7017a1afc1ba73dc6
Author: Andrea Cosentino <ancosen@gmail.com>
AuthorDate: Thu Mar 7 13:37:22 2019 +0100
chore(version): Bump Snakeyaml to version 1.24
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 962dd8a..462797e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
<slf4j.version>1.7.25</slf4j.version>
<groovy.version>2.5.6</groovy.version>
<kotlin.version>1.3.21</kotlin.version>
- <snakeyaml.version>1.23</snakeyaml.version>
+ <snakeyaml.version>1.24</snakeyaml.version>
<spock.version>1.2-groovy-2.5</spock.version>
<jackson.version>2.9.8</jackson.version>
<spring-boot.version>2.1.3.RELEASE</spring-boot.version>
|