Skip to content

Commit 142bfb9

Browse files
margarethaGerrit Code Review
authored andcommitted
Merge changes Ia366f6b1,Idb9a7f9e,Ic6977b03,Ie6c7e8b6
* changes: Bump commons-cli:commons-cli from 1.10.0 to 1.11.0 Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0 Bump org.xerial:sqlite-jdbc from 3.51.0.0 to 3.51.1.0 Bump log4j.version from 2.25.2 to 2.25.3
2 parents 859fb54 + f23d03a commit 142bfb9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<properties>
6262
<java.version>21</java.version>
6363
<jersey.version>4.0.0</jersey.version>
64-
<log4j.version>2.25.2</log4j.version>
64+
<log4j.version>2.25.3</log4j.version>
6565
<jackson.version>2.20.1</jackson.version>
6666
<jackson.mainversion>2.20</jackson.mainversion>
6767
<lucene.version>5.0.0</lucene.version>
@@ -122,7 +122,7 @@
122122
<dependency>
123123
<groupId>org.xerial</groupId>
124124
<artifactId>sqlite-jdbc</artifactId>
125-
<version>3.51.0.0</version>
125+
<version>3.51.1.0</version>
126126
</dependency>
127127

128128
<!-- Database Connection Pool Manager -->
@@ -218,13 +218,13 @@
218218
<dependency>
219219
<groupId>org.apache.commons</groupId>
220220
<artifactId>commons-lang3</artifactId>
221-
<version>3.19.0</version>
221+
<version>3.20.0</version>
222222
</dependency>
223223

224224
<dependency>
225225
<groupId>commons-cli</groupId>
226226
<artifactId>commons-cli</artifactId>
227-
<version>1.10.0</version>
227+
<version>1.11.0</version>
228228
</dependency>
229229
<dependency>
230230
<groupId>commons-io</groupId>

0 commit comments

Comments
 (0)