Skip to content

Commit

Permalink
Bump jaxb-api from 2.3.0 to 2.3.1
Browse files Browse the repository at this point in the history
Bumps [jaxb-api](https://github.com/javaee/jaxb-spec) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/javaee/jaxb-spec/releases)
- [Commits](javaee/jaxb-spec@2.3.0...2.3.1)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 11, 2020
1 parent 7612dcd commit f2e0215
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@
</exclusions>
</dependency>
<dependency>
<!-- forcing 2.3.0 in dep for rest-assured to avoid systemPath issue on JDK11,
<!-- forcing 2.3.1 in dep for rest-assured to avoid systemPath issue on JDK11,
see https://github.com/jenkinsci/jaxb-plugin/pull/6 for more information -->
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit f2e0215

Please sign in to comment.