Skip to content

Commit

Permalink
fix(pom): upgrade logback dep
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelcoll committed Dec 12, 2023
1 parent 18ad8fd commit 7182b17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>fr.hiitconsulting</groupId>
<artifactId>ms-parent</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.5.1-SNAPSHOT</version>
<name>${project.artifactId}</name>
<packaging>pom</packaging>

Expand Down Expand Up @@ -50,7 +50,7 @@
<h2.version>2.2.224</h2.version>
<mapstruct.version>1.5.5.Final</mapstruct.version>
<lombok-mapstruct-binding.version>0.2.0</lombok-mapstruct-binding.version>
<logback.version>1.4.13</logback.version>
<logback.version>1.4.14</logback.version>
<mockserver-spring-test-listener.version>5.15.0</mockserver-spring-test-listener.version>
<snakeyaml.version>2.2</snakeyaml.version>
<spring.version>3.2.0</spring.version>
Expand Down

0 comments on commit 7182b17

Please sign in to comment.