Skip to content

Commit 78830bf

Browse files
Bump org.yaml:snakeyaml from 1.33 to 2.0 in /api (#1661)
Bumps [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 1.33 to 2.0. - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.0..snakeyaml-1.33) --- updated-dependencies: - dependency-name: org.yaml:snakeyaml dependency-version: '2.0' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 10ec3b0 commit 78830bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
<dependency>
209209
<groupId>org.yaml</groupId>
210210
<artifactId>snakeyaml</artifactId>
211-
<version>1.33</version>
211+
<version>2.0</version>
212212
</dependency>
213213
</dependencies>
214214
<executions>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
<properties>
3737
<jackson.version>2.18.2</jackson.version>
38-
<snakeyaml.version>2.4</snakeyaml.version>
38+
<snakeyaml.version>2.0</snakeyaml.version>
3939
<bouncycastle.version>1.78.1</bouncycastle.version>
4040
<jjwt.version>0.12.6</jjwt.version>
4141
<org.apache.httpcomponents.client5.version>5.3.1</org.apache.httpcomponents.client5.version>

0 commit comments

Comments
 (0)