Skip to content

Commit 99b1586

Browse files
authored
Merge pull request #7210 from hapifhir/jd-20250822-mb-rel-8-4-final
final mergeback from rel-8-4
2 parents e096d8e + 07f9b65 commit 99b1586

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

hapi-fhir-base/src/main/java/ca/uhn/fhir/util/VersionEnum.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ public enum VersionEnum {
181181
V8_2_2,
182182
V8_3_0,
183183
V8_4_0,
184+
V8_4_1,
184185
V8_5_0,
185186
V8_6_0;
186187

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@
10551055
<httpclient_version>4.5.14</httpclient_version>
10561056
<jackson_version>2.18.1</jackson_version>
10571057
<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>
10591059
<httpcore5_version>5.3.1</httpcore5_version>
10601060
<jackson_version>2.17.1</jackson_version>
10611061
<jackson_databind_version>2.17.1</jackson_databind_version>
@@ -1344,6 +1344,13 @@
13441344
<version>3.9.1</version>
13451345
</dependency>
13461346

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+
13471354
<!-- Architecture Test -->
13481355
<dependency>
13491356
<groupId>com.tngtech.archunit</groupId>

0 commit comments

Comments
 (0)