|
|
@@ -9,7 +9,7 @@ |
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
<groupId>io.kotest</groupId> |
|
|
<groupId>io.kotest</groupId> |
|
|
<artifactId>kotest-bom</artifactId> |
|
|
<artifactId>kotest-bom</artifactId> |
|
|
<version>5.2.2</version> |
|
|
|
|
|
|
|
|
<version>5.3.0</version> |
|
|
<packaging>pom</packaging> |
|
|
<packaging>pom</packaging> |
|
|
<name>Kotest</name> |
|
|
<name>Kotest</name> |
|
|
<description>Kotlin Test Framework</description> |
|
|
<description>Kotlin Test Framework</description> |
|
|
@@ -36,122 +36,122 @@ |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>io.kotest</groupId> |
|
|
<groupId>io.kotest</groupId> |
|
|
<artifactId>kotest-common</artifactId> |
|
|
<artifactId>kotest-common</artifactId> |
|
|
<version>5.2.2</version> |
|
|
|
|
|
|
|
|
<version>5.3.0</version> |
|
|
</dependency> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>io.kotest</groupId> |
|
|
<groupId>io.kotest</groupId> |
|
|
<artifactId>kotest-extensions</artifactId> |
|
|
<artifactId>kotest-extensions</artifactId> |
|
|
<version>5.2.2</version> |
|
|
|
|
|
|
|
|
<version>5.3.0</version> |
|
|
</dependency> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>io.kotest</groupId> |
|
|
<groupId>io.kotest</groupId> |
|
|
<artifactId>kotest-property</artifactId> |
|
|
<artifactId>kotest-property</artifactId> |
|
|
<version>5.2.2</version> |
|
|
|
|
|
|
|
|
<version>5.3.0</version> |
|
|
</dependency> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>io.kotest</groupId> |
|
|
<groupId>io.kotest</groupId> |
|
|
<artifactId>kotest-assertions-api</artifactId> |
|
|
<artifactId>kotest-assertions-api</artifactId> |
|
|
<version>5.2.2</version> |
|
|
|
|
|
|
|
|
<version>5.3.0</version> |
|
|
</dependency> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>io.kotest</groupId> |
|
|
<groupId>io.kotest</groupId> |
|
|
<artifactId>kotest-assertions-core</artifactId> |
|
|
<artifactId>kotest-assertions-core</artifactId> |
|
|
<version>5.2.2</version> |
|
|
|
|
|
|
|
|
<version>5.3.0</version> |
|
|
</dependency> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>io.kotest</groupId> |
|
|
<groupId>io.kotest</groupId> |
|
|
<artifactId>kotest-assertions-json</artifactId> |
|
|
<artifactId>kotest-assertions-json</artifactId> |
|
|
<version>5.2.2</version> |
|
|
|
|
|
|
|
|
<version>5.3.0</version> |
|
|
</dependency> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>io.kotest</groupId> |
|
|
<groupId>io.kotest</groupId> |
|
|
<artifactId>kotest-assertions-shared</artifactId> |
|
|
<artifactId>kotest-assertions-shared</artifactId> |
|
|
<version>5.2.2</version> |
|
|
|
|
|
|
|
|
<version>5.3.0</version> |
|
|
</dependency> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>io.kotest</groupId> |
|
|
<groupId>io.kotest</groupId> |
|
|
<artifactId>kotest-assertions-sql</artifactId> |
|
|
<artifactId>kotest-assertions-sql</artifactId> |
|
|
<version>5.2.2</version> |
|
|
|
|
|
|
|
|
<version>5.3.0</version> |
|
|
</dependency> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>io.kotest</groupId> |
|
|
<groupId>io.kotest</groupId> |
|
|
<artifactId>kotest-extensions-htmlreporter</artifactId> |
|
|
<artifactId>kotest-extensions-htmlreporter</artifactId> |
|
|
<version>5.2.2</version> |
|
|
|
|
|
|
|
|
<version>5.3.0</version> |
|
|
</dependency> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>io.kotest</groupId> |
|
|
<groupId>io.kotest</groupId> |
|
|
<artifactId>kotest-extensions-http</artifactId> |
|
|
<artifactId>kotest-extensions-http</artifactId> |
|
|
<version>5.2.2</version> |
|
|
|
|
|
|
|
|
<version>5.3.0</version> |
|
|
</dependency> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>io.kotest</groupId> |
|
|
<groupId>io.kotest</groupId> |
|
|
<artifactId>kotest-extensions-junit5</artifactId> |
|
|
<artifactId>kotest-extensions-junit5</artifactId> |
|
|
<version>5.2.2</version> |
|
|
|
|
|
|
|
|
<version>5.3.0</version> |
|
|
</dependency> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>io.kotest</groupId> |
|
|
<groupId>io.kotest</groupId> |
|
|
<artifactId>kotest-extensions-junitxml</artifactId> |
|
|
<artifactId>kotest-extensions-junitxml</artifactId> |
|
|
<version>5.2.2</version> |
|
|
|
|
|
|
|
|
<version>5.3.0</version> |
|
|
</dependency> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>io.kotest</groupId> |
|
|
<groupId>io.kotest</groupId> |
|
|
<artifactId>kotest-framework-api</artifactId> |
|
|
<artifactId>kotest-framework-api</artifactId> |
|
|
<version>5.2.2</version> |
|
|
|
|
|
|
|
|
<version>5.3.0</version> |
|
|
</dependency> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>io.kotest</groupId> |
|
|
<groupId>io.kotest</groupId> |
|
|
<artifactId>kotest-framework-concurrency</artifactId> |
|
|
<artifactId>kotest-framework-concurrency</artifactId> |
|
|
<version>5.2.2</version> |
|
|
|
|
|
|
|
|
<version>5.3.0</version> |
|
|
</dependency> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>io.kotest</groupId> |
|
|
<groupId>io.kotest</groupId> |
|
|
<artifactId>kotest-framework-datatest</artifactId> |
|
|
<artifactId>kotest-framework-datatest</artifactId> |
|
|
<version>5.2.2</version> |
|
|
|
|
|
|
|
|
<version>5.3.0</version> |
|
|
</dependency> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>io.kotest</groupId> |
|
|
<groupId>io.kotest</groupId> |
|
|
<artifactId>kotest-framework-discovery</artifactId> |
|
|
<artifactId>kotest-framework-discovery</artifactId> |
|
|
<version>5.2.2</version> |
|
|
|
|
|
|
|
|
<version>5.3.0</version> |
|
|
</dependency> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>io.kotest</groupId> |
|
|
<groupId>io.kotest</groupId> |
|
|
<artifactId>kotest-framework-engine</artifactId> |
|
|
<artifactId>kotest-framework-engine</artifactId> |
|
|
<version>5.2.2</version> |
|
|
|
|
|
|
|
|
<version>5.3.0</version> |
|
|
</dependency> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>io.kotest</groupId> |
|
|
<groupId>io.kotest</groupId> |
|
|
<artifactId>kotest-framework-multiplatform-plugin-gradle</artifactId> |
|
|
<artifactId>kotest-framework-multiplatform-plugin-gradle</artifactId> |
|
|
<version>5.2.2</version> |
|
|
|
|
|
|
|
|
<version>5.3.0</version> |
|
|
</dependency> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>io.kotest</groupId> |
|
|
<groupId>io.kotest</groupId> |
|
|
<artifactId>kotest-framework-multiplatform-plugin-js</artifactId> |
|
|
<artifactId>kotest-framework-multiplatform-plugin-js</artifactId> |
|
|
<version>5.2.2</version> |
|
|
|
|
|
|
|
|
<version>5.3.0</version> |
|
|
</dependency> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>io.kotest</groupId> |
|
|
<groupId>io.kotest</groupId> |
|
|
<artifactId>kotest-framework-multiplatform-plugin-native</artifactId> |
|
|
<artifactId>kotest-framework-multiplatform-plugin-native</artifactId> |
|
|
<version>5.2.2</version> |
|
|
|
|
|
|
|
|
<version>5.3.0</version> |
|
|
</dependency> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>io.kotest</groupId> |
|
|
<groupId>io.kotest</groupId> |
|
|
<artifactId>kotest-framework-standalone</artifactId> |
|
|
<artifactId>kotest-framework-standalone</artifactId> |
|
|
<version>5.2.2</version> |
|
|
|
|
|
|
|
|
<version>5.3.0</version> |
|
|
</dependency> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>io.kotest</groupId> |
|
|
<groupId>io.kotest</groupId> |
|
|
<artifactId>kotest-property-lifecycle</artifactId> |
|
|
<artifactId>kotest-property-lifecycle</artifactId> |
|
|
<version>5.2.2</version> |
|
|
|
|
|
|
|
|
<version>5.3.0</version> |
|
|
</dependency> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>io.kotest</groupId> |
|
|
<groupId>io.kotest</groupId> |
|
|
<artifactId>kotest-runner-junit4</artifactId> |
|
|
<artifactId>kotest-runner-junit4</artifactId> |
|
|
<version>5.2.2</version> |
|
|
|
|
|
|
|
|
<version>5.3.0</version> |
|
|
</dependency> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>io.kotest</groupId> |
|
|
<groupId>io.kotest</groupId> |
|
|
<artifactId>kotest-runner-junit5</artifactId> |
|
|
<artifactId>kotest-runner-junit5</artifactId> |
|
|
<version>5.2.2</version> |
|
|
|
|
|
|
|
|
<version>5.3.0</version> |
|
|
</dependency> |
|
|
</dependency> |
|
|
</dependencies> |
|
|
</dependencies> |
|
|
</project> |
|
|
</project> |