Skip to content

Commit 23e5afc

Browse files
Upgrades (#69)
1 parent 671b371 commit 23e5afc

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>io.memoria</groupId>
88
<artifactId>atom</artifactId>
9-
<version>24.6.0</version>
9+
<version>24.7.0</version>
1010
</parent>
1111

1212
<groupId>io.memoria.atom</groupId>
1313
<artifactId>core</artifactId>
14-
<version>24.6.0</version>
14+
<version>24.7.0</version>
1515
<packaging>jar</packaging>
1616
<name>${project.groupId}.${project.artifactId}</name>
1717
<description>Core Module</description>

eventsourcing/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>io.memoria</groupId>
88
<artifactId>atom</artifactId>
9-
<version>24.6.0</version>
9+
<version>24.7.0</version>
1010
</parent>
1111

1212
<groupId>io.memoria.atom</groupId>
1313
<artifactId>eventsourcing</artifactId>
14-
<version>24.6.0</version>
14+
<version>24.7.0</version>
1515
<packaging>jar</packaging>
1616
<name>${project.groupId}.${project.artifactId}</name>
1717
<description>eventsourcing Module</description>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<!--suppress MavenRedundantGroupId -->
1414
<groupId>io.memoria</groupId>
1515
<artifactId>atom</artifactId>
16-
<version>24.6.0</version>
16+
<version>24.7.0</version>
1717
<packaging>pom</packaging>
1818

1919
<!-- Metadata -->
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>com.github.f4b6a3</groupId>
5050
<artifactId>uuid-creator</artifactId>
51-
<version>6.0.0</version>
51+
<version>6.1.1</version>
5252
</dependency>
5353

5454
<!-- Logging -->
@@ -101,7 +101,7 @@
101101
<dependency>
102102
<groupId>com.fasterxml.jackson</groupId>
103103
<artifactId>jackson-bom</artifactId>
104-
<version>2.18.3</version>
104+
<version>2.19.0</version>
105105
<type>pom</type>
106106
<scope>import</scope>
107107
</dependency>

xjackson/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>io.memoria</groupId>
88
<artifactId>atom</artifactId>
9-
<version>24.6.0</version>
9+
<version>24.7.0</version>
1010
</parent>
1111

1212
<groupId>io.memoria.atom</groupId>
1313
<artifactId>xjackson</artifactId>
14-
<version>24.6.0</version>
14+
<version>24.7.0</version>
1515
<packaging>jar</packaging>
1616
<name>${project.groupId}.${project.artifactId}</name>
1717
<description>text Module</description>

0 commit comments

Comments
 (0)