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-whisker.git
The following commit(s) were added to refs/heads/master by this push:
new ba36e69 WHISKER-19: Update commons-lang3
ba36e69 is described below
commit ba36e696259217ef93d4d8df1ffffc331369ca4a
Author: Hugo Hirsch <[email protected]>
AuthorDate: Tue May 18 12:54:59 2021 +0200
WHISKER-19: Update commons-lang3
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 17cc737..63583e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.4</version>
+ <version>3.12.0</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>