Skip to content

Commit 338523f

Browse files
sgramponeBeta Bot
authored andcommitted
Cherry pick branch 'genexuslabs:fix/bump-jaxws-rt' into beta
1 parent bc92bb3 commit 338523f

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

wrapperjakarta/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>com.sun.xml.ws</groupId>
3939
<artifactId>jaxws-rt</artifactId>
40-
<version>3.0.0</version>
40+
<version>4.0.3</version>
4141
<exclusions>
4242
<exclusion>
4343
<groupId>com.sun.xml.fastinfoset</groupId>

wrapperjavax/pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<dependency>
9393
<groupId>com.sun.xml.ws</groupId>
9494
<artifactId>jaxws-rt</artifactId>
95-
<version>2.3.5</version>
95+
<version>2.3.7</version>
9696
<exclusions>
9797
<exclusion>
9898
<groupId>com.sun.xml.fastinfoset</groupId>
@@ -104,12 +104,6 @@
104104
</exclusion>
105105
</exclusions>
106106
</dependency>
107-
<!-- overwrite jaxws-rt woodstox-core dependency due to CVEs -->
108-
<dependency>
109-
<groupId>com.fasterxml.woodstox</groupId>
110-
<artifactId>woodstox-core</artifactId>
111-
<version>6.5.1</version>
112-
</dependency>
113107
</dependencies>
114108

115109
<build>

0 commit comments

Comments
 (0)