This repository was archived by the owner on Oct 29, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/java/org/waarp/common/digest Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22 <modelVersion >4.0.0</modelVersion >
33 <artifactId >WaarpDigest</artifactId >
44 <name >Waarp Digest</name >
5- <version >3.0.5 </version >
5+ <version >3.0.6 </version >
66 <description >This project allows support of Digest (MD5, SHA1, CRC) for Commons Waarp project.</description >
77 <url >http://waarp.github.com/WaarpDigest</url >
88 <inceptionYear >2009</inceptionYear >
4343 <dependency >
4444 <groupId >io.netty</groupId >
4545 <artifactId >netty-all</artifactId >
46- <version >4.1.33 .Final</version >
46+ <version >4.1.37 .Final</version >
4747 </dependency >
4848 <dependency >
4949 <groupId >junit</groupId >
5454 <dependency >
5555 <groupId >org.javassist</groupId >
5656 <artifactId >javassist</artifactId >
57- <version >3.24.1 -GA</version >
57+ <version >3.25.0 -GA</version >
5858 </dependency >
5959 <!-- <dependency>
6060 <groupId>io.netty</groupId>
Original file line number Diff line number Diff line change 33/** Provides the version information of Waarp Digest. */
44public final class Version {
55 /** The version identifier. */
6- public static final String ID = "3.0.4 " ;
6+ public static final String ID = "3.0.6 " ;
77 /** Prints out the version identifier to stdout. */
88 public static void main (String [] args ) { System .out .println (ID ); }
99 private Version () { super (); }
You can’t perform that action at this time.
0 commit comments