fix: mybatis-flex-test/mybatis-flex-spring-test/pom.xml to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMH2DATABASE-1769238
- https://snyk.io/vuln/SNYK-JAVA-COMH2DATABASE-2331071
- https://snyk.io/vuln/SNYK-JAVA-COMH2DATABASE-2348247
- https://snyk.io/vuln/SNYK-JAVA-ORGYAML-3152153
This commit is contained in:
snyk-bot 2023-05-26 01:16:22 +00:00
parent 10e610db44
commit f0ee16cbfe
No known key found for this signature in database
GPG Key ID: 5D98975276F8B078

View File

@ -37,13 +37,13 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.33</version>
<version>2.0</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.199</version>
<version>2.1.210</version>
</dependency>
<dependency>