This is an automated email from the ASF dual-hosted git repository.
garydgregory 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 56437f611 Bump org.apache.mina:mina-core from 2.2.7 to 2.2.8 (#772)
56437f611 is described below
commit 56437f6117ad12a1e1895770ffe2afc4b1a59ca7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 13 18:14:38 2026 -0400
Bump org.apache.mina:mina-core from 2.2.7 to 2.2.8 (#772)
Bumps [org.apache.mina:mina-core](https://github.com/apache/mina) from
2.2.7 to 2.2.8.
- [Commits](https://github.com/apache/mina/compare/2.2.7...2.2.8)
---
updated-dependencies:
- dependency-name: org.apache.mina:mina-core
dependency-version: 2.2.8
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b00cc7d13..8aa789210 100644
--- a/pom.xml
+++ b/pom.xml
@@ -501,7 +501,7 @@
<dependency>
<groupId>org.apache.mina</groupId>
<artifactId>mina-core</artifactId>
- <version>2.2.7</version>
+ <version>2.2.8</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>