Skip to content

Commit 0459fa4

Browse files
chore(deps): bump commons-io:commons-io from 2.18.0 to 2.19.0 (#2768)
Bumps commons-io:commons-io from 2.18.0 to 2.19.0. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-version: 2.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6c738fd commit 0459fa4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bootstrapper-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>commons-io</groupId>
6060
<artifactId>commons-io</artifactId>
61-
<version>2.18.0</version>
61+
<version>2.19.0</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>com.github.spullara.mustache.java</groupId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<micrometer-core.version>1.14.6</micrometer-core.version>
7575
<caffeine.version>3.2.0</caffeine.version>
7676
<mustache.version>0.9.14</mustache.version>
77-
<commons.io.version>2.18.0</commons.io.version>
77+
<commons.io.version>2.19.0</commons.io.version>
7878
<java.diff.version>4.15</java.diff.version>
7979

8080
<fmt-maven-plugin.version>2.11</fmt-maven-plugin.version>

0 commit comments

Comments
 (0)