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 2ef02b1239 TOMEE-4452 - commons-pool2 2.12.1
2ef02b1239 is described below

commit 2ef02b1239adb38325dc807df05ff9b27e25b20d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 4 12:50:15 2025 +0100

    TOMEE-4452 - commons-pool2 2.12.1
    
    Bumps org.apache.commons:commons-pool2 from 2.12.0 to 2.12.1.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.commons:commons-pool2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 boms/tomee-microprofile/pom.xml | 2 +-
 boms/tomee-plume/pom.xml        | 2 +-
 boms/tomee-plus/pom.xml         | 2 +-
 boms/tomee-webprofile/pom.xml   | 2 +-
 pom.xml                         | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/boms/tomee-microprofile/pom.xml b/boms/tomee-microprofile/pom.xml
index a069b36522..2001a3b323 100644
--- a/boms/tomee-microprofile/pom.xml
+++ b/boms/tomee-microprofile/pom.xml
@@ -752,7 +752,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-pool2</artifactId>
-      <version>2.12.0</version>
+      <version>2.12.1</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
diff --git a/boms/tomee-plume/pom.xml b/boms/tomee-plume/pom.xml
index b3accd5675..602bcd4841 100644
--- a/boms/tomee-plume/pom.xml
+++ b/boms/tomee-plume/pom.xml
@@ -840,7 +840,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-pool2</artifactId>
-      <version>2.12.0</version>
+      <version>2.12.1</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
diff --git a/boms/tomee-plus/pom.xml b/boms/tomee-plus/pom.xml
index 0217c344bd..f1a4846b3d 100644
--- a/boms/tomee-plus/pom.xml
+++ b/boms/tomee-plus/pom.xml
@@ -840,7 +840,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-pool2</artifactId>
-      <version>2.12.0</version>
+      <version>2.12.1</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
diff --git a/boms/tomee-webprofile/pom.xml b/boms/tomee-webprofile/pom.xml
index 0a736c5576..69438d86f0 100644
--- a/boms/tomee-webprofile/pom.xml
+++ b/boms/tomee-webprofile/pom.xml
@@ -169,7 +169,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-pool2</artifactId>
-      <version>2.12.0</version>
+      <version>2.12.1</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
diff --git a/pom.xml b/pom.xml
index 06e6260915..fa018cb49c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -163,7 +163,7 @@
     <version.commons-io>2.18.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.0</version.commons-pool>
+    <version.commons-pool>2.12.1</version.commons-pool>
     <version.commons-fileupload>2.0.0-M2</version.commons-fileupload>
     
<version.commons-fileupload-servlet>2.0.0-M1</version.commons-fileupload-servlet>
 

Reply via email to