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

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-examples.git


The following commit(s) were added to refs/heads/master by this push:
     new 852cfcd  Overrides commons-beanutils
852cfcd is described below

commit 852cfcd3653656a0fa1005c41964c1471acf8976
Author: Lukasz Lenart <[email protected]>
AuthorDate: Fri Dec 27 09:02:25 2019 +0100

    Overrides commons-beanutils
---
 mailreader2/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/mailreader2/pom.xml b/mailreader2/pom.xml
index 0435d7b..f87e24f 100644
--- a/mailreader2/pom.xml
+++ b/mailreader2/pom.xml
@@ -46,6 +46,13 @@
             <version>3.2</version>
         </dependency>
 
+        <!-- commons-digester3 is using outdated version -->
+        <dependency>
+            <groupId>commons-beanutils</groupId>
+            <artifactId>commons-beanutils</artifactId>
+            <version>1.9.4</version>
+        </dependency>
+
         <dependency>
             <groupId>javax.servlet</groupId>
             <artifactId>javax.servlet-api</artifactId>

Reply via email to