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 <[email protected]> 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>
