X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;h=e10af5e7ea432dce161ebf4a4b631f6e441c8f30;hb=fd45f7f9e3b3d7a312af9112cae79a0c40172316;hp=fc9e763394906d26adf7d3196e2001ad6858e7bd;hpb=f2f0cdc6901d1117ac385e10e2c8a28a1886726c;p=demos%2Fkafka%2Fchat diff --git a/pom.xml b/pom.xml index fc9e7633..e10af5e7 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.0.0 + 3.0.1 de.juplo.kafka @@ -16,13 +16,28 @@ 17 1.0.8 + 4.7.2 + + + + org.testcontainers + testcontainers-bom + 1.17.6 + pom + import + + + org.springframework.boot spring-boot-starter-webflux - + + org.springframework.boot + spring-boot-starter-actuator + org.springframework.boot spring-boot-devtools @@ -39,6 +54,10 @@ lombok true + + org.springframework.boot + spring-boot-starter-data-mongodb + org.springframework.boot spring-boot-starter-test @@ -55,6 +74,21 @@ mockito-core test + + org.testcontainers + testcontainers + test + + + org.testcontainers + junit-jupiter + test + + + org.awaitility + awaitility + test + @@ -71,6 +105,9 @@ + + maven-failsafe-plugin +