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 e59cd49fb8 TOMEE-4346 - Bump org.apache.commons:commons-lang3 from
3.11 to 3.14.0 (#1174)
e59cd49fb8 is described below
commit e59cd49fb8396bfad55b225d5032ff26b340a963
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu May 30 19:59:23 2024 +0200
TOMEE-4346 - Bump org.apache.commons:commons-lang3 from 3.11 to 3.14.0
(#1174)
Bumps org.apache.commons:commons-lang3 from 3.11 to 3.14.0.
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
dependency-type: direct:development
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>
---
boms/tomee-microprofile/pom.xml | 2 +-
boms/tomee-plume/pom.xml | 2 +-
boms/tomee-plus/pom.xml | 2 +-
boms/tomee-webprofile/pom.xml | 2 +-
examples/arquillian-jpa/pom.xml | 2 +-
pom.xml | 2 +-
tomee/tomee-juli/pom.xml | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/boms/tomee-microprofile/pom.xml b/boms/tomee-microprofile/pom.xml
index 5e573df0cc..f13aa68a1f 100644
--- a/boms/tomee-microprofile/pom.xml
+++ b/boms/tomee-microprofile/pom.xml
@@ -576,7 +576,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.13.0</version>
+ <version>3.14.0</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
diff --git a/boms/tomee-plume/pom.xml b/boms/tomee-plume/pom.xml
index 11515739bc..d3a6afd36c 100644
--- a/boms/tomee-plume/pom.xml
+++ b/boms/tomee-plume/pom.xml
@@ -686,7 +686,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.13.0</version>
+ <version>3.14.0</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
diff --git a/boms/tomee-plus/pom.xml b/boms/tomee-plus/pom.xml
index 16a42c837c..7efda24008 100644
--- a/boms/tomee-plus/pom.xml
+++ b/boms/tomee-plus/pom.xml
@@ -686,7 +686,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.13.0</version>
+ <version>3.14.0</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
diff --git a/boms/tomee-webprofile/pom.xml b/boms/tomee-webprofile/pom.xml
index 550f5b5960..b5e5186743 100644
--- a/boms/tomee-webprofile/pom.xml
+++ b/boms/tomee-webprofile/pom.xml
@@ -158,7 +158,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.13.0</version>
+ <version>3.14.0</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
diff --git a/examples/arquillian-jpa/pom.xml b/examples/arquillian-jpa/pom.xml
index 2fed7f471c..7e94ed22c3 100644
--- a/examples/arquillian-jpa/pom.xml
+++ b/examples/arquillian-jpa/pom.xml
@@ -75,7 +75,7 @@ language governing permissions and limitations under the
License. -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.11</version>
+ <version>3.14.0</version>
</dependency>
<dependency>
<groupId>org.apache.tomee</groupId>
diff --git a/pom.xml b/pom.xml
index 9530936f29..ccffcf2f77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -164,7 +164,7 @@
<version.commons-discovery>0.5</version.commons-discovery>
<version.commons-io>2.15.0</version.commons-io>
<version.commons-jcs-cache>2.1</version.commons-jcs-cache>
- <version.commons-lang3>3.13.0</version.commons-lang3>
+ <version.commons-lang3>3.14.0</version.commons-lang3>
<version.commons-net>3.9.0</version.commons-net>
<version.commons-pool>2.12.0</version.commons-pool>
<version.commons-fileupload>2.0.0-M2</version.commons-fileupload>
diff --git a/tomee/tomee-juli/pom.xml b/tomee/tomee-juli/pom.xml
index cbb928b2ba..7884943af4 100644
--- a/tomee/tomee-juli/pom.xml
+++ b/tomee/tomee-juli/pom.xml
@@ -70,7 +70,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.11</version>
+ <version>3.14.0</version>
<scope>test</scope>
</dependency>
</dependencies>