This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch wagon-3.x
in repository https://gitbox.apache.org/repos/asf/maven-wagon.git
The following commit(s) were added to refs/heads/wagon-3.x by this push:
new 1b5099d3 Bump org.apache.mina:mina-core from 2.2.4 to 2.2.5
1b5099d3 is described below
commit 1b5099d34095b0de3124ad7360109e6c80e29543
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Dec 14 10:15:46 2025 +0000
Bump org.apache.mina:mina-core from 2.2.4 to 2.2.5
Bumps [org.apache.mina:mina-core](https://github.com/apache/mina) from
2.2.4 to 2.2.5.
- [Commits](https://github.com/apache/mina/compare/2.2.4...2.2.5)
---
updated-dependencies:
- dependency-name: org.apache.mina:mina-core
dependency-version: 2.2.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
wagon-providers/wagon-ssh-common-test/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wagon-providers/wagon-ssh-common-test/pom.xml
b/wagon-providers/wagon-ssh-common-test/pom.xml
index 0bf919e8..c4532971 100644
--- a/wagon-providers/wagon-ssh-common-test/pom.xml
+++ b/wagon-providers/wagon-ssh-common-test/pom.xml
@@ -75,7 +75,7 @@ under the License.
<dependency>
<groupId>org.apache.mina</groupId>
<artifactId>mina-core</artifactId>
- <version>2.2.4</version>
+ <version>2.2.5</version>
<scope>compile</scope>
</dependency>
</dependencies>