diff --git a/example/domain/mastermind/decider-model-kotlin/pom.xml b/example/domain/mastermind/decider-model-kotlin/pom.xml index b95e858ad..8fdb1d1d3 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.4-SNAPSHOT + 0.19.5-SNAPSHOT 4.0.0 @@ -34,7 +34,7 @@ org.occurrent decider - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT diff --git a/example/domain/mastermind/pom.xml b/example/domain/mastermind/pom.xml index 2f7fe0004..4a4a5019e 100644 --- a/example/domain/mastermind/pom.xml +++ b/example/domain/mastermind/pom.xml @@ -19,7 +19,7 @@ example-domain org.occurrent - 0.19.4-SNAPSHOT + 0.19.5-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 542cdddec..45980b604 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.4-SNAPSHOT + 0.19.5-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 fe6e19c30..3175d57ff 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.4-SNAPSHOT + 0.19.5-SNAPSHOT 4.0.0 @@ -29,22 +29,22 @@ org.occurrent example-number-guessing-game-model - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT org.occurrent eventstore-mongodb-native - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT org.occurrent subscription-mongodb-native-blocking-position-storage - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT org.occurrent durable-subscription - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT com.rabbitmq diff --git a/example/domain/number-guessing-game/mongodb/pom.xml b/example/domain/number-guessing-game/mongodb/pom.xml index 3fb1b01c4..088f7cd36 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.4-SNAPSHOT + 0.19.5-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 f77a64dec..f3612c734 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.4-SNAPSHOT + 0.19.5-SNAPSHOT 4.0.0 @@ -30,17 +30,17 @@ org.occurrent example-number-guessing-game-model - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT org.occurrent spring-boot-starter-mongodb - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT org.occurrent cloudevent-converter-generic - 0.19.4-SNAPSHOT + 0.19.5-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 6b1aff916..772d81fd7 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.4-SNAPSHOT + 0.19.5-SNAPSHOT pom 4.0.0 diff --git a/example/domain/number-guessing-game/pom.xml b/example/domain/number-guessing-game/pom.xml index accc97517..28e6b6cb4 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.4-SNAPSHOT + 0.19.5-SNAPSHOT pom 4.0.0 diff --git a/example/domain/pom.xml b/example/domain/pom.xml index 90cabdd06..8bd39df49 100644 --- a/example/domain/pom.xml +++ b/example/domain/pom.xml @@ -19,7 +19,7 @@ example org.occurrent - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT pom example-domain diff --git a/example/domain/rps/decider-model/pom.xml b/example/domain/rps/decider-model/pom.xml index e9ef3bf43..11d4186fb 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.4-SNAPSHOT + 0.19.5-SNAPSHOT 4.0.0 @@ -41,7 +41,7 @@ org.occurrent decider - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT @@ -68,25 +68,25 @@ org.occurrent command-composition - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT test org.occurrent application-service-blocking - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT test org.occurrent eventstore-inmemory - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT test org.occurrent subscription-inmemory - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT test @@ -102,7 +102,7 @@ org.occurrent subscription-dsl-blocking - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT test diff --git a/example/domain/rps/decider-web/pom.xml b/example/domain/rps/decider-web/pom.xml index 4ebe27371..98065ef4b 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.4-SNAPSHOT + 0.19.5-SNAPSHOT 4.0.0 @@ -40,22 +40,22 @@ org.occurrent decider - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT org.occurrent example-rps-decider-model - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT org.occurrent spring-boot-starter-mongodb - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT org.occurrent view-dsl - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT org.jetbrains.kotlin diff --git a/example/domain/rps/model/pom.xml b/example/domain/rps/model/pom.xml index 1b5443e79..f8de4affe 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.4-SNAPSHOT + 0.19.5-SNAPSHOT 4.0.0 @@ -62,25 +62,25 @@ org.occurrent command-composition - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT test org.occurrent application-service-blocking - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT test org.occurrent eventstore-inmemory - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT test org.occurrent subscription-inmemory - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT test @@ -96,7 +96,7 @@ org.occurrent subscription-dsl-blocking - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT test diff --git a/example/domain/rps/multiround-decider-model/pom.xml b/example/domain/rps/multiround-decider-model/pom.xml index bea8edd81..b2f3c1747 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.4-SNAPSHOT + 0.19.5-SNAPSHOT 4.0.0 @@ -62,30 +62,30 @@ org.occurrent decider - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT org.occurrent command-composition - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT test org.occurrent application-service-blocking - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT test org.occurrent eventstore-inmemory - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT test org.occurrent subscription-inmemory - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT test @@ -101,7 +101,7 @@ org.occurrent subscription-dsl-blocking - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT test diff --git a/example/domain/rps/pom.xml b/example/domain/rps/pom.xml index 3bdeb75fd..e9d376603 100644 --- a/example/domain/rps/pom.xml +++ b/example/domain/rps/pom.xml @@ -20,7 +20,7 @@ example-domain org.occurrent - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT pom 4.0.0 diff --git a/example/domain/rps/pragmatic-model/pom.xml b/example/domain/rps/pragmatic-model/pom.xml index ca302e147..b05d85731 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.4-SNAPSHOT + 0.19.5-SNAPSHOT 4.0.0 @@ -62,25 +62,25 @@ org.occurrent command-composition - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT test org.occurrent application-service-blocking - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT test org.occurrent eventstore-inmemory - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT test org.occurrent subscription-inmemory - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT test @@ -96,13 +96,13 @@ org.occurrent subscription-dsl-blocking - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT test org.occurrent cloudevent-converter-jackson - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT test diff --git a/example/domain/uno/model/pom.xml b/example/domain/uno/model/pom.xml index 3783f8354..3222d8ad8 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.4-SNAPSHOT + 0.19.5-SNAPSHOT 4.0.0 diff --git a/example/domain/uno/mongodb/common/pom.xml b/example/domain/uno/mongodb/common/pom.xml index d51404a0d..a417c48a6 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.4-SNAPSHOT + 0.19.5-SNAPSHOT 4.0.0 @@ -34,7 +34,7 @@ org.occurrent example-uno-model - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT org.jetbrains.kotlin @@ -51,7 +51,7 @@ org.occurrent application-service-blocking - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT diff --git a/example/domain/uno/mongodb/native/pom.xml b/example/domain/uno/mongodb/native/pom.xml index 190d1aeb8..153541bb0 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.4-SNAPSHOT + 0.19.5-SNAPSHOT 4.0.0 @@ -28,32 +28,32 @@ org.occurrent example-uno-model - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT org.occurrent example-uno-es-mongodb-common - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT org.occurrent eventstore-mongodb-native - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT org.occurrent subscription-mongodb-native-blocking-position-storage - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT org.occurrent application-service-blocking - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT org.occurrent command-composition - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT ch.qos.logback diff --git a/example/domain/uno/mongodb/pom.xml b/example/domain/uno/mongodb/pom.xml index f57b3f98e..37beb7df9 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.4-SNAPSHOT + 0.19.5-SNAPSHOT pom diff --git a/example/domain/uno/mongodb/spring/blocking/pom.xml b/example/domain/uno/mongodb/spring/blocking/pom.xml index 361e0a9a8..dd0e5acdc 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.4-SNAPSHOT + 0.19.5-SNAPSHOT 4.0.0 @@ -34,42 +34,42 @@ org.occurrent example-uno-model - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT org.occurrent example-uno-es-mongodb-common - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT org.occurrent application-service-blocking - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT org.occurrent command-composition - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT org.occurrent eventstore-mongodb-spring-blocking - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT org.occurrent subscription-mongodb-spring-blocking - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT org.occurrent subscription-redis-spring-blocking-position-storage - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT org.occurrent durable-subscription - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT org.springframework.boot diff --git a/example/domain/uno/mongodb/spring/pom.xml b/example/domain/uno/mongodb/spring/pom.xml index 3b911bc10..4d30a1f71 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.4-SNAPSHOT + 0.19.5-SNAPSHOT 4.0.0 diff --git a/example/domain/uno/pom.xml b/example/domain/uno/pom.xml index 49725726f..8d2953cc6 100644 --- a/example/domain/uno/pom.xml +++ b/example/domain/uno/pom.xml @@ -19,7 +19,7 @@ example-domain org.occurrent - 0.19.4-SNAPSHOT + 0.19.5-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 cbc30e167..301526c81 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.4-SNAPSHOT + 0.19.5-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 a02affd9b..1ed2d193f 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.4-SNAPSHOT + 0.19.5-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 1e5e35bbe..bb6a03cfe 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.4-SNAPSHOT + 0.19.5-SNAPSHOT 4.0.0 @@ -29,7 +29,7 @@ org.occurrent example-domain-word-guessing-game-model - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT org.springframework.boot @@ -58,42 +58,42 @@ org.occurrent eventstore-mongodb-spring-blocking - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT org.occurrent subscription-mongodb-spring-blocking - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT org.occurrent subscription-mongodb-spring-blocking-position-storage - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT org.occurrent durable-subscription - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT org.occurrent application-service-blocking - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT org.occurrent catchup-subscription - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT org.occurrent subscription-dsl-blocking - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT org.occurrent query-dsl-blocking - 0.19.4-SNAPSHOT + 0.19.5-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 d000c6743..9202db5a9 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.4-SNAPSHOT + 0.19.5-SNAPSHOT 4.0.0 diff --git a/example/domain/word-guessing-game/pom.xml b/example/domain/word-guessing-game/pom.xml index 2d7aa7ede..73e5acf7c 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.4-SNAPSHOT + 0.19.5-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 95ce31a39..6c20a3dea 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.4-SNAPSHOT + 0.19.5-SNAPSHOT 4.0.0 @@ -29,22 +29,22 @@ org.occurrent subscription-mongodb-spring-reactor-position-storage - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT org.occurrent subscription-mongodb-spring-reactor - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT org.occurrent eventstore-mongodb-native - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT org.occurrent reactor-durable-subscription - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT org.springframework.boot @@ -59,7 +59,7 @@ org.occurrent test-support - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT diff --git a/example/forwarder/pom.xml b/example/forwarder/pom.xml index ecf9a8cda..1c8909ece 100644 --- a/example/forwarder/pom.xml +++ b/example/forwarder/pom.xml @@ -19,7 +19,7 @@ example org.occurrent - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT 4.0.0 diff --git a/example/pom.xml b/example/pom.xml index 66fe922b0..819dc2160 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -19,7 +19,7 @@ occurrent org.occurrent - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT pom diff --git a/example/projection/pom.xml b/example/projection/pom.xml index 9029b037e..735b3b4ca 100644 --- a/example/projection/pom.xml +++ b/example/projection/pom.xml @@ -19,7 +19,7 @@ example org.occurrent - 0.19.4-SNAPSHOT + 0.19.5-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 39685c269..0f2a74186 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.4-SNAPSHOT + 0.19.5-SNAPSHOT 4.0.0 @@ -29,7 +29,7 @@ org.occurrent eventstore-mongodb-spring-blocking - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT org.springframework.boot @@ -42,7 +42,7 @@ org.occurrent test-support - 0.19.4-SNAPSHOT + 0.19.5-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 09f93af22..4997862d1 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.4-SNAPSHOT + 0.19.5-SNAPSHOT 4.0.0 @@ -29,7 +29,7 @@ org.occurrent eventstore-mongodb-spring-reactor - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT org.springframework.boot @@ -43,7 +43,7 @@ org.occurrent test-support - 0.19.4-SNAPSHOT + 0.19.5-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 8ee9efebd..592660f44 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.4-SNAPSHOT + 0.19.5-SNAPSHOT 4.0.0 @@ -29,17 +29,17 @@ org.occurrent eventstore-mongodb-spring-blocking - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT org.occurrent subscription-mongodb-spring-blocking-position-storage - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT org.occurrent durable-subscription - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT org.springframework.boot @@ -52,7 +52,7 @@ org.occurrent test-support - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT io.vavr diff --git a/example/projection/spring-transactional-projection-mongodb/pom.xml b/example/projection/spring-transactional-projection-mongodb/pom.xml index 0759cfb27..470d7c63d 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.4-SNAPSHOT + 0.19.5-SNAPSHOT 4.0.0 @@ -29,7 +29,7 @@ org.occurrent eventstore-mongodb-spring-blocking - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT org.springframework.boot @@ -42,7 +42,7 @@ org.occurrent test-support - 0.19.4-SNAPSHOT + 0.19.5-SNAPSHOT io.vavr