Bump jaxb-impl and jaxb-core

master
jvoisin 5 years ago committed by GitHub
parent 61e3bc059d
commit a997fd4873
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pom.xml

@ -166,12 +166,12 @@
<dependency> <dependency>
<groupId>com.sun.xml.bind</groupId> <groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId> <artifactId>jaxb-core</artifactId>
<version>2.3.0</version> <version>2.3.0.1</version>
</dependency> </dependency>
<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.1</version> <version>2.3.2</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>javax.xml.ws</groupId> <groupId>javax.xml.ws</groupId>

Loading…
Cancel
Save