Skip to content

Commit

Permalink
GH-464 - Upgrade to jMolecules 2023.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Nov 25, 2024
1 parent cf12699 commit 2876bf1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<properties>
<dev>/dev</dev>
<java.version>21</java.version>
<jmolecules.version>2023.1.4</jmolecules.version>
<jmolecules.version>2023.2.1</jmolecules.version>
<spring-modulith.version>1.3.0</spring-modulith.version>
<spring-asciidoctor-backends.version>0.0.7</spring-asciidoctor-backends.version>
</properties>
Expand Down Expand Up @@ -256,6 +256,11 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.jmolecules.integrations</groupId>
<artifactId>jmolecules-apt</artifactId>
</dependency>

<dependency>
<groupId>org.jmolecules.integrations</groupId>
<artifactId>jmolecules-starter-ddd</artifactId>
Expand Down

0 comments on commit 2876bf1

Please sign in to comment.