We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb9d3c9 commit 54bbbd9Copy full SHA for 54bbbd9
pom.xml
@@ -18,7 +18,7 @@
18
<maven.compiler.target>11</maven.compiler.target>
19
<spring-boot.version>2.7.16</spring-boot.version>
20
<commons-beanutils.version>1.9.4</commons-beanutils.version>
21
- <commons-io.version>2.11.0</commons-io.version>
+ <commons-io.version>2.14.0</commons-io.version>
22
<httpclient.version>4.5.13</httpclient.version>
23
<jjwt.version>0.9.1</jjwt.version>
24
<spring-security-test.version>5.8.7</spring-security-test.version>
@@ -326,8 +326,8 @@
326
<artifactId>properties-maven-plugin</artifactId>
327
<version>1.0.0</version>
328
<configuration>
329
- <outputFile />
330
- <properties />
+ <outputFile/>
+ <properties/>
331
<files>
332
<file>${ext.prop.dir}/application.properties</file>
333
</files>
0 commit comments