You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/05/27 11:30:13 UTC

[maven-shared-utils] 01/01: update to commons-lang 3.8.1

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

elharo pushed a commit to branch deps
in repository https://gitbox.apache.org/repos/asf/maven-shared-utils.git

commit aca561eedccfa3e3ecc0f51d0d11fa67e7ed294e
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Wed May 27 07:29:48 2020 -0400

    update to commons-lang 3.8.1
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1800bb9..772d794 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,13 +94,13 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <version>3.4</version>
+      <version>3.8.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>com.google.code.findbugs</groupId>
       <artifactId>jsr305</artifactId>
-      <version>3.0.0</version>
+      <version>3.0.2</version>
       <scope>provided</scope>
     </dependency>
     <!--