X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;h=30867b4f88a4ac20fe6e0a332b4c3f1a303ad565;hb=2b8f6422b3081aa04e067d5e8e53610557c1f6de;hp=29454358ba371a81333b47b517c68787eadb91cb;hpb=9fcc6e35b9f7a9c522bc3942c956e80dfd572211;p=demos%2Fkafka%2Fchat diff --git a/pom.xml b/pom.xml index 29454358..30867b4f 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 @@ -15,7 +15,20 @@ Simplified Chat-Service, that needs state on the server 17 + 1.0.8 + 4.7.2 + + + + org.testcontainers + testcontainers-bom + 1.17.6 + pom + import + + + org.springframework.boot @@ -38,11 +51,36 @@ lombok true + + org.springframework.boot + spring-boot-starter-data-mongodb + org.springframework.boot spring-boot-starter-test test + + pl.rzrz + assertj-reactor + ${assertj-reactor.version} + test + + + org.mockito + mockito-core + test + + + org.testcontainers + testcontainers + test + + + org.testcontainers + junit-jupiter + test + @@ -59,6 +97,9 @@ + + maven-failsafe-plugin +