Skip to content

Commit 5b5a946

Browse files
committed
dependency
1 parent 966a496 commit 5b5a946

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

poms-parent/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<lucene.elasticsearch.version>8.8.2</lucene.elasticsearch.version>
106106
<lucene.spatial.version>8.4.1</lucene.spatial.version>
107107

108-
<postgresql.version>42.7.4</postgresql.version>
108+
<postgresql.version>42.7.5</postgresql.version>
109109

110110
<commons.lang3.version>3.17.0</commons.lang3.version>
111111
<jsonwebtoken.version>0.12.6</jsonwebtoken.version>
@@ -336,6 +336,12 @@
336336
<artifactId>mihxil-functional</artifactId>
337337
<version>1.11</version>
338338
</dependency>
339+
<dependency>
340+
<groupId>org.meeuw.math</groupId>
341+
<artifactId>mihxil-theories</artifactId>
342+
<version>0.14.0</version>
343+
<scope>test</scope>
344+
</dependency>
339345
<dependency>
340346
<groupId>org.meeuw.i18n</groupId>
341347
<artifactId>i18n-regions-bom</artifactId>

0 commit comments

Comments
 (0)