Skip to content

Commit

Permalink
build(deps): bump snakeyaml from 2.0 to 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Aug 13, 2023
1 parent 82b45d0 commit 698f0f6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 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 @@ -11,7 +11,7 @@ Require-Bundle: org.apache.batik.css;bundle-version="[1.9.1,2.0.0)";resolution:=
com.google.guava;bundle-version="[32.0.0,33.0.0)",
org.jcodings;bundle-version="[1.0.57,2.0.0)",
org.joni;bundle-version="[2.2.1,3.0.0)",
org.yaml.snakeyaml;bundle-version="[2.0.0,3.0.0)"
org.yaml.snakeyaml;bundle-version="[2.1.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
44 changes: 22 additions & 22 deletions target-platform/tm4e-target.target
Original file line number Diff line number Diff line change
Expand Up @@ -23,26 +23,26 @@
<!-- 4.28 = Eclipse 2023-06 -->
<repository location="https://download.eclipse.org/eclipse/updates/4.28/"/>
</location>
<location includeDependencyDepth="direct" includeDependencyScopes="compile" includeSource="true" missingManifest="generate" type="Maven">
<dependencies>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.0</version>
<type>jar</type>
</dependency>
</dependencies>
</location>
<location includeDependencyDepth="direct" includeDependencyScopes="compile" includeSource="true" missingManifest="generate" type="Maven">
<dependencies>
<dependency>
<groupId>org.jruby.joni</groupId>
<artifactId>joni</artifactId>
<version>2.2.1</version>
<type>jar</type>
</dependency>
</dependencies>
<instructions><![CDATA[
<location includeDependencyDepth="direct" includeDependencyScopes="compile" includeSource="true" missingManifest="generate" type="Maven">
<dependencies>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.1</version>
<type>jar</type>
</dependency>
</dependencies>
</location>
<location includeDependencyDepth="direct" includeDependencyScopes="compile" includeSource="true" missingManifest="generate" type="Maven">
<dependencies>
<dependency>
<groupId>org.jruby.joni</groupId>
<artifactId>joni</artifactId>
<version>2.2.1</version>
<type>jar</type>
</dependency>
</dependencies>
<instructions><![CDATA[
Bundle-Name: Bundle derived from maven artifact ${mvnGroupId}:${mvnArtifactId}:${mvnVersion}
version: ${version_cleanup;${mvnVersion}}
Bundle-SymbolicName: org.${mvnArtifactId}
Expand All @@ -51,7 +51,7 @@ Import-Package: *;resolution:=optional
Export-Package: *;version="${version}";-noimport:=true
DynamicImport-Package: *
]]></instructions>
</location>
</location>
</locations>
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
</target>
</target>

0 comments on commit 698f0f6

Please sign in to comment.