File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ dependencies {
5353 testImplementation(" org.testcontainers:testcontainers" )
5454
5555 // reactor test
56- testImplementation(" io.projectreactor:reactor-test:3.7.6 " )
56+ testImplementation(" io.projectreactor:reactor-test:3.7.7 " )
5757}
5858
5959
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ dependencies {
5555 testImplementation(" org.testcontainers:testcontainers" )
5656
5757 // reactor test
58- testImplementation(" io.projectreactor:reactor-test:3.7.6 " )
58+ testImplementation(" io.projectreactor:reactor-test:3.7.7 " )
5959}
6060
6161
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ dependencies {
5353 testImplementation(" org.mockito:mockito-core" )
5454
5555 // reactor test
56- testImplementation(" io.projectreactor:reactor-test:3.7.6 " )
56+ testImplementation(" io.projectreactor:reactor-test:3.7.7 " )
5757}
5858
5959
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ dependencies {
5959 testImplementation(" org.mockito:mockito-core" )
6060
6161 // reactor test
62- testImplementation(" io.projectreactor:reactor-test:3.7.6 " )
62+ testImplementation(" io.projectreactor:reactor-test:3.7.7 " )
6363
6464 // rest-assured
6565 testImplementation(" io.rest-assured:rest-assured:5.5.5" )
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies {
3636 testImplementation(" io.micronaut.reactor:micronaut-reactor-http-client" )
3737
3838 // reactor test
39- testImplementation(" io.projectreactor:reactor-test:3.7.6 " )
39+ testImplementation(" io.projectreactor:reactor-test:3.7.7 " )
4040
4141 // test containers
4242 testImplementation(" org.testcontainers:mongodb" )
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ dependencies {
7777
7878 // test
7979 // https://mvnrepository.com/artifact/io.projectreactor/reactor-test
80- testImplementation(" io.projectreactor:reactor-test:3.7.6 " )
80+ testImplementation(" io.projectreactor:reactor-test:3.7.7 " )
8181 testImplementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:${kotlinCoVersion} " )
8282 testResourcesService(" org.postgresql:postgresql" )
8383}
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ dependencies {
6464// testImplementation("org.testcontainers:testcontainers")
6565
6666 // reactor test
67- testImplementation(" io.projectreactor:reactor-test:3.7.6 " )
67+ testImplementation(" io.projectreactor:reactor-test:3.7.7 " )
6868
6969}
7070
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ dependencies {
5353 annotationProcessor(" io.micronaut.data:micronaut-data-document-processor" )
5454
5555 // reactor test
56- testImplementation(" io.projectreactor:reactor-test:3.7.6 " )
56+ testImplementation(" io.projectreactor:reactor-test:3.7.7 " )
5757
5858 // test containers
5959 testImplementation(" org.testcontainers:mongodb" )
You can’t perform that action at this time.
0 commit comments