This is an automated email from the ASF dual-hosted git repository.
jungm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/main by this push:
new b0e7dfe3aa Bump commons-io:commons-io from 2.18.0 to 2.19.0
b0e7dfe3aa is described below
commit b0e7dfe3aa61e1cf476a5332291ddab20201e1f0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 14 04:18:04 2025 +0000
Bump commons-io:commons-io from 2.18.0 to 2.19.0
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]>
---
examples/simple-webservice-without-interface/pom.xml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/examples/simple-webservice-without-interface/pom.xml
b/examples/simple-webservice-without-interface/pom.xml
index aac61bc627..97c00416ac 100644
--- a/examples/simple-webservice-without-interface/pom.xml
+++ b/examples/simple-webservice-without-interface/pom.xml
@@ -83,7 +83,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.18.0</version>
+ <version>2.19.0</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/pom.xml b/pom.xml
index 2ea54b5bd6..bc8dfbc09e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,7 +159,7 @@
<version.commons-codec>1.18.0</version.commons-codec>
<version.commons-dbcp2>2.13.0</version.commons-dbcp2>
<version.commons-discovery>0.5</version.commons-discovery>
- <version.commons-io>2.18.0</version.commons-io>
+ <version.commons-io>2.19.0</version.commons-io>
<version.commons-lang3>3.17.0</version.commons-lang3>
<version.commons-net>3.11.1</version.commons-net>
<version.commons-pool>2.12.1</version.commons-pool>