File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
hapi-fhir-base/src/main/java/ca/uhn/fhir/util Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -181,6 +181,7 @@ public enum VersionEnum {
181
181
V8_2_2 ,
182
182
V8_3_0 ,
183
183
V8_4_0 ,
184
+ V8_4_1 ,
184
185
V8_5_0 ,
185
186
V8_6_0 ;
186
187
Original file line number Diff line number Diff line change 1055
1055
<httpclient_version >4.5.14</httpclient_version >
1056
1056
<jackson_version >2.18.1</jackson_version >
1057
1057
<jackson_databind_version >2.18.1</jackson_databind_version >
1058
- <httpclient5_version >5.4.1 </httpclient5_version >
1058
+ <httpclient5_version >5.4.3 </httpclient5_version >
1059
1059
<httpcore5_version >5.3.1</httpcore5_version >
1060
1060
<jackson_version >2.17.1</jackson_version >
1061
1061
<jackson_databind_version >2.17.1</jackson_databind_version >
1344
1344
<version >3.9.1</version >
1345
1345
</dependency >
1346
1346
1347
+ <!-- Pinned here for CVE: CVE-2025-7962 This is used transitively in simplejavamail which has no fix yet -->
1348
+ <dependency >
1349
+ <groupId >org.eclipse.angus</groupId >
1350
+ <artifactId >angus-mail</artifactId >
1351
+ <version >2.0.4</version >
1352
+ </dependency >
1353
+
1347
1354
<!-- Architecture Test -->
1348
1355
<dependency >
1349
1356
<groupId >com.tngtech.archunit</groupId >
You can’t perform that action at this time.
0 commit comments