Skip to content

Commit

Permalink
chore(pom): dep upgrade
Browse files Browse the repository at this point in the history
Fixes #4
  • Loading branch information
michaelcoll committed Nov 29, 2023
1 parent ef6de6c commit ce4a275
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +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-core.version>1.4.12</logback-core.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 Expand Up @@ -127,6 +128,11 @@
<version>${lombok.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>${logback-core.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit ce4a275

Please sign in to comment.