Skip to content
Snippets Groups Projects
Commit 8d3e00c1 authored by Yvan PETER's avatar Yvan PETER
Browse files

Mise à jour des libraries

parent c42d2483
No related branches found
No related tags found
No related merge requests found
...@@ -78,25 +78,20 @@ ...@@ -78,25 +78,20 @@
<dependency> <dependency>
<groupId>org.jdbi</groupId> <groupId>org.jdbi</groupId>
<artifactId>jdbi3-testing</artifactId> <artifactId>jdbi3-testing</artifactId>
<version>3.12.0</version> <version>3.27.1</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>jakarta.xml.bind</groupId> <groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId> <artifactId>jakarta.xml.bind-api</artifactId>
<version>3.0.0</version> <version>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>3.0.0</version> <version>3.0.2</version>
<scope>runtime</scope> <scope>runtime</scope>
</dependency> </dependency>
<!-- dependency>
<groupId></groupId>
<artifactId></artifactId>
<version></version>
</dependency-->
</dependencies> </dependencies>
<build> <build>
...@@ -152,12 +147,12 @@ ...@@ -152,12 +147,12 @@
</build> </build>
<properties> <properties>
<jersey.version>3.0.0</jersey.version> <jersey.version>3.0.3</jersey.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<shade.version>3.2.4</shade.version> <shade.version>3.2.4</shade.version>
<lombok.version>1.18.16</lombok.version> <lombok.version>1.18.16</lombok.version>
<jdbi.version>3.16.0</jdbi.version> <jdbi.version>3.27.0</jdbi.version>
<sqlite-jdbc.version>3.34.0</sqlite-jdbc.version> <sqlite-jdbc.version>3.36.0.3</sqlite-jdbc.version>
<jaxb.version>2.4.0-b180830.0359</jaxb.version> <jaxb.version>2.4.0-b180830.0359</jaxb.version>
</properties> </properties>
</project> </project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment