Skip to content

Commit

Permalink
build(deps): bump snakeyaml-engine from 2.7 to 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Jan 14, 2025
1 parent 34f56c7 commit 7197ec0
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.snakeyaml.engine;bundle-version="[2.7.0,3.0.0)"
org.snakeyaml.engine;bundle-version="[2.8.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-platforms/oldest.target
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>org.snakeyaml</groupId>
<artifactId>snakeyaml-engine</artifactId>
<version>2.7</version>
<version>2.8</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down

0 comments on commit 7197ec0

Please sign in to comment.