Skip to content

Commit 1ff50ba

Browse files
authored
Change libs for new naming testcontainers (#58)
* Change libs * Delete test scope clickhouse
1 parent 814c58e commit 1ff50ba

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<packaging>jar</packaging>
1313

1414
<artifactId>testcontainers-annotations</artifactId>
15-
<version>4.0.0</version>
15+
<version>4.1.0</version>
1616

1717
<name>testcontainers-annotations</name>
1818
<description>testcontainers-annotations</description>
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>org.testcontainers</groupId>
5454
<artifactId>testcontainers-bom</artifactId>
55-
<version>2.0.2</version>
55+
<version>2.0.3</version>
5656
<type>pom</type>
5757
<scope>import</scope>
5858
</dependency>
@@ -138,15 +138,15 @@
138138
</dependency>
139139
<dependency>
140140
<groupId>org.testcontainers</groupId>
141-
<artifactId>postgresql</artifactId>
141+
<artifactId>testcontainers-postgresql</artifactId>
142142
</dependency>
143143
<dependency>
144144
<groupId>org.testcontainers</groupId>
145-
<artifactId>kafka</artifactId>
145+
<artifactId>testcontainers-kafka</artifactId>
146146
</dependency>
147147
<dependency>
148148
<groupId>org.testcontainers</groupId>
149-
<artifactId>clickhouse</artifactId>
149+
<artifactId>testcontainers-clickhouse</artifactId>
150150
</dependency>
151151
<dependency>
152152
<groupId>org.testcontainers</groupId>

0 commit comments

Comments
 (0)