You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2021/08/12 08:02:33 UTC

[maven-release] branch master updated: Bump commons-lang3 from 3.7 to 3.12.0 (#69)

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

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-release.git


The following commit(s) were added to refs/heads/master by this push:
     new 89850d3  Bump commons-lang3 from 3.7 to 3.12.0 (#69)
89850d3 is described below

commit 89850d3da6fe2ba3ccef3914c4dfe5e50365aecf
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Aug 12 18:02:27 2021 +1000

    Bump commons-lang3 from 3.7 to 3.12.0 (#69)
    
    Bumps commons-lang3 from 3.7 to 3.12.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.commons:commons-lang3
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 maven-release-manager/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-release-manager/pom.xml b/maven-release-manager/pom.xml
index e747dd1..affe8ae 100644
--- a/maven-release-manager/pom.xml
+++ b/maven-release-manager/pom.xml
@@ -97,7 +97,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <version>3.7</version>
+      <version>3.12.0</version>
     </dependency>
     <dependency>
       <groupId>commons-cli</groupId>