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:44 UTC

[tomee] branch tomee-7.0.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.0.x
in repository https://gitbox.apache.org/repos/asf/tomee.git


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

commit cf917accf981641c34a4435505b299247d6f122d
Author: Richard Zowalla <13...@users.noreply.github.com>
AuthorDate: Thu Mar 4 13:35:30 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 657960e..e43e462 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>