Skip to content

Commit

Permalink
chore: Upgrade jaxb (#12508) (#12541)
Browse files Browse the repository at this point in the history
Should remove the warning

The POM for com.sun.xml.bind:jaxb-core:jar:2.2.11 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details

Co-authored-by: Artur <[email protected]>
  • Loading branch information
vaadin-bot and Artur- authored Dec 9, 2021
1 parent c598afa commit 1ecc2c8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
<jackson.version>2.13.0</jackson.version>
<validation.api.version>2.0.1.Final</validation.api.version>
<javax.annotation.api.version>1.3.2</javax.annotation.api.version>
<jaxb.version>2.3.0.1</jaxb.version>

<!-- Plugins -->
<driver.binary.downloader.maven.plugin.version>1.0.18</driver.binary.downloader.maven.plugin.version>
Expand Down Expand Up @@ -659,17 +660,17 @@
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.2.11</version>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<version>2.2.11</version>
<version>${jaxb.version}</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.3.5</version>
<version>${jaxb.version}</version>
</dependency>
<dependency>
<groupId>com.sun.activation</groupId>
Expand Down

0 comments on commit 1ecc2c8

Please sign in to comment.