Skip to content

Commit fcdd7fa

Browse files
Merge pull request #535 from cap-java/RBSDMS-sdmSecurityFix-feature
Security Fixes for security vulnerabilities
2 parents 8dd97b7 + 2ccc632 commit fcdd7fa

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

sdm/pom.xml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,15 @@
3939
<jacoco.version>0.8.7</jacoco.version>
4040
<ehcache-version>3.10.8</ehcache-version>
4141
<token-client-version>3.5.7</token-client-version>
42-
<jackson-databind-version>2.18.6</jackson-databind-version>
42+
<jackson-databind-version>2.18.9</jackson-databind-version>
4343
<json-version>20250107</json-version>
4444
<commons-codec-version>1.18.0</commons-codec-version>
4545
<jackson-core-version>2.18.6</jackson-core-version>
4646
<mockito-junit-jupiter-version>5.15.2</mockito-junit-jupiter-version>
4747
<httpclient5-version>5.4.4</httpclient5-version>
48-
<httpcore5-version>5.3.3</httpcore5-version>
48+
<httpcore5-version>5.4.3</httpcore5-version>
4949
<httpasyncclient-version>4.1.5</httpasyncclient-version>
50+
<httpcore-nio-version>4.4.16</httpcore-nio-version>
5051
<log4j-api-version>3.0.0-beta2</log4j-api-version>
5152
<rxjava-version>2.2.21</rxjava-version>
5253
</properties>
@@ -110,6 +111,11 @@
110111
<artifactId>httpcore5</artifactId>
111112
<version>${httpcore5-version}</version>
112113
</dependency>
114+
<dependency>
115+
<groupId>org.apache.httpcomponents.core5</groupId>
116+
<artifactId>httpcore5-h2</artifactId>
117+
<version>${httpcore5-version}</version>
118+
</dependency>
113119

114120
<dependency>
115121
<groupId>org.apache.httpcomponents</groupId>
@@ -122,6 +128,11 @@
122128
</exclusion>
123129
</exclusions>
124130
</dependency>
131+
<dependency>
132+
<groupId>org.apache.httpcomponents</groupId>
133+
<artifactId>httpcore-nio</artifactId>
134+
<version>${httpcore-nio-version}</version>
135+
</dependency>
125136
<!-- Log4j dependencies -->
126137
<!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-api -->
127138
<dependency>

0 commit comments

Comments
 (0)