This is an automated email from the ASF dual-hosted git repository. tv pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jcs.git
The following commit(s) were added to refs/heads/master by this push: new 3dfdef4 Fix dependabot complaint in unused module. Sigh. 3dfdef4 is described below commit 3dfdef41f71b455589500e73d9c76a6400c33499 Author: Thomas Vandahl <t...@apache.org> AuthorDate: Sun Mar 28 18:59:34 2021 +0200 Fix dependabot complaint in unused module. Sigh. --- commons-jcs-sandbox/yajcache/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-jcs-sandbox/yajcache/pom.xml b/commons-jcs-sandbox/yajcache/pom.xml index 803866e..32c6a66 100644 --- a/commons-jcs-sandbox/yajcache/pom.xml +++ b/commons-jcs-sandbox/yajcache/pom.xml @@ -35,7 +35,7 @@ <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> - <version>1.9.2</version> + <version>1.9.4</version> </dependency> <dependency> <groupId>org.apache.commons</groupId>