| | |
| | | |
| | | <dependency> |
| | | <groupId>com.datastax.oss</groupId> |
| | | <artifactId>native-protocol</artifactId> |
| | | <version>1.5.2</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.apache.cassandra</groupId> |
| | | <artifactId>java-driver-core</artifactId> |
| | | <version>4.17.0</version> |
| | | <version>4.19.0</version> |
| | | <exclusions> |
| | | <exclusion> |
| | | <groupId>org.reactivestreams</groupId> |
| | |
| | | <dependency> |
| | | <groupId>org.postgresql</groupId> |
| | | <artifactId>postgresql</artifactId> |
| | | <version>42.7.4</version> |
| | | <version>42.7.5</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.testng</groupId> |
| | |
| | | <dependency> |
| | | <groupId>org.testcontainers</groupId> |
| | | <artifactId>cassandra</artifactId> |
| | | <version>1.20.4</version> |
| | | <version>1.20.6</version> |
| | | <scope>test</scope> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.testcontainers</groupId> |
| | | <artifactId>postgresql</artifactId> |
| | | <version>1.20.4</version> |
| | | <version>1.20.6</version> |
| | | <scope>test</scope> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.testcontainers</groupId> |
| | | <artifactId>oracle-free</artifactId> |
| | | <version>1.20.4</version> |
| | | <version>1.20.6</version> |
| | | <scope>test</scope> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.testcontainers</groupId> |
| | | <artifactId>mysql</artifactId> |
| | | <version>1.20.4</version> |
| | | <version>1.20.6</version> |
| | | <scope>test</scope> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.testcontainers</groupId> |
| | | <artifactId>mssqlserver</artifactId> |
| | | <version>1.20.4</version> |
| | | <version>1.20.6</version> |
| | | <scope>test</scope> |
| | | </dependency> |
| | | |
| | |
| | | <dependency> |
| | | <groupId>com.oracle.database.jdbc</groupId> |
| | | <artifactId>ojdbc8</artifactId> |
| | | <version>23.6.0.24.10</version> |
| | | <version>23.7.0.25.01</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.microsoft.sqlserver</groupId> |
| | | <artifactId>mssql-jdbc</artifactId> |
| | | <version>12.8.1.jre8</version> |
| | | <version>12.10.0.jre8</version> |
| | | </dependency> |
| | | </dependencies> |
| | | |