Skip to content

Commit

Permalink
pom update
Browse files Browse the repository at this point in the history
  • Loading branch information
nicol authored and nicol committed Dec 10, 2023
1 parent 0592a66 commit d86f0cd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<sonar.host.url>https://sonarcloud.io</sonar.host.url>

<jwt.version>0.12.3</jwt.version>
<lucene.version>9.8.0</lucene.version>
<lucene.version>9.9.0</lucene.version>
<artemis.version>2.31.2</artemis.version>
<flatlaf.version>3.2.5</flatlaf.version>
<qwartz.version>2.5.0-rc1</qwartz.version>
Expand Down Expand Up @@ -364,7 +364,7 @@
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
</dependency>
<dependency>
<groupId>org.xerial</groupId>
Expand Down Expand Up @@ -517,7 +517,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.15.0</version>
<version>2.15.1</version>
</dependency>

<dependency>
Expand All @@ -528,7 +528,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.2</version>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down Expand Up @@ -619,7 +619,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.0</version>
<version>42.7.1</version>
</dependency>
<dependency>
<groupId>org.mozilla</groupId>
Expand Down

0 comments on commit d86f0cd

Please sign in to comment.