This is an automated email from the ASF dual-hosted git repository.

rzo1 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 abd93e07b3 TOMEE-4362 Commons IO 2.16.1
abd93e07b3 is described below

commit abd93e07b3e9994d4e73b4194f2617b46f98b173
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 8 20:23:20 2024 +0200

    TOMEE-4362 Commons IO 2.16.1
    
    Bumps commons-io:commons-io from 2.0.1 to 2.16.1.
    
    ---
    updated-dependencies:
    - dependency-name: commons-io:commons-io
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 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 3db9163461..4b6c28b5e7 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.0.1</version>
+      <version>2.16.1</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
diff --git a/pom.xml b/pom.xml
index 13d23d290b..cccb2a2fc4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -162,7 +162,7 @@
     <version.commons-collections>3.2.2</version.commons-collections>
     <version.commons-dbcp2>2.11.0</version.commons-dbcp2>
     <version.commons-discovery>0.5</version.commons-discovery>
-    <version.commons-io>2.15.0</version.commons-io>
+    <version.commons-io>2.16.1</version.commons-io>
     <version.commons-jcs-cache>2.1</version.commons-jcs-cache>
     <version.commons-lang3>3.14.0</version.commons-lang3>
     <version.commons-net>3.9.0</version.commons-net>

Reply via email to