Merge pull request #669 from Alfresco/feature/ACS-3492_bump_snakeyaml_to_1_31

ACS-3492: bump snakeyaml version to 1.31
This commit is contained in:
Vítor Moreira 2022-09-06 16:25:59 +01:00 committed by GitHub
commit 9308cce484
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -248,6 +248,11 @@
<artifactId>junit</artifactId>
<version>${dependency.junit.version}</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.31</version>
</dependency>
</dependencies>
</dependencyManagement>