You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2021/07/17 18:18:54 UTC

[creadur-rat] 03/18: RAT-283: Upgrade to latest commons-lang3 3.12.0

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

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git

commit ca808fe421f45f79cf3ed181ac8ca9856866b8dc
Author: P. Ottlinger <po...@apache.org>
AuthorDate: Thu Jul 15 19:33:49 2021 +0200

    RAT-283: Upgrade to latest commons-lang3 3.12.0
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8b1c8a2..97b9271 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,8 +90,7 @@ agnostic home for software distribution comprehension and audit tools.
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-lang3</artifactId>
-        <!--  later versions require Java 1.6+ -->
-        <version>3.5</version>
+        <version>3.12.0</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>