Skip to content

Commit 2263e8b

Browse files
committed
Update dependency com.sun.xml.bind:jaxb-impl to v2.3.3
1 parent 261fa4b commit 2263e8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@
551551
<dependency>
552552
<groupId>com.sun.xml.bind</groupId>
553553
<artifactId>jaxb-impl</artifactId>
554-
<version>2.3.2</version>
554+
<version>2.3.3</version>
555555
<scope>test</scope>
556556
<optional>true</optional>
557557
</dependency>

src/it/module-simple-jdk11/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
<dependency>
207207
<groupId>com.sun.xml.bind</groupId>
208208
<artifactId>jaxb-impl</artifactId>
209-
<version>2.3.2</version>
209+
<version>2.3.3</version>
210210
</dependency>
211211
</dependencies>
212212

0 commit comments

Comments
 (0)