Skip to content

Commit d422553

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGBOUNCYCASTLE-8731360
1 parent 719834c commit d422553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>org.web3j</groupId>
2929
<artifactId>core</artifactId>
30-
<version>4.5.14</version>
30+
<version>4.8.9-android</version>
3131
</dependency>
3232
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
3333
<dependency>

0 commit comments

Comments
 (0)