Bump snakeyaml from 1.26 to 1.30

This commit is contained in:
Andreas Dangel 2021-12-20 10:43:05 +01:00
parent 38950fef96
commit c454d2c167
No known key found for this signature in database
GPG Key ID: 93450DF2DF9A3FA3
3 changed files with 6 additions and 2 deletions

View File

@ -117,7 +117,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.26</version>
<!-- apex jorje actually depends on 1.17 (https://github.com/forcedotcom/salesforcedx-vscode/commit/631b8cfb85cff5e989bfea13bca681b6cedcb003) -->
</dependency>
<dependency>
<groupId>aopalliance</groupId>

View File

@ -98,7 +98,6 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.26</version>
</dependency>
<dependency>

View File

@ -724,6 +724,11 @@
<artifactId>gson</artifactId>
<version>2.8.9</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.30</version>
</dependency>
<!-- TEST DEPENDENCIES -->