Skip to content

Commit

Permalink
build(deps): bump org.yaml:snakeyaml from 2.1 to 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Nov 7, 2023
1 parent 42bf1fb commit 36e5029
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.tm4e.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Require-Bundle: com.google.gson;bundle-version="[2.10.1,3.0.0)",
org.apache.batik.util;bundle-version="[1.16.0,2.0.0)";resolution:=optional,
org.jcodings;bundle-version="[1.0.58,2.0.0)",
org.joni;bundle-version="[2.2.1,3.0.0)",
org.yaml.snakeyaml;bundle-version="[2.1.0,3.0.0)"
org.yaml.snakeyaml;bundle-version="[2.2.0,3.0.0)"
Import-Package: org.w3c.css.sac;resolution:=optional,
org.w3c.css.sac.helpers;resolution:=optional,
org.w3c.dom.css
Expand Down
2 changes: 1 addition & 1 deletion target-platform/tm4e-target.target
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.1</version>
<version>2.2</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down

0 comments on commit 36e5029

Please sign in to comment.