Merge pull request #2704 from OpenRefine/dependabot/maven/javax.xml.bind-jaxb-api-2.3.1

Bump jaxb-api from 2.2.3 to 2.3.1
This commit is contained in:
Tom Morris 2020-06-15 23:44:16 -04:00 committed by GitHub
commit 983c8bd422
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -364,7 +364,7 @@
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>org.powermock</groupId>

View File

@ -194,7 +194,7 @@
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.2.3</version>
<version>2.3.1</version>
</dependency>
</dependencies>
<configuration>