This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/struts-examples.git
The following commit(s) were added to refs/heads/main by this push: new c73d4af Bump commons-beanutils:commons-beanutils from 1.9.4 to 1.10.1 (#419) c73d4af is described below commit c73d4af44084227ffec8827012e8c7f06cd3e93e Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Mar 4 16:43:38 2025 +0100 Bump commons-beanutils:commons-beanutils from 1.9.4 to 1.10.1 (#419) Bumps commons-beanutils:commons-beanutils from 1.9.4 to 1.10.1. --- updated-dependencies: - dependency-name: commons-beanutils:commons-beanutils dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- mailreader2/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailreader2/pom.xml b/mailreader2/pom.xml index 0a85911..f64d24d 100644 --- a/mailreader2/pom.xml +++ b/mailreader2/pom.xml @@ -50,7 +50,7 @@ <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> - <version>1.9.4</version> + <version>1.10.1</version> </dependency> </dependencies>