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 b0663ee commit 33c59aeCopy full SHA for 33c59ae
bootstrapper-maven-plugin/pom.xml
@@ -58,7 +58,7 @@
58
<dependency>
59
<groupId>commons-io</groupId>
60
<artifactId>commons-io</artifactId>
61
- <version>2.19.0</version>
+ <version>2.20.0</version>
62
</dependency>
63
64
<groupId>com.github.spullara.mustache.java</groupId>
pom.xml
@@ -66,7 +66,7 @@
66
<micrometer-core.version>1.15.2</micrometer-core.version>
67
<caffeine.version>3.2.2</caffeine.version>
68
<mustache.version>0.9.14</mustache.version>
69
- <commons.io.version>2.19.0</commons.io.version>
+ <commons.io.version>2.20.0</commons.io.version>
70
<java.diff.version>4.16</java.diff.version>
71
72
<fmt-maven-plugin.version>2.11</fmt-maven-plugin.version>
0 commit comments