Skip to content

Commit

Permalink
chore: Bump bitcoinj to 0.15.8.
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Sabadello <markus@danubetech.com>
  • Loading branch information
peacekeeper committed Apr 10, 2020
1 parent 4295989 commit b9c80a8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,16 @@

</build>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>28.2-jre</version>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>

<dependency>
Expand Down Expand Up @@ -111,7 +121,7 @@
<dependency>
<groupId>org.bitcoinj</groupId>
<artifactId>bitcoinj-core</artifactId>
<version>0.15.2</version>
<version>0.15.8</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit b9c80a8

Please sign in to comment.