From 1a1387e1c26fc3ad3c4ed4add00963a293051e43 Mon Sep 17 00:00:00 2001 From: Yvan PETER <yvan.peter@teck02.iut-infobio.priv.univ-lille1.fr> Date: Thu, 27 Jan 2022 15:32:17 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20libraires=20JAXB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2b096ac..a432679 100644 --- a/pom.xml +++ b/pom.xml @@ -51,12 +51,12 @@ <dependency> <groupId>jakarta.xml.bind</groupId> <artifactId>jakarta.xml.bind-api</artifactId> - <version>3.0.0</version> + <version>3.0.1</version> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId> - <version>3.0.0</version> + <version>3.0.2</version> <scope>runtime</scope> </dependency> </dependencies> -- GitLab