This is an automated email from the ASF dual-hosted git repository.
mattcasters pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git
The following commit(s) were added to refs/heads/main by this push:
new 91a2197773 Bump org.apache.mina:mina-core from 2.2.7 to 2.2.8 in
/engine (#7518)
91a2197773 is described below
commit 91a219777388cd55bb653be5c87c4952832748f5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 13 20:38:59 2026 +0200
Bump org.apache.mina:mina-core from 2.2.7 to 2.2.8 in /engine (#7518)
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>
---
engine/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/engine/pom.xml b/engine/pom.xml
index 0d490c0f3e..6737dba305 100644
--- a/engine/pom.xml
+++ b/engine/pom.xml
@@ -32,7 +32,7 @@
<commons-validator.version>1.10.1</commons-validator.version>
<!-- jakarta.* API versions are managed centrally in hop-libs -->
<!-- mina override remove when updating jaas-->
- <mina.core.version>2.2.7</mina.core.version>
+ <mina.core.version>2.2.8</mina.core.version>
<snappy-java.version>1.1.10.8</snappy-java.version>
</properties>