You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ro...@apache.org on 2021/03/02 15:34:35 UTC

[aries-jax-rs-whiteboard] branch master updated: Bump commons-lang3 from 3.11 to 3.12.0

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

rotty3000 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-jax-rs-whiteboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 7323b67  Bump commons-lang3 from 3.11 to 3.12.0
7323b67 is described below

commit 7323b677c28379445b23436eb18a87e67e7f39e7
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Mar 2 05:53:22 2021 +0000

    Bump commons-lang3 from 3.11 to 3.12.0
    
    Bumps commons-lang3 from 3.11 to 3.12.0.
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 integrations/openapi/openapi-itest/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integrations/openapi/openapi-itest/pom.xml b/integrations/openapi/openapi-itest/pom.xml
index 8a4f122..8001ce0 100644
--- a/integrations/openapi/openapi-itest/pom.xml
+++ b/integrations/openapi/openapi-itest/pom.xml
@@ -70,7 +70,7 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-lang3</artifactId>
-            <version>3.11</version>
+            <version>3.12.0</version>
             <scope>runtime</scope>
         </dependency>
         <dependency>