Skip to content
Snippets Groups Projects
Verified Commit b2b910e4 authored by Jan Kožusznik's avatar Jan Kožusznik
Browse files

Upgrade references.

parent 00898424
Branches
No related merge requests found
...@@ -46,17 +46,17 @@ ...@@ -46,17 +46,17 @@
<dependency> <dependency>
<groupId>javax.xml.bind</groupId> <groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId> <artifactId>jaxb-api</artifactId>
<version>2.3.0</version> <version>2.3.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.sun.xml.bind</groupId> <groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId> <artifactId>jaxb-core</artifactId>
<version>3.0.2</version> <version>4.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>3.0.2</version> <version>4.0.1</version>
</dependency> </dependency>
<!-- https://mvnrepository.com/artifact/javax.activation/activation --> <!-- https://mvnrepository.com/artifact/javax.activation/activation -->
<dependency> <dependency>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment