From b2b910e475a68a6cf7528a2e0efdb54542788cd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Ko=C5=BEusznik?= <jan@kozusznik.cz> Date: Mon, 28 Nov 2022 10:37:32 +0100 Subject: [PATCH] Upgrade references. --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 7d9e06a..dac5ae4 100644 --- a/pom.xml +++ b/pom.xml @@ -46,17 +46,17 @@ <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> <artifactId>jaxb-core</artifactId> - <version>3.0.2</version> + <version>4.0.1</version> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId> - <version>3.0.2</version> + <version>4.0.1</version> </dependency> <!-- https://mvnrepository.com/artifact/javax.activation/activation --> <dependency> -- GitLab