Skip to content

Commit

Permalink
Updated by github actions from guide-reactive-rest-client (#3458)
Browse files Browse the repository at this point in the history
Co-authored-by: GuidesBot <[email protected]>
  • Loading branch information
GuidesBot and GuidesBot authored Oct 3, 2024
1 parent 9f5de33 commit 9f32056
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ Replace the Maven configuration file.
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>mockserver</artifactId>
<version>1.20.1</version>
<version>1.20.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -425,13 +425,13 @@ Replace the Maven configuration file.
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.11.0</version>
<version>5.11.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
<version>1.20.1</version>
<version>1.20.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -467,7 +467,7 @@ Replace the Maven configuration file.
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.17.2</version>
<version>2.18.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 9f32056

Please sign in to comment.