Skip to content

Commit f72495d

Browse files
Bump snakeyaml from 1.21 to 1.26 (#3646)
* Bump snakeyaml from 1.21 to 1.26 Bumps [snakeyaml](https://bitbucket.org/asomov/snakeyaml) from 1.21 to 1.26. - [Commits](https://bitbucket.org/asomov/snakeyaml/branches/compare/snakeyaml-1.26..snakeyaml-1.21) --- updated-dependencies: - dependency-name: org.yaml:snakeyaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Update to Snakeyaml 1.29 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brian de Alwis <[email protected]>
1 parent 0a9772b commit f72495d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

eclipse/ide-target-platform/category.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<bundle id="org.apache.commons.commons-compress" version="0.0.0"/>
3737
<bundle id="jackson-core-asl" version="1.9.13"/>
3838
<bundle id="com.fasterxml.jackson.core.jackson-core" version="0.0.0"/>
39-
<bundle id="org.yaml.snakeyaml" version="1.21"/>
39+
<bundle id="org.yaml.snakeyaml" version="1.29"/>
4040
<bundle id="org.glassfish.javax.json" version="1.0.4"/>
4141

4242
<!--

features/com.google.cloud.tools.eclipse.3rdparty.feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
id="org.yaml.snakeyaml"
107107
download-size="0"
108108
install-size="0"
109-
version="1.21.0"
109+
version="1.29.0"
110110
unpack="false"/>
111111

112112
<plugin

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
<!-- bundle: org.yaml.snakeyaml -->
151151
<groupId>org.yaml</groupId>
152152
<artifactId>snakeyaml</artifactId>
153-
<version>1.21</version>
153+
<version>1.29</version>
154154
</dependency>
155155
<dependency>
156156
<!-- bundle: org.glassfish.javax.json -->

0 commit comments

Comments
 (0)