Skip to content
This repository was archived by the owner on Oct 29, 2019. It is now read-only.

Commit 94bab7d

Browse files
committed
version bump
1 parent 22cebfa commit 94bab7d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>
@@ -43,7 +43,7 @@
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>
@@ -54,7 +54,7 @@
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>

src/main/java/org/waarp/common/digest/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/** Provides the version information of Waarp Digest. */
44
public 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(); }

0 commit comments

Comments
 (0)