Skip to content

Commit

Permalink
updating pom
Browse files Browse the repository at this point in the history
Signed-off-by: salaboy <Salaboy@gmail.com>
  • Loading branch information
salaboy committed Jul 24, 2024
1 parent ef4a357 commit 93bb3b0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions testcontainers-dapr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<properties>
<snakeyaml.version>2.0</snakeyaml.version>
<testcontainers.version>1.19.1</testcontainers.version>
<testcontainers.version>1.20.0</testcontainers.version>
<logback-classic.version>1.4.12</logback-classic.version>
<wiremock.version>3.0.1</wiremock.version>
</properties>
Expand All @@ -31,16 +31,16 @@
<artifactId>testcontainers</artifactId>
<version>${testcontainers.version}</version>
</dependency>
<dependency>
<dependency>
<groupId>io.dapr</groupId>
<artifactId>dapr-sdk-springboot</artifactId>
<artifactId>dapr-sdk</artifactId>
<version>${project.parent.version}</version>
<scope>test</scope>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>${logback-classic.version}</version>
<version>${logback-classic.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 93bb3b0

Please sign in to comment.