!42 Fix the Limited Path Traversal Vulnerability in the old version of Apache

Merge pull request !42 from willowwy/master
This commit is contained in:
opengauss-bot 2023-05-04 12:47:17 +00:00 committed by Gitee
commit 074c462f4f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.1.0</version>
<version>3.3.0</version>
<configuration>
<encoding>${project.build.sourceEncoding}</encoding>
</configuration>