Merge pull request #8351 from magefree/dependabot/maven/com.sun.xml.bind-jaxb-impl-3.0.2

Bump jaxb-impl from 2.3.3 to 3.0.2
This commit is contained in:
Oleg Agafonov 2021-10-01 22:22:45 +04:00 committed by GitHub
commit 074f26d199
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@
<dependency> <dependency>
<groupId>com.sun.xml.bind</groupId> <groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId> <artifactId>jaxb-impl</artifactId>
<version>2.3.3</version> <version>3.0.2</version>
</dependency> </dependency>
<dependency> <dependency>
<!-- server xml config needs optional dependency for jaxb-impl --> <!-- server xml config needs optional dependency for jaxb-impl -->

View file

@ -64,7 +64,7 @@
<dependency> <dependency>
<groupId>com.sun.xml.bind</groupId> <groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId> <artifactId>jaxb-impl</artifactId>
<version>2.3.3</version> <version>3.0.2</version>
</dependency> </dependency>
<dependency> <dependency>
<!-- server xml config needs optional dependency for jaxb-impl --> <!-- server xml config needs optional dependency for jaxb-impl -->