Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joyrex2001 committed Dec 6, 2023
1 parent d5ed5f0 commit befd955
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/testcontainers-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<encoding>UTF-8</encoding>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<testcontainers.version>1.17.6</testcontainers.version>
<junit-jupiter.version>5.9.1</junit-jupiter.version>
<testcontainers.version>1.19.3</testcontainers.version>
<junit-jupiter.version>5.10.1</junit-jupiter.version>
</properties>

<build>
Expand All @@ -35,7 +35,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.23.1</version>
<version>3.24.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -53,13 +53,13 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.3</version>
<version>2.0.9</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.3</version>
<version>1.4.14</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit befd955

Please sign in to comment.