Skip to content

Commit

Permalink
updated testcontainers version
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueVioletTeti committed Nov 23, 2023
1 parent fc7e1c7 commit aedd21c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<lombok.mapstruct.binding.version>0.2.0</lombok.mapstruct.binding.version>
<springdoc-openapi.version>2.1.0</springdoc-openapi.version>
<jjwt.version>0.11.5</jjwt.version>
<testcontainers.version>1.19.3</testcontainers.version>
</properties>
<dependencies>
<dependency>
Expand Down Expand Up @@ -120,13 +121,13 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
<version>1.19.1</version>
<version>${testcontainers.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>mysql</artifactId>
<version>1.19.1</version>
<version>${testcontainers.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -136,7 +137,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-bom</artifactId>
<version>1.19.1</version>
<version>${testcontainers.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit aedd21c

Please sign in to comment.