diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 4fdd5a6..a1e6509 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -23,4 +23,4 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Build with Maven
- run: mvn -B verify --file pom.xml
+ run: mvn -B verify --file pom.xml -DskipDependencyCheck=true
diff --git a/pom.xml b/pom.xml
index 420adaa..8fc8601 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,40 +61,42 @@
false
- 0.40.4
+ 0.40.5
+ 3.3
+ 42.7.3
+ 2.0.12
+ 3.2.3
+ 4.2.1
+ 4.2.4
+ 3.2.4
3.3
- 42.7.1
- 2.0.11
- 3.2.2
- 4.2.0
- 4.2.2
- 3.2.2
3.25.3
4.11.1
- 2.22.1
- 2.5.0
+ 2.23.1
+ 2.5.1
+ 2.9.0
2.2
- 1.12.2
- 1.2.2
- 4.1.106.Final
+ 1.12.4
+ 1.2.4
+ 4.1.107.Final
5.10.2
- 1.19.4
- 3.44.0
- 2.16.1
- 2023.0.2
- 6.1.3
- 5.10.0
- 1.4.14
+ 1.19.7
+ 3.45.1
+ 2.17.0
+ 2023.0.4
+ 6.1.5
+ 5.11.0
+ 1.5.3
+ 1.11.3
+ 1.26.1
- 3.1.1
- 3.6.1
- 2.22.1
- 2.5.0
- 1.18.30
+ 3.1.3
+ 3.7.0
+ 1.18.32
0.16.0
2.17.2
- 1.4.2
+ 1.5.1
3.6.1
@@ -109,14 +111,14 @@
3.6.3
3.2.5
3.2.5
- 3.12.1
+ 3.13.0
2.16.2
3.4.1
3.8.8
- 9.0.9
+ 9.0.10
1.6.0
1.6.13
- 3.1.0
+ 3.2.1
@@ -197,6 +199,12 @@
snakeyaml
${snakeyaml.version}
+
+
+ org.apache.commons
+ commons-compress
+ ${commons-compress.version}
+
diff --git a/postgresql-cqrs/pom.xml b/postgresql-cqrs/pom.xml
index 9629756..59e1f24 100644
--- a/postgresql-cqrs/pom.xml
+++ b/postgresql-cqrs/pom.xml
@@ -38,6 +38,11 @@
spring-boot-starter-postgresql-event-store
${essentials.version}
+
+ dk.cloudcreate.essentials.components
+ eventsourced-aggregates
+ ${essentials.version}
+