We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b4bbd6 commit dae6421Copy full SHA for dae6421
bootstrapper-maven-plugin/pom.xml
@@ -56,7 +56,7 @@
56
<dependency>
57
<groupId>commons-io</groupId>
58
<artifactId>commons-io</artifactId>
59
- <version>2.15.0</version>
+ <version>2.15.1</version>
60
</dependency>
61
62
<groupId>com.github.spullara.mustache.java</groupId>
pom.xml
@@ -59,7 +59,7 @@
<caffeine.version>3.1.3</caffeine.version>
<jenvtest.version>0.9.0</jenvtest.version>
<mustache.version>0.9.10</mustache.version>
- <commons.io.version>2.15.0</commons.io.version>
+ <commons.io.version>2.15.1</commons.io.version>
63
64
<fmt-maven-plugin.version>2.11</fmt-maven-plugin.version>
65
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
0 commit comments