You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rz...@apache.org on 2021/03/04 12:35:16 UTC

[tomee] branch tomee-7.1.x updated: TOMEE-2973 - Fixes RuntimeError due to too old example dependency towards commons-lang3 in v3.3.2

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

rzo1 pushed a commit to branch tomee-7.1.x
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/tomee-7.1.x by this push:
     new 6aa2d2c  TOMEE-2973 - Fixes RuntimeError due to too old example dependency towards commons-lang3 in v3.3.2
6aa2d2c is described below

commit 6aa2d2cf6bd5940fffa1746ec0e72f327e7757dc
Author: Richard Zowalla <13...@users.noreply.github.com>
AuthorDate: Thu Mar 4 13:35:01 2021 +0100

    TOMEE-2973 - Fixes RuntimeError due to too old example dependency towards commons-lang3 in v3.3.2
---
 examples/deltaspike-fullstack/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/deltaspike-fullstack/pom.xml b/examples/deltaspike-fullstack/pom.xml
index ef54511..4ea51bd 100644
--- a/examples/deltaspike-fullstack/pom.xml
+++ b/examples/deltaspike-fullstack/pom.xml
@@ -154,7 +154,7 @@
     <dependency>
       <artifactId>commons-lang3</artifactId>
       <groupId>org.apache.commons</groupId>
-      <version>3.3.2</version>
+      <version>3.8</version>
       <scope>provided</scope>
     </dependency>
     <dependency>