Skip to content

Commit

Permalink
dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Jan 19, 2025
1 parent 966a496 commit 5b5a946
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion poms-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<lucene.elasticsearch.version>8.8.2</lucene.elasticsearch.version>
<lucene.spatial.version>8.4.1</lucene.spatial.version>

<postgresql.version>42.7.4</postgresql.version>
<postgresql.version>42.7.5</postgresql.version>

<commons.lang3.version>3.17.0</commons.lang3.version>
<jsonwebtoken.version>0.12.6</jsonwebtoken.version>
Expand Down Expand Up @@ -336,6 +336,12 @@
<artifactId>mihxil-functional</artifactId>
<version>1.11</version>
</dependency>
<dependency>
<groupId>org.meeuw.math</groupId>
<artifactId>mihxil-theories</artifactId>
<version>0.14.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.meeuw.i18n</groupId>
<artifactId>i18n-regions-bom</artifactId>
Expand Down

0 comments on commit 5b5a946

Please sign in to comment.