Skip to content

Commit

Permalink
fix: upgrade javax.xml.bind:jaxb-api from 2.3.0 to 2.3.1
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade javax.xml.bind:jaxb-api from 2.3.0 to 2.3.1.

See this package in Maven Repository:
https://mvnrepository.com/artifact/javax.xml.bind/jaxb-api/

See this project in Snyk:
https://app.snyk.io/org/amaurimd/project/4fe9b982-2092-408b-bf0f-a56cab62e829?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Oct 6, 2021
1 parent e336e4c commit d5b9846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
Expand Down

0 comments on commit d5b9846

Please sign in to comment.