This is an automated email from the ASF dual-hosted git repository.
tristan pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/flume.git
The following commit(s) were added to refs/heads/trunk by this push:
new 15b797d9 Bump mina-core from 2.0.4 to 2.1.5 (#364)
15b797d9 is described below
commit 15b797d9a855b6cde46bb54128e4fb5c34a4adfc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed May 4 11:48:08 2022 +0100
Bump mina-core from 2.0.4 to 2.1.5 (#364)
Bumps [mina-core](https://github.com/apache/mina) from 2.0.4 to 2.1.5.
- [Release notes](https://github.com/apache/mina/releases)
- [Commits](https://github.com/apache/mina/compare/2.0.4...2.1.5)
---
updated-dependencies:
- dependency-name: org.apache.mina:mina-core
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 1a420283..350380a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,7 +87,7 @@ limitations under the License.
<lifecycle-mapping.version>1.0.0</lifecycle-mapping.version>
<log4j.version>2.17.1</log4j.version>
<mapdb.version>0.9.9</mapdb.version>
- <mina.version>2.0.4</mina.version>
+ <mina.version>2.1.5</mina.version>
<mockito.version>1.9.0</mockito.version>
<mvn-antrun-plugin.version>1.8</mvn-antrun-plugin.version>
<mvn-assembly-plugin.version>3.1.0</mvn-assembly-plugin.version>