Skip to content

Commit

Permalink
Update dependency com.sun.xml.bind:jaxb-impl to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 9, 2021
1 parent 261fa4b commit 52f7cee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.3.2</version>
<version>3.0.1</version>
<scope>test</scope>
<optional>true</optional>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/it/module-simple-jdk11/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.3.2</version>
<version>3.0.1</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 52f7cee

Please sign in to comment.