diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-12-14 20:28:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-14 20:28:07 +0000 |
commit | f32683324987453aaeab0d353800f85b355b4223 (patch) | |
tree | 341e596c0999b40b3a53dade89b98f4293ca189a | |
parent | 5969ab7d90583422048c88ed120e583586cb0c4f (diff) | |
download | iciql-dependabot/maven/org.yaml-snakeyaml-1.32.tar.gz iciql-dependabot/maven/org.yaml-snakeyaml-1.32.zip |
Bump snakeyaml from 1.17 to 1.32dependabot/maven/org.yaml-snakeyaml-1.32
Bumps [snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 1.17 to 1.32.
- [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-1.32..v1.17)
---
updated-dependencies:
- dependency-name: org.yaml:snakeyaml
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -147,7 +147,7 @@ <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> - <version>1.17</version> + <version>1.32</version> <type>jar</type> <scope>provided</scope> </dependency> |