Skip to content

Commit 4064ba5

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-12817817
1 parent 3fc25bd commit 4064ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<java.version>1.8</java.version>
2323
<maven.compiler.source>1.8</maven.compiler.source>
2424
<maven.compiler.target>1.8</maven.compiler.target>
25-
<mybatis-plus.version>3.4.1</mybatis-plus.version>
25+
<mybatis-plus.version>3.5.8</mybatis-plus.version>
2626
<freemarker.version>2.3.31</freemarker.version>
2727
</properties>
2828

0 commit comments

Comments
 (0)