Skip to content

Commit 2c86115

Browse files
committed
fix: pom.xml & inception-humanprotocol-adapter/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-10500754 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-7569538
1 parent 0064d23 commit 2c86115

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

inception-humanprotocol-adapter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<dependency>
9191
<groupId>org.web3j</groupId>
9292
<artifactId>core</artifactId>
93-
<version>4.9.7</version>
93+
<version>4.12.0</version>
9494
</dependency>
9595

9696
<!-- Servlet -->

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<spring.boot.version>2.7.0</spring.boot.version>
3030
<inception.version>24.3</inception.version>
3131
<awssdk.version>2.17.207</awssdk.version>
32-
<aws-java-sdk.version>1.12.672</aws-java-sdk.version>
32+
<aws-java-sdk.version>1.12.787</aws-java-sdk.version>
3333
</properties>
3434

3535
<repositories>

0 commit comments

Comments
 (0)