|
1 | 1 | [versions] |
2 | | -micronaut-testresources = "1.2.5" |
3 | | -spring-boot = "3.0.5" |
4 | | -junit = "5.8.1" |
| 2 | +micronaut-testresources = "1.2.6" |
| 3 | +spring-boot = "3.5.7" |
| 4 | +quarkus-junit-mock = "3.30.3" |
| 5 | +micronaut = "3.8.7" |
| 6 | + |
| 7 | +junit = "5.9.1" |
| 8 | +assertj = "3.27.6" |
| 9 | +azurite = "5.24.1" |
5 | 10 |
|
6 | 11 | [libraries] |
7 | 12 |
|
8 | 13 | micronaut-testresources-client = { module = "io.micronaut.testresources:micronaut-test-resources-client", version.ref = "micronaut-testresources" } |
9 | 14 | micronaut-testresources-testcontainers = { module = "io.micronaut.testresources:micronaut-test-resources-testcontainers", version.ref = "micronaut-testresources" } |
| 15 | +micronaut-core = { module = "io.micronaut:micronaut-core", version.ref = "micronaut" } |
| 16 | +micronaut-http-client = { module = "io.micronaut:micronaut-http-client", version.ref = "micronaut" } |
10 | 17 |
|
11 | 18 | spring-boot = { module = "org.springframework.boot:spring-boot", version.ref = "spring-boot" } |
12 | | -spring-bootbom = { module = "org.springframework.boot:spring-boot-dependencies", version.ref = "spring-boot" } |
13 | 19 |
|
14 | 20 | jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" } |
15 | 21 | jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" } |
16 | 22 |
|
17 | | -assertj = { module = "org.assertj:assertj-core", version = "3.23.1" } |
18 | | -testcontainers-elasticsearch = { module = "org.testcontainers:elasticsearch", version = "" } |
19 | | -testcontainers-junit4-mock = { module = "io.quarkus:quarkus-junit4-mock", version = "2.9.2.Final" } |
| 23 | +assertj = { module = "org.assertj:assertj-core", version.ref = "assertj" } |
| 24 | +testcontainers-elasticsearch = { module = "org.testcontainers:elasticsearch" } |
| 25 | +testcontainers-jdbc = { module = "org.testcontainers:jdbc" } |
| 26 | +testcontainers-mariadb = { module = "org.testcontainers:mariadb" } |
| 27 | +testcontainers-mssqlserver = { module = "org.testcontainers:mssqlserver" } |
| 28 | +testcontainers-postgresql = { module = "org.testcontainers:postgresql" } |
| 29 | +testcontainers-rabbitmq = { module = "org.testcontainers:rabbitmq" } |
| 30 | +testcontainers-junit4-mock = { module = "io.quarkus:quarkus-junit4-mock", version.ref = "quarkus-junit-mock" } |
| 31 | + |
| 32 | +spring-cloud-azure-starter-storage-blob = { module = "com.azure.spring:spring-cloud-azure-starter-storage-blob", version.ref = "azurite" } |
0 commit comments