Skip to content

Commit 87fad88

Browse files
committed
- update libs
1 parent b6da95f commit 87fad88

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,15 @@
9393
<maven.compiler.target>${jdk.language.version}</maven.compiler.target>
9494

9595
<annotations.version>24.1.0</annotations.version>
96-
<assertj-core.version>3.25.3</assertj-core.version>
97-
<commons-configuration2.version>2.10.1</commons-configuration2.version>
96+
<assertj-core.version>3.26.3</assertj-core.version>
97+
<commons-configuration2.version>2.11.0</commons-configuration2.version>
9898
<commons-io.version>2.11.0</commons-io.version>
99-
<commons-lang3.version>3.14.0</commons-lang3.version>
99+
<commons-lang3.version>3.15.0</commons-lang3.version>
100100
<controlsfx.version>11.2.1</controlsfx.version>
101-
<flatlaf.version>3.4</flatlaf.version>
101+
<flatlaf.version>3.5</flatlaf.version>
102102
<guava.version>33.2.1-jre</guava.version>
103103
<install4j-maven-plugin.version>1.1.2</install4j-maven-plugin.version>
104-
<jackson.version>2.17.0</jackson.version>
104+
<jackson.version>2.17.2</jackson.version>
105105
<jaffree.version>2023.09.10</jaffree.version>
106106
<javafx.version>22</javafx.version>
107107
<javax.transaction-api.version>1.3</javax.transaction-api.version>
@@ -120,7 +120,7 @@
120120
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
121121
<maven-surefire-plugin.version>3.0.0-M5</maven-surefire-plugin.version>
122122
<miglayout.version>11.3</miglayout.version>
123-
<mockito.version>5.11.0</mockito.version>
123+
<mockito.version>5.12.0</mockito.version>
124124
<okhttp.version>5.0.0-alpha.14</okhttp.version>
125125
<picocli.version>4.7.6</picocli.version>
126126
<sqlite-jdbc.version>3.46.0.0</sqlite-jdbc.version>
@@ -146,7 +146,7 @@
146146
<!--suppress UnresolvedMavenProperty -->
147147
<install4j.licenseKey>${env.LICENSE_KEY_10}</install4j.licenseKey>
148148
<install4j.version>10.0.7</install4j.version>
149-
<lucene.version>9.11.0</lucene.version>
149+
<lucene.version>9.11.1</lucene.version>
150150
</properties>
151151

152152
<dependencies>
@@ -176,7 +176,7 @@
176176
<dependency>
177177
<groupId>org.jfree</groupId>
178178
<artifactId>jfreechart</artifactId>
179-
<version>1.5.4</version>
179+
<version>1.5.5</version>
180180
</dependency>
181181

182182
<dependency>

0 commit comments

Comments
 (0)