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-vfs.git
The following commit(s) were added to refs/heads/master by this push: new 60d12916 Bump org.apache.mina:mina-core from 2.1.8 to 2.1.10 (#646) 60d12916 is described below commit 60d12916c5b6e5477216929a4938089af94782c2 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Dec 23 12:33:13 2024 -0500 Bump org.apache.mina:mina-core from 2.1.8 to 2.1.10 (#646) * Bump org.apache.mina:mina-core from 2.1.8 to 2.2.4 Bumps [org.apache.mina:mina-core](https://github.com/apache/mina) from 2.1.8 to 2.2.4. - [Commits](https://github.com/apache/mina/compare/2.1.8...2.2.4) --- updated-dependencies: - dependency-name: org.apache.mina:mina-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> * Update pom.xml --------- Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gary Gregory <garydgreg...@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b9a552e4..1281da09 100644 --- a/pom.xml +++ b/pom.xml @@ -512,7 +512,7 @@ <dependency> <groupId>org.apache.mina</groupId> <artifactId>mina-core</artifactId> - <version>2.1.8</version> + <version>2.1.10</version> </dependency> <dependency> <groupId>org.bouncycastle</groupId>