This is an automated email from the ASF dual-hosted git repository.
hansva 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 4bf9c485f4 Bump org.apache.mina:mina-core from 2.2.6 to 2.2.7 in
/engine (#7109)
4bf9c485f4 is described below
commit 4bf9c485f46902e6a1b9caac20b48610c6e2e11b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu May 7 14:58:03 2026 +0200
Bump org.apache.mina:mina-core from 2.2.6 to 2.2.7 in /engine (#7109)
Bumps [org.apache.mina:mina-core](https://github.com/apache/mina) from
2.2.6 to 2.2.7.
- [Commits](https://github.com/apache/mina/compare/2.2.6...2.2.7)
---
updated-dependencies:
- dependency-name: org.apache.mina:mina-core
dependency-version: 2.2.7
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 61812eb880..821e281bd4 100644
--- a/engine/pom.xml
+++ b/engine/pom.xml
@@ -37,7 +37,7 @@
<jakarta.xml.ws-api.version>4.0.3</jakarta.xml.ws-api.version>
<jersey2.version>3.1.11</jersey2.version>
<!-- mina override remove when updating jaas-->
- <mina.core.version>2.2.6</mina.core.version>
+ <mina.core.version>2.2.7</mina.core.version>
<snappy-java.version>1.1.10.8</snappy-java.version>
</properties>