diff --git a/pom.xml b/pom.xml index 2b096ac18b342313cc97a319f657c0a7f9c7f013..a4326792681c1674bc8a0365a1d4f7448664bee9 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>