Skip to content

Commit a1a3914

Browse files
committed
CVE-2025-7962: Security Vulnerability for webservices-rt #472
Signed-off-by: Jorge Bescos Gascon <[email protected]>
1 parent f16a1ae commit a1a3914

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

jaxws-ri/boms/bom-ext/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2012, 2024 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Distribution License v. 1.0, which is available at
@@ -36,8 +36,8 @@
3636
<asm.version>9.7</asm.version>
3737
<eclipselink.version>4.0.3</eclipselink.version>
3838
<junit.version>4.13.2</junit.version>
39-
<mail-api.version>2.1.3</mail-api.version>
40-
<angus-mail.version>2.0.3</angus-mail.version>
39+
<mail-api.version>2.1.5</mail-api.version>
40+
<angus-mail.version>2.0.5</angus-mail.version>
4141
<servlet-api.version>6.1.0</servlet-api.version>
4242
</properties>
4343

jaxws-ri/boms/bom/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2012, 2024 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Distribution License v. 1.0, which is available at
@@ -45,8 +45,8 @@
4545
<streambuffer.version>2.1.0</streambuffer.version>
4646
<woodstox-core.version>7.0.0</woodstox-core.version>
4747
<stax2-api.version>4.2.2</stax2-api.version>
48-
<activation-api.version>2.1.3</activation-api.version>
49-
<angus-activation.version>2.0.2</angus-activation.version>
48+
<activation-api.version>2.1.4</activation-api.version>
49+
<angus-activation.version>2.0.3</angus-activation.version>
5050
<jakarta.annotation-api.version>3.0.0</jakarta.annotation-api.version>
5151
</properties>
5252

0 commit comments

Comments
 (0)