Skip to content

Commit 39de208

Browse files
committed
CVE-2025-7962: Security Vulnerability for webservices-rt #472
Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
1 parent f16a1ae commit 39de208

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
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

jaxws-ri/extras/jaxws-maven-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
55
6-
Copyright (c) 2006, 2024 Oracle and/or its affiliates. All rights reserved.
6+
Copyright (c) 2006, 2025 Oracle and/or its affiliates. All rights reserved.
77
88
Oracle licenses this file to You under the Apache License, Version 2.0
99
(the "License"); you may not use this file except in compliance with
@@ -287,7 +287,7 @@
287287
<plugin>
288288
<groupId>org.owasp</groupId>
289289
<artifactId>dependency-check-maven</artifactId>
290-
<version>8.4.0</version>
290+
<version>12.1.8</version>
291291
<configuration>
292292
<failBuildOnCVSS>8</failBuildOnCVSS>
293293
<assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled>

jaxws-ri/pom.xml

Lines changed: 2 additions & 2 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
@@ -416,7 +416,7 @@
416416
<plugin>
417417
<groupId>org.owasp</groupId>
418418
<artifactId>dependency-check-maven</artifactId>
419-
<version>8.4.0</version>
419+
<version>12.1.8</version>
420420
<configuration>
421421
<failBuildOnCVSS>7</failBuildOnCVSS>
422422
<assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled>

jaxws-ri/runtime/policy/pom.xml

Lines changed: 2 additions & 2 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) 1997, 2024 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 1997, 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
@@ -410,7 +410,7 @@
410410
<plugin>
411411
<groupId>org.owasp</groupId>
412412
<artifactId>dependency-check-maven</artifactId>
413-
<version>8.4.0</version>
413+
<version>12.1.8</version>
414414
<configuration>
415415
<failBuildOnCVSS>7</failBuildOnCVSS>
416416
<assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled>

0 commit comments

Comments
 (0)