Skip to content

Commit d38d1f7

Browse files
committed
Bump bitcoinj-core and guava.
Signed-off-by: Markus Sabadello <[email protected]>
1 parent d108c66 commit d38d1f7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,16 @@
9898
</plugins>
9999
</build>
100100

101+
<dependencyManagement>
102+
<dependencies>
103+
<dependency>
104+
<groupId>com.google.guava</groupId>
105+
<artifactId>guava</artifactId>
106+
<version>30.0-jre</version>
107+
</dependency>
108+
</dependencies>
109+
</dependencyManagement>
110+
101111
<dependencies>
102112
<dependency>
103113
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)