Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 9466111

Browse files
committed
Bump com.rfksystems:blake2b from 1.0.0 to 2.0.0
1 parent 53c26b9 commit 9466111

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>com.rfksystems</groupId>
6565
<artifactId>blake2b</artifactId>
66-
<version>1.0.0</version>
66+
<version>2.0.0</version>
6767
</dependency>
6868
<dependency>
6969
<groupId>org.apache.commons</groupId>

src/main/java/module-info.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module no.uio.ifi.crypt4gh {
2-
requires blake2b;
2+
requires com.rfksystems.blake2b;
33
requires org.apache.commons.lang3;
44
requires org.apache.commons.io;
55
requires org.apache.commons.cli;

0 commit comments

Comments
 (0)