This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch 2.2.X
in repository https://gitbox.apache.org/repos/asf/mina.git
The following commit(s) were added to refs/heads/2.2.X by this push:
new 23fab5cc6 Updated two mina-example dependencies
23fab5cc6 is described below
commit 23fab5cc669dd00b433f954a6d20d29f024ea897
Author: Emmanuel Lécharny <[email protected]>
AuthorDate: Tue Apr 21 15:22:45 2026 +0200
Updated two mina-example dependencies
---
mina-example/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mina-example/pom.xml b/mina-example/pom.xml
index 206d746ad..284387bca 100644
--- a/mina-example/pom.xml
+++ b/mina-example/pom.xml
@@ -83,13 +83,13 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
- <version>4.0</version>
+ <version>4.5.0</version>
</dependency>
<dependency>
<groupId>com.nqzero</groupId>
<artifactId>permit-reflect</artifactId>
- <version>0.3</version>
+ <version>0.4</version>
</dependency>
</dependencies>
</project>