We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0e81c0 commit 494b48fCopy full SHA for 494b48f
bootstrapper-maven-plugin/pom.xml
@@ -58,7 +58,7 @@
58
<dependency>
59
<groupId>commons-io</groupId>
60
<artifactId>commons-io</artifactId>
61
- <version>2.16.0</version>
+ <version>2.16.1</version>
62
</dependency>
63
64
<groupId>com.github.spullara.mustache.java</groupId>
pom.xml
@@ -59,7 +59,7 @@
<caffeine.version>3.1.8</caffeine.version>
<jenvtest.version>0.9.6</jenvtest.version>
<mustache.version>0.9.11</mustache.version>
- <commons.io.version>2.16.0</commons.io.version>
+ <commons.io.version>2.16.1</commons.io.version>
<fmt-maven-plugin.version>2.11</fmt-maven-plugin.version>
65
<maven-compiler-plugin.version>3.12.1</maven-compiler-plugin.version>
0 commit comments