Skip to content

Commit 005f1ec

Browse files
committed
Update snakeyaml to 2.4
1 parent 8923583 commit 005f1ec

File tree

7 files changed

+10
-8
lines changed

7 files changed

+10
-8
lines changed

maven-bnd/tp/MavenBND.target

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3055,7 +3055,7 @@ SPDX-License-Identifier: EPL-2.0
30553055
<dependency>
30563056
<groupId>org.yaml</groupId>
30573057
<artifactId>snakeyaml</artifactId>
3058-
<version>2.3</version>
3058+
<version>2.4</version>
30593059
<type>jar</type>
30603060
</dependency>
30613061
</dependencies>

maven-osgi/tp/Maven.target

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<target name="Maven" sequenceNumber="1">
44
<locations>
55
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" missingManifest="error" type="Maven">
6-
<feature id="org.eclipse.orbit.maven.osgi.all" label="Orbit Maven OSGi All" provider-name="Eclipse Orbit" version="4.35.0.v20250214-1400">
6+
<feature id="org.eclipse.orbit.maven.osgi.all" label="Orbit Maven OSGi All" provider-name="Eclipse Orbit" version="4.35.0.v20250215-1500">
77
<description>This feature's dependencies are pulled directly from Maven central.</description>
88
<copyright>
99
Copyright (c) 2025 Eclipse contributors and others.
@@ -16,7 +16,7 @@ https://www.eclipse.org/legal/epl-2.0/
1616
SPDX-License-Identifier: EPL-2.0
1717
</copyright>
1818
<license url="https://www.eclipse.org/legal/epl-2.0/"/>
19-
<!-- SHA1 2af1c347e12019a01717567f3a9d80b6da205b3a -->
19+
<!-- SHA1 5791892f2e8f3ad17ff373cff8f5fb504b6d563e -->
2020
</feature>
2121
<dependencies>
2222
<dependency>
@@ -1673,7 +1673,7 @@ SPDX-License-Identifier: EPL-2.0
16731673
<dependency>
16741674
<groupId>org.yaml</groupId>
16751675
<artifactId>snakeyaml</artifactId>
1676-
<version>2.3</version>
1676+
<version>2.4</version>
16771677
<type>jar</type>
16781678
</dependency>
16791679
</dependencies>

report/maven-osgi/cdt-lsp/REPORT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
- [asm-tree](https://repo1.maven.org/maven2/org/ow2/asm/asm-tree/) **[9.7](https://repo1.maven.org/maven2/org/ow2/asm/asm-tree/9.7)** < [9.7.1](https://repo1.maven.org/maven2/org/ow2/asm/asm-tree/9.7.1/)
2727
- [asm-util](https://repo1.maven.org/maven2/org/ow2/asm/asm-util/) **[9.7](https://repo1.maven.org/maven2/org/ow2/asm/asm-util/9.7)** < [9.7.1](https://repo1.maven.org/maven2/org/ow2/asm/asm-util/9.7.1/)
2828
- [org.yaml](https://repo1.maven.org/maven2/org/yaml/)
29-
- [snakeyaml](https://repo1.maven.org/maven2/org/yaml/snakeyaml/) **[2.2](https://repo1.maven.org/maven2/org/yaml/snakeyaml/2.2)** < [2.3](https://repo1.maven.org/maven2/org/yaml/snakeyaml/2.3/)
29+
- [snakeyaml](https://repo1.maven.org/maven2/org/yaml/snakeyaml/) **[2.2](https://repo1.maven.org/maven2/org/yaml/snakeyaml/2.2)** < [2.4](https://repo1.maven.org/maven2/org/yaml/snakeyaml/2.4/)
3030

3131
## Major Updates
3232
- [jakarta.activation](https://repo1.maven.org/maven2/jakarta/activation/)

report/maven-osgi/cdt-lsp/updated.target

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
<dependency>
131131
<groupId>org.yaml</groupId>
132132
<artifactId>snakeyaml</artifactId>
133-
<version>2.3</version>
133+
<version>2.4</version>
134134
<type>jar</type>
135135
</dependency>
136136
<dependency>

report/maven-osgi/cdt/REPORT.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
- [gson](https://repo1.maven.org/maven2/com/google/code/gson/gson/) **[2.11.0](https://repo1.maven.org/maven2/com/google/code/gson/gson/2.11.0)** < [2.12.1](https://repo1.maven.org/maven2/com/google/code/gson/gson/2.12.1/)
66
- [org.assertj](https://repo1.maven.org/maven2/org/assertj/)
77
- [assertj-core](https://repo1.maven.org/maven2/org/assertj/assertj-core/) **[3.27.2](https://repo1.maven.org/maven2/org/assertj/assertj-core/3.27.2)** < [3.27.3](https://repo1.maven.org/maven2/org/assertj/assertj-core/3.27.3/)
8+
- [org.yaml](https://repo1.maven.org/maven2/org/yaml/)
9+
- [snakeyaml](https://repo1.maven.org/maven2/org/yaml/snakeyaml/) **[2.3](https://repo1.maven.org/maven2/org/yaml/snakeyaml/2.3)** < [2.4](https://repo1.maven.org/maven2/org/yaml/snakeyaml/2.4/)
810

911
## Major Updates
1012
- [jakarta.activation](https://repo1.maven.org/maven2/jakarta/activation/)

report/maven-osgi/cdt/updated.target

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
<dependency>
125125
<groupId>org.yaml</groupId>
126126
<artifactId>snakeyaml</artifactId>
127-
<version>2.3</version>
127+
<version>2.4</version>
128128
<type>jar</type>
129129
</dependency>
130130
<dependency>

report/maven-osgi/merged-target/REPORT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,4 +436,4 @@
436436
- [org.tukaani](https://repo1.maven.org/maven2/org/tukaani/)
437437
- [xz](https://repo1.maven.org/maven2/org/tukaani/xz/) **[1.10](https://repo1.maven.org/maven2/org/tukaani/xz/1.10)**
438438
- [org.yaml](https://repo1.maven.org/maven2/org/yaml/)
439-
- [snakeyaml](https://repo1.maven.org/maven2/org/yaml/snakeyaml/) **[2.3](https://repo1.maven.org/maven2/org/yaml/snakeyaml/2.3)**
439+
- [snakeyaml](https://repo1.maven.org/maven2/org/yaml/snakeyaml/) **[2.4](https://repo1.maven.org/maven2/org/yaml/snakeyaml/2.4)**

0 commit comments

Comments
 (0)