Skip to content

Commit d6119ad

Browse files
committed
update dependencies versions
1 parent 26395a8 commit d6119ad

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<maven.compiler.source>25</maven.compiler.source>
1212
<maven.compiler.target>25</maven.compiler.target>
1313
<attach.version>4.0.10</attach.version>
14-
<javafx.version>25</javafx.version>
15-
<log4j.version>2.22.1</log4j.version>
14+
<javafx.version>25.0.2</javafx.version>
15+
<log4j.version>2.25.3</log4j.version>
1616
</properties>
1717

1818
<repositories>
@@ -133,7 +133,7 @@
133133
<dependency>
134134
<groupId>org.controlsfx</groupId>
135135
<artifactId>controlsfx</artifactId>
136-
<version>11.2.2</version>
136+
<version>11.2.3</version>
137137
</dependency>
138138
<!-- https://mvnrepository.com/artifact/org.openjfx/javafx-web -->
139139
<dependency>
@@ -156,44 +156,44 @@
156156
<dependency>
157157
<groupId>org.xerial</groupId>
158158
<artifactId>sqlite-jdbc</artifactId>
159-
<version>3.50.3.0</version>
159+
<version>3.51.1.0</version>
160160
</dependency>
161161
<!-- https://mvnrepository.com/artifact/com.mysql/mysql-connector-j -->
162162
<dependency>
163163
<groupId>com.mysql</groupId>
164164
<artifactId>mysql-connector-j</artifactId>
165-
<version>9.4.0</version>
165+
<version>9.5.0</version>
166166
</dependency>
167167
<!-- https://mvnrepository.com/artifact/org.postgresql/postgresql -->
168168
<dependency>
169169
<groupId>org.postgresql</groupId>
170170
<artifactId>postgresql</artifactId>
171-
<version>42.7.8</version>
171+
<version>42.7.9</version>
172172
</dependency>
173173
<!--
174174
https://mvnrepository.com/artifact/com.microsoft.sqlserver/mssql-jdbc -->
175175
<dependency>
176176
<groupId>com.microsoft.sqlserver</groupId>
177177
<artifactId>mssql-jdbc</artifactId>
178-
<version>13.2.0.jre11</version>
178+
<version>13.2.1.jre11</version>
179179
</dependency>
180180
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-dbcp2 -->
181181
<dependency>
182182
<groupId>org.apache.commons</groupId>
183183
<artifactId>commons-dbcp2</artifactId>
184-
<version>2.13.0</version>
184+
<version>2.14.0</version>
185185
</dependency>
186186
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
187187
<dependency>
188188
<groupId>org.apache.commons</groupId>
189189
<artifactId>commons-lang3</artifactId>
190-
<version>3.18.0</version>
190+
<version>3.20.0</version>
191191
</dependency>
192192
<!-- https://mvnrepository.com/artifact/commons-io/commons-io -->
193193
<dependency>
194194
<groupId>commons-io</groupId>
195195
<artifactId>commons-io</artifactId>
196-
<version>2.20.0</version>
196+
<version>2.21.0</version>
197197
</dependency>
198198
<!-- Add dependency for Java 25-->
199199
<dependency>

0 commit comments

Comments
 (0)