diff --git a/example/domain/mastermind/decider-model-kotlin/pom.xml b/example/domain/mastermind/decider-model-kotlin/pom.xml index 8fdb1d1d3..5bb844c36 100644 --- a/example/domain/mastermind/decider-model-kotlin/pom.xml +++ b/example/domain/mastermind/decider-model-kotlin/pom.xml @@ -20,7 +20,7 @@ example-mastermind org.occurrent - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT 4.0.0 @@ -34,7 +34,7 @@ org.occurrent decider - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT diff --git a/example/domain/mastermind/pom.xml b/example/domain/mastermind/pom.xml index 4a4a5019e..814b8ecee 100644 --- a/example/domain/mastermind/pom.xml +++ b/example/domain/mastermind/pom.xml @@ -19,7 +19,7 @@ example-domain org.occurrent - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT 4.0.0 pom diff --git a/example/domain/number-guessing-game/model/pom.xml b/example/domain/number-guessing-game/model/pom.xml index 45980b604..5dc383ce6 100644 --- a/example/domain/number-guessing-game/model/pom.xml +++ b/example/domain/number-guessing-game/model/pom.xml @@ -19,7 +19,7 @@ example-number-guessing-game org.occurrent - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT 4.0.0 diff --git a/example/domain/number-guessing-game/mongodb/native/pom.xml b/example/domain/number-guessing-game/mongodb/native/pom.xml index 3175d57ff..bbd913ecf 100644 --- a/example/domain/number-guessing-game/mongodb/native/pom.xml +++ b/example/domain/number-guessing-game/mongodb/native/pom.xml @@ -19,7 +19,7 @@ example-number-guessing-game-es-mongodb org.occurrent - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT 4.0.0 @@ -29,22 +29,22 @@ org.occurrent example-number-guessing-game-model - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT org.occurrent eventstore-mongodb-native - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT org.occurrent subscription-mongodb-native-blocking-position-storage - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT org.occurrent durable-subscription - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT com.rabbitmq diff --git a/example/domain/number-guessing-game/mongodb/pom.xml b/example/domain/number-guessing-game/mongodb/pom.xml index 088f7cd36..c1e197a14 100644 --- a/example/domain/number-guessing-game/mongodb/pom.xml +++ b/example/domain/number-guessing-game/mongodb/pom.xml @@ -19,7 +19,7 @@ example-number-guessing-game org.occurrent - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT 4.0.0 pom diff --git a/example/domain/number-guessing-game/mongodb/spring/blocking/pom.xml b/example/domain/number-guessing-game/mongodb/spring/blocking/pom.xml index f3612c734..1b138eee5 100644 --- a/example/domain/number-guessing-game/mongodb/spring/blocking/pom.xml +++ b/example/domain/number-guessing-game/mongodb/spring/blocking/pom.xml @@ -20,7 +20,7 @@ example-number-guessing-game-es-mongodb-spring org.occurrent - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT 4.0.0 @@ -30,17 +30,17 @@ org.occurrent example-number-guessing-game-model - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT org.occurrent spring-boot-starter-mongodb - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT org.occurrent cloudevent-converter-generic - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT org.springframework.boot diff --git a/example/domain/number-guessing-game/mongodb/spring/pom.xml b/example/domain/number-guessing-game/mongodb/spring/pom.xml index 772d81fd7..3da32c8bf 100644 --- a/example/domain/number-guessing-game/mongodb/spring/pom.xml +++ b/example/domain/number-guessing-game/mongodb/spring/pom.xml @@ -19,7 +19,7 @@ example-number-guessing-game-es-mongodb org.occurrent - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT pom 4.0.0 diff --git a/example/domain/number-guessing-game/pom.xml b/example/domain/number-guessing-game/pom.xml index 28e6b6cb4..f43d9f5a4 100644 --- a/example/domain/number-guessing-game/pom.xml +++ b/example/domain/number-guessing-game/pom.xml @@ -19,7 +19,7 @@ example-domain org.occurrent - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT pom 4.0.0 diff --git a/example/domain/pom.xml b/example/domain/pom.xml index 8bd39df49..7f52377ea 100644 --- a/example/domain/pom.xml +++ b/example/domain/pom.xml @@ -19,7 +19,7 @@ example org.occurrent - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT pom example-domain diff --git a/example/domain/rps/decider-model/pom.xml b/example/domain/rps/decider-model/pom.xml index 11d4186fb..fc8ffecba 100644 --- a/example/domain/rps/decider-model/pom.xml +++ b/example/domain/rps/decider-model/pom.xml @@ -21,7 +21,7 @@ example-rps org.occurrent - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT 4.0.0 @@ -41,7 +41,7 @@ org.occurrent decider - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT @@ -68,25 +68,25 @@ org.occurrent command-composition - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT test org.occurrent application-service-blocking - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT test org.occurrent eventstore-inmemory - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT test org.occurrent subscription-inmemory - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT test @@ -102,7 +102,7 @@ org.occurrent subscription-dsl-blocking - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT test diff --git a/example/domain/rps/decider-web/pom.xml b/example/domain/rps/decider-web/pom.xml index 98065ef4b..b248f0bf4 100644 --- a/example/domain/rps/decider-web/pom.xml +++ b/example/domain/rps/decider-web/pom.xml @@ -21,7 +21,7 @@ example-rps org.occurrent - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT 4.0.0 @@ -40,22 +40,22 @@ org.occurrent decider - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT org.occurrent example-rps-decider-model - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT org.occurrent spring-boot-starter-mongodb - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT org.occurrent view-dsl - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT org.jetbrains.kotlin diff --git a/example/domain/rps/model/pom.xml b/example/domain/rps/model/pom.xml index f8de4affe..b3f725fda 100644 --- a/example/domain/rps/model/pom.xml +++ b/example/domain/rps/model/pom.xml @@ -20,7 +20,7 @@ example-rps org.occurrent - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT 4.0.0 @@ -62,25 +62,25 @@ org.occurrent command-composition - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT test org.occurrent application-service-blocking - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT test org.occurrent eventstore-inmemory - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT test org.occurrent subscription-inmemory - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT test @@ -96,7 +96,7 @@ org.occurrent subscription-dsl-blocking - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT test diff --git a/example/domain/rps/multiround-decider-model/pom.xml b/example/domain/rps/multiround-decider-model/pom.xml index b2f3c1747..fc7c154a7 100644 --- a/example/domain/rps/multiround-decider-model/pom.xml +++ b/example/domain/rps/multiround-decider-model/pom.xml @@ -20,7 +20,7 @@ example-rps org.occurrent - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT 4.0.0 @@ -62,30 +62,30 @@ org.occurrent decider - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT org.occurrent command-composition - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT test org.occurrent application-service-blocking - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT test org.occurrent eventstore-inmemory - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT test org.occurrent subscription-inmemory - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT test @@ -101,7 +101,7 @@ org.occurrent subscription-dsl-blocking - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT test diff --git a/example/domain/rps/pom.xml b/example/domain/rps/pom.xml index e9d376603..87c7595ba 100644 --- a/example/domain/rps/pom.xml +++ b/example/domain/rps/pom.xml @@ -20,7 +20,7 @@ example-domain org.occurrent - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT pom 4.0.0 diff --git a/example/domain/rps/pragmatic-model/pom.xml b/example/domain/rps/pragmatic-model/pom.xml index b05d85731..0e895a08b 100644 --- a/example/domain/rps/pragmatic-model/pom.xml +++ b/example/domain/rps/pragmatic-model/pom.xml @@ -20,7 +20,7 @@ example-rps org.occurrent - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT 4.0.0 @@ -62,25 +62,25 @@ org.occurrent command-composition - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT test org.occurrent application-service-blocking - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT test org.occurrent eventstore-inmemory - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT test org.occurrent subscription-inmemory - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT test @@ -96,13 +96,13 @@ org.occurrent subscription-dsl-blocking - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT test org.occurrent cloudevent-converter-jackson - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT test diff --git a/example/domain/uno/model/pom.xml b/example/domain/uno/model/pom.xml index 3222d8ad8..332bf0ac9 100644 --- a/example/domain/uno/model/pom.xml +++ b/example/domain/uno/model/pom.xml @@ -19,7 +19,7 @@ example-uno org.occurrent - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT 4.0.0 diff --git a/example/domain/uno/mongodb/common/pom.xml b/example/domain/uno/mongodb/common/pom.xml index a417c48a6..e6d9f1433 100644 --- a/example/domain/uno/mongodb/common/pom.xml +++ b/example/domain/uno/mongodb/common/pom.xml @@ -19,7 +19,7 @@ example-uno-es-mongodb org.occurrent - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT 4.0.0 @@ -34,7 +34,7 @@ org.occurrent example-uno-model - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT org.jetbrains.kotlin @@ -51,7 +51,7 @@ org.occurrent application-service-blocking - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT diff --git a/example/domain/uno/mongodb/native/pom.xml b/example/domain/uno/mongodb/native/pom.xml index 153541bb0..b8a372475 100644 --- a/example/domain/uno/mongodb/native/pom.xml +++ b/example/domain/uno/mongodb/native/pom.xml @@ -19,7 +19,7 @@ example-uno-es-mongodb org.occurrent - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT 4.0.0 @@ -28,32 +28,32 @@ org.occurrent example-uno-model - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT org.occurrent example-uno-es-mongodb-common - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT org.occurrent eventstore-mongodb-native - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT org.occurrent subscription-mongodb-native-blocking-position-storage - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT org.occurrent application-service-blocking - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT org.occurrent command-composition - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT ch.qos.logback diff --git a/example/domain/uno/mongodb/pom.xml b/example/domain/uno/mongodb/pom.xml index 37beb7df9..c98f89671 100644 --- a/example/domain/uno/mongodb/pom.xml +++ b/example/domain/uno/mongodb/pom.xml @@ -19,7 +19,7 @@ example-uno org.occurrent - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT pom diff --git a/example/domain/uno/mongodb/spring/blocking/pom.xml b/example/domain/uno/mongodb/spring/blocking/pom.xml index dd0e5acdc..59bfbbed5 100644 --- a/example/domain/uno/mongodb/spring/blocking/pom.xml +++ b/example/domain/uno/mongodb/spring/blocking/pom.xml @@ -19,7 +19,7 @@ example-uno-es-mongodb-spring org.occurrent - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT 4.0.0 @@ -34,42 +34,42 @@ org.occurrent example-uno-model - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT org.occurrent example-uno-es-mongodb-common - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT org.occurrent application-service-blocking - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT org.occurrent command-composition - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT org.occurrent eventstore-mongodb-spring-blocking - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT org.occurrent subscription-mongodb-spring-blocking - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT org.occurrent subscription-redis-spring-blocking-position-storage - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT org.occurrent durable-subscription - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT org.springframework.boot diff --git a/example/domain/uno/mongodb/spring/pom.xml b/example/domain/uno/mongodb/spring/pom.xml index 4d30a1f71..5c2887a0e 100644 --- a/example/domain/uno/mongodb/spring/pom.xml +++ b/example/domain/uno/mongodb/spring/pom.xml @@ -19,7 +19,7 @@ example-uno-es-mongodb org.occurrent - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT 4.0.0 diff --git a/example/domain/uno/pom.xml b/example/domain/uno/pom.xml index 8d2953cc6..05a491f7a 100644 --- a/example/domain/uno/pom.xml +++ b/example/domain/uno/pom.xml @@ -19,7 +19,7 @@ example-domain org.occurrent - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT 4.0.0 pom diff --git a/example/domain/word-guessing-game/model/pom.xml b/example/domain/word-guessing-game/model/pom.xml index 301526c81..66627e0f2 100644 --- a/example/domain/word-guessing-game/model/pom.xml +++ b/example/domain/word-guessing-game/model/pom.xml @@ -3,7 +3,7 @@ example-domain-word-guessing-game org.occurrent - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT 4.0.0 diff --git a/example/domain/word-guessing-game/mongodb/pom.xml b/example/domain/word-guessing-game/mongodb/pom.xml index 1ed2d193f..9889200bd 100644 --- a/example/domain/word-guessing-game/mongodb/pom.xml +++ b/example/domain/word-guessing-game/mongodb/pom.xml @@ -3,7 +3,7 @@ example-domain-word-guessing-game org.occurrent - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT 4.0.0 pom diff --git a/example/domain/word-guessing-game/mongodb/spring/blocking/pom.xml b/example/domain/word-guessing-game/mongodb/spring/blocking/pom.xml index bb6a03cfe..5f4680d97 100644 --- a/example/domain/word-guessing-game/mongodb/spring/blocking/pom.xml +++ b/example/domain/word-guessing-game/mongodb/spring/blocking/pom.xml @@ -19,7 +19,7 @@ example-domain-word-guessing-game-es-mongodb-spring org.occurrent - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT 4.0.0 @@ -29,7 +29,7 @@ org.occurrent example-domain-word-guessing-game-model - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT org.springframework.boot @@ -58,42 +58,42 @@ org.occurrent eventstore-mongodb-spring-blocking - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT org.occurrent subscription-mongodb-spring-blocking - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT org.occurrent subscription-mongodb-spring-blocking-position-storage - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT org.occurrent durable-subscription - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT org.occurrent application-service-blocking - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT org.occurrent catchup-subscription - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT org.occurrent subscription-dsl-blocking - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT org.occurrent query-dsl-blocking - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT org.jetbrains.kotlinx diff --git a/example/domain/word-guessing-game/mongodb/spring/pom.xml b/example/domain/word-guessing-game/mongodb/spring/pom.xml index 9202db5a9..3ef505c0c 100644 --- a/example/domain/word-guessing-game/mongodb/spring/pom.xml +++ b/example/domain/word-guessing-game/mongodb/spring/pom.xml @@ -3,7 +3,7 @@ example-domain-word-guessing-game-es-mongodb org.occurrent - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT 4.0.0 diff --git a/example/domain/word-guessing-game/pom.xml b/example/domain/word-guessing-game/pom.xml index 73e5acf7c..7212e64e6 100644 --- a/example/domain/word-guessing-game/pom.xml +++ b/example/domain/word-guessing-game/pom.xml @@ -3,7 +3,7 @@ example-domain org.occurrent - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT pom diff --git a/example/forwarder/mongodb-subscription-to-spring-event/pom.xml b/example/forwarder/mongodb-subscription-to-spring-event/pom.xml index 6c20a3dea..119f1892c 100644 --- a/example/forwarder/mongodb-subscription-to-spring-event/pom.xml +++ b/example/forwarder/mongodb-subscription-to-spring-event/pom.xml @@ -19,7 +19,7 @@ example-forwarder org.occurrent - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT 4.0.0 @@ -29,22 +29,22 @@ org.occurrent subscription-mongodb-spring-reactor-position-storage - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT org.occurrent subscription-mongodb-spring-reactor - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT org.occurrent eventstore-mongodb-native - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT org.occurrent reactor-durable-subscription - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT org.springframework.boot @@ -59,7 +59,7 @@ org.occurrent test-support - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT diff --git a/example/forwarder/pom.xml b/example/forwarder/pom.xml index 1c8909ece..ed52fe879 100644 --- a/example/forwarder/pom.xml +++ b/example/forwarder/pom.xml @@ -19,7 +19,7 @@ example org.occurrent - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT 4.0.0 diff --git a/example/pom.xml b/example/pom.xml index 819dc2160..c6078cfba 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -19,7 +19,7 @@ occurrent org.occurrent - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT pom diff --git a/example/projection/pom.xml b/example/projection/pom.xml index 735b3b4ca..7aededdc2 100644 --- a/example/projection/pom.xml +++ b/example/projection/pom.xml @@ -19,7 +19,7 @@ example org.occurrent - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT pom 4.0.0 diff --git a/example/projection/spring-adhoc-evenstore-mongodb-queries/pom.xml b/example/projection/spring-adhoc-evenstore-mongodb-queries/pom.xml index 0f2a74186..445ea43ad 100644 --- a/example/projection/spring-adhoc-evenstore-mongodb-queries/pom.xml +++ b/example/projection/spring-adhoc-evenstore-mongodb-queries/pom.xml @@ -19,7 +19,7 @@ example-projection org.occurrent - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT 4.0.0 @@ -29,7 +29,7 @@ org.occurrent eventstore-mongodb-spring-blocking - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT org.springframework.boot @@ -42,7 +42,7 @@ org.occurrent test-support - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT io.vavr diff --git a/example/projection/spring-reactor-transactional-projection-mongodb/pom.xml b/example/projection/spring-reactor-transactional-projection-mongodb/pom.xml index 4997862d1..ab273629f 100644 --- a/example/projection/spring-reactor-transactional-projection-mongodb/pom.xml +++ b/example/projection/spring-reactor-transactional-projection-mongodb/pom.xml @@ -19,7 +19,7 @@ example-projection org.occurrent - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT 4.0.0 @@ -29,7 +29,7 @@ org.occurrent eventstore-mongodb-spring-reactor - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT org.springframework.boot @@ -43,7 +43,7 @@ org.occurrent test-support - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT io.vavr diff --git a/example/projection/spring-subscription-based-mongodb-projections/pom.xml b/example/projection/spring-subscription-based-mongodb-projections/pom.xml index 592660f44..02a8d7fe1 100644 --- a/example/projection/spring-subscription-based-mongodb-projections/pom.xml +++ b/example/projection/spring-subscription-based-mongodb-projections/pom.xml @@ -19,7 +19,7 @@ example-projection org.occurrent - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT 4.0.0 @@ -29,17 +29,17 @@ org.occurrent eventstore-mongodb-spring-blocking - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT org.occurrent subscription-mongodb-spring-blocking-position-storage - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT org.occurrent durable-subscription - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT org.springframework.boot @@ -52,7 +52,7 @@ org.occurrent test-support - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT io.vavr diff --git a/example/projection/spring-transactional-projection-mongodb/pom.xml b/example/projection/spring-transactional-projection-mongodb/pom.xml index 470d7c63d..fcf8f7a40 100644 --- a/example/projection/spring-transactional-projection-mongodb/pom.xml +++ b/example/projection/spring-transactional-projection-mongodb/pom.xml @@ -19,7 +19,7 @@ example-projection org.occurrent - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT 4.0.0 @@ -29,7 +29,7 @@ org.occurrent eventstore-mongodb-spring-blocking - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT org.springframework.boot @@ -42,7 +42,7 @@ org.occurrent test-support - 0.19.5-SNAPSHOT + 0.19.6-SNAPSHOT io.vavr