This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-digester.git
The following commit(s) were added to refs/heads/master by this push: new bf8a419 [DIGESTER-187] Update Apache Commons Bean Utils from 1.8.3 to 1.9.4. bf8a419 is described below commit bf8a4196956e09d4b44077a7bf5541f58e51430f Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Jun 11 08:30:53 2020 -0400 [DIGESTER-187] Update Apache Commons Bean Utils from 1.8.3 to 1.9.4. 1.9.3 -> 1.9.4. --- core/pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index b24b9bf..665fd44 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -42,7 +42,7 @@ <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> - <version>1.9.3</version> + <version>1.9.4</version> </dependency> <dependency> <groupId>commons-logging</groupId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 11da478..15df3e3 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -69,7 +69,7 @@ Update Java requirement from version 5 to 6. </action> <action dev="ggregory" type="update" issue="DIGESTER-187"> - Update Apache Commons Bean Utils from 1.8.3 to 1.9.3. + Update Apache Commons Bean Utils from 1.8.3 to 1.9.4. </action> <action dev="ggregory" type="update" issue="DIGESTER-188"> Update cglib from 2.2.2 to 3.2.5.