Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #244 from Z-Jais/master
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
Ziedelth authored Jan 31, 2024
2 parents d8a0565 + 0c2a573 commit 067a8d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<main.class>fr.ziedelth.ApplicationKt</main.class>
<junit-jupiter.version>5.10.1</junit-jupiter.version>
<hibernate.version>6.4.1.Final</hibernate.version>
<hibernate.version>6.4.2.Final</hibernate.version>

<sonar.coverage.exclusions>
**/fr/ziedelth/dtos/**,
Expand Down Expand Up @@ -131,7 +131,7 @@
<dependency>
<groupId>io.github.smiley4</groupId>
<artifactId>ktor-swagger-ui</artifactId>
<version>2.7.2</version>
<version>2.7.4</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down Expand Up @@ -226,11 +226,11 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.3</version>
<version>3.2.5</version>
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.2.3</version>
<version>3.2.5</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down

0 comments on commit 067a8d7

Please sign in to comment.