Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
Fix issue Red5#37 by update dependency org.apache.mina:mina-core to version 2.0.21
  • Loading branch information
CVEDetect authored Oct 30, 2021
1 parent 7ecf731 commit abe73c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mqtt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
<dependency>
<groupId>org.apache.mina</groupId>
<artifactId>mina-core</artifactId>
<version>${mina.version}</version>
<version>2.0.21</version>
<type>bundle</type>
</dependency>
<dependency>
Expand Down

0 comments on commit abe73c7

Please sign in to comment.