Skip to content

Commit

Permalink
Update Maven Dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Strittmatter <[email protected]>
  • Loading branch information
Weltraumschaf authored and Ilyesbdlala committed Apr 16, 2024
1 parent 4c532fa commit 680317b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@
<com.fasterxml.jackson.version>2.17.0</com.fasterxml.jackson.version>
<org.springframework.version>5.3.29</org.springframework.version>
<org.mockito.version>5.11.0</org.mockito.version>
<lombok.version>1.18.30</lombok.version>
<lombok.version>1.18.32</lombok.version>
<slf4j.version>2.0.12</slf4j.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -126,7 +127,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.11</version>
<version>${slf4j.version}</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -175,19 +176,19 @@
<dependency>
<groupId>nl.jqno.equalsverifier</groupId>
<artifactId>equalsverifier</artifactId>
<version>3.15.8</version>
<version>3.16</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.wiremock</groupId>
<artifactId>wiremock</artifactId>
<version>3.4.2</version>
<version>3.5.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>2.0.11</version>
<version>${slf4j.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 680317b

Please sign in to comment.