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

Commit 0c57bcf

Browse files
Merge pull request #17 from bitsoex/mmcc-918_critical-vulnerability-in-btcd-cli4j-lib
mmcc-918: fix critical vulnerability
2 parents f3229c5 + 1ea1107 commit 0c57bcf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>org.apache.httpcomponents</groupId>
1919
<artifactId>httpclient</artifactId>
20-
<version>4.3.6</version>
20+
<version>4.5.13</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>com.fasterxml.jackson.core</groupId>

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</dependency>
2727
<dependency>
2828
<groupId>org.slf4j</groupId>
29-
<artifactId>slf4j-log4j12</artifactId>
29+
<artifactId>slf4j-api</artifactId>
3030
<version>${slf4j.version}</version>
3131
</dependency>
3232
<dependency>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3838

3939
<jdk.version>1.8</jdk.version>
40-
<jackson.version>2.9.0</jackson.version>
40+
<jackson.version>2.13.5</jackson.version>
4141
<slf4j.version>1.7.25</slf4j.version>
4242
<commons-lang.version>3.3.2</commons-lang.version>
4343
</properties>
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>org.projectlombok</groupId>
4848
<artifactId>lombok</artifactId>
49-
<version>1.18.2</version>
49+
<version>1.18.26</version>
5050
<scope>provided</scope>
5151
</dependency>
5252
</dependencies>

0 commit comments

Comments
 (0)