Skip to content

Commit c2807c3

Browse files
committed
Upgrading TestContainers for GHA
1 parent d69a8d0 commit c2807c3

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

pom.xml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,8 @@ under the License.
473473
<curator.version>5.8.0</curator.version>
474474
<zookeeper.version>3.9.3</zookeeper.version>
475475

476+
<testcontainers.version>1.21.0</testcontainers.version>
477+
476478
<zonky.embedded-postgres.version>2.1.0</zonky.embedded-postgres.version>
477479
<zonky.embedded-postgres-binaries.version>17.4.0</zonky.embedded-postgres-binaries.version>
478480

@@ -1319,6 +1321,49 @@ under the License.
13191321
<version>1.20.1</version>
13201322
</dependency>
13211323

1324+
<dependency>
1325+
<groupId>org.testcontainers</groupId>
1326+
<artifactId>testcontainers</artifactId>
1327+
<version>${testcontainers.version}</version>
1328+
<scope>test</scope>
1329+
</dependency>
1330+
<dependency>
1331+
<groupId>org.testcontainers</groupId>
1332+
<artifactId>jdbc</artifactId>
1333+
<version>${testcontainers.version}</version>
1334+
<scope>test</scope>
1335+
</dependency>
1336+
<dependency>
1337+
<groupId>org.testcontainers</groupId>
1338+
<artifactId>database-commons</artifactId>
1339+
<version>${testcontainers.version}</version>
1340+
<scope>test</scope>
1341+
</dependency>
1342+
<dependency>
1343+
<groupId>org.testcontainers</groupId>
1344+
<artifactId>mysql</artifactId>
1345+
<version>${testcontainers.version}</version>
1346+
<scope>test</scope>
1347+
</dependency>
1348+
<dependency>
1349+
<groupId>org.testcontainers</groupId>
1350+
<artifactId>mariadb</artifactId>
1351+
<version>${testcontainers.version}</version>
1352+
<scope>test</scope>
1353+
</dependency>
1354+
<dependency>
1355+
<groupId>org.testcontainers</groupId>
1356+
<artifactId>oracle-free</artifactId>
1357+
<version>${testcontainers.version}</version>
1358+
<scope>test</scope>
1359+
</dependency>
1360+
<dependency>
1361+
<groupId>org.testcontainers</groupId>
1362+
<artifactId>openfga</artifactId>
1363+
<version>${testcontainers.version}</version>
1364+
<scope>test</scope>
1365+
</dependency>
1366+
13221367
<dependency>
13231368
<groupId>org.postgresql</groupId>
13241369
<artifactId>postgresql</artifactId>

0 commit comments

Comments
 (0)