GH-427 - Upgrade to jMolecules 2023.1.1.

This commit is contained in:
Oliver Drotbohm
2023-12-21 14:29:34 +01:00
parent 70ded749cd
commit 00ee8996d4
2 changed files with 3 additions and 2 deletions

View File

@@ -23,6 +23,7 @@
<properties>
<java.version>17</java.version>
<jmolecules.version>2023.1.1</jmolecules.version>
</properties>
<build>
@@ -41,7 +42,7 @@
<dependency>
<groupId>org.jmolecules</groupId>
<artifactId>jmolecules-bom</artifactId>
<version>2023.1.0</version>
<version>${jmolecules.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>