File tree Expand file tree Collapse file tree 8 files changed +19
-19
lines changed
Expand file tree Collapse file tree 8 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 9696
9797 <!-- Dependencies -->
9898 <eclipse .angus-activation.version>2.0.3</eclipse .angus-activation.version>
99- <junit .platform.version>6.0.0 </junit .platform.version>
100- <junit .jupiter.version>6.0.0 </junit .jupiter.version>
99+ <junit .platform.version>6.0.1 </junit .platform.version>
100+ <junit .jupiter.version>6.0.1 </junit .jupiter.version>
101101 <objenesis .version>3.4</objenesis .version>
102102 <jakarta .activation-api.version>2.1.4</jakarta .activation-api.version>
103103 <jaxb .api.version>4.0.4</jaxb .api.version>
504504 <user .country>UK</user .country>
505505 <user .language>en</user .language>
506506 <user .timezone>Europe/Berlin</user .timezone>
507- <java .locale.providers>JRE, CLDR,SPI</java .locale.providers>
507+ <java .locale.providers>CLDR,SPI</java .locale.providers>
508508 <log4j .configurationFile>${project.build.testOutputDirectory} /log4j2.xml</log4j .configurationFile>
509509 </systemPropertyVariables >
510510 <includes >
Original file line number Diff line number Diff line change 9292 <dependency >
9393 <groupId >com.fasterxml.jackson.core</groupId >
9494 <artifactId >jackson-core</artifactId >
95- <version >2.20.0 </version >
95+ <version >2.20.1 </version >
9696 </dependency >
9797
9898 <dependency >
222222 <dependency >
223223 <groupId >org.bouncycastle</groupId >
224224 <artifactId >bcprov-jdk18on</artifactId >
225- <version >1.82 </version >
225+ <version >1.83 </version >
226226 </dependency >
227227
228228 <dependency >
229- <groupId >org .lz4</groupId >
229+ <groupId >at.yawk .lz4</groupId >
230230 <artifactId >lz4-java</artifactId >
231231 <version >${lz4-java.version} </version >
232232 </dependency >
245245 <dependency >
246246 <groupId >com.fasterxml.uuid</groupId >
247247 <artifactId >java-uuid-generator</artifactId >
248- <version >5.1.1 </version >
248+ <version >5.2.0 </version >
249249 </dependency >
250250
251251 <dependency >
312312 <dependency >
313313 <groupId >org.apache.commons</groupId >
314314 <artifactId >commons-pool2</artifactId >
315- <version >2.12.1 </version >
315+ <version >2.13.0 </version >
316316 </dependency >
317317
318318 <dependency >
514514 <dependency >
515515 <groupId >org.quartz-scheduler</groupId >
516516 <artifactId >quartz</artifactId >
517- <version >2.5.1 </version >
517+ <version >2.5.2 </version >
518518 <!-- exclude Quartz SQL connectivity options -->
519519 <exclusions >
520520 <exclusion >
Original file line number Diff line number Diff line change 9898 <icu .version>59.1</icu .version>
9999 <izpack .version>5.2.4</izpack .version>
100100 <jline .version>3.30.6</jline .version>
101- <lz4-java .version>1.8.0 </lz4-java .version>
101+ <lz4-java .version>1.10.2 </lz4-java .version>
102102 <jetty .version>11.0.26</jetty .version>
103103 <log4j .version>2.25.2</log4j .version>
104104 <lucene .version>4.10.4</lucene .version>
169169 <dependency >
170170 <groupId >commons-codec</groupId >
171171 <artifactId >commons-codec</artifactId >
172- <version >1.19 .0</version >
172+ <version >1.20 .0</version >
173173 </dependency >
174174
175175 <dependency >
176176 <groupId >commons-io</groupId >
177177 <artifactId >commons-io</artifactId >
178- <version >2.20 .0</version >
178+ <version >2.21 .0</version >
179179 </dependency >
180180
181181 <dependency >
378378 <dependency >
379379 <groupId >net.bytebuddy</groupId >
380380 <artifactId >byte-buddy</artifactId >
381- <version >1.17.8 </version >
381+ <version >1.18.2 </version >
382382 </dependency >
383383
384384 <dependency >
Original file line number Diff line number Diff line change 185185 <configuration >
186186 <argLine >@{jacocoArgLine}</argLine >
187187 <systemPropertyVariables >
188- <java .locale.providers>JRE, CLDR,SPI</java .locale.providers>
188+ <java .locale.providers>CLDR,SPI</java .locale.providers>
189189 <log4j .configurationFile>${project.build.testOutputDirectory} /log4j2.xml</log4j .configurationFile>
190190 <exist .jetty.standalone.webapp.dir>${project.build.testOutputDirectory} /standalone-webapp</exist .jetty.standalone.webapp.dir>
191191 </systemPropertyVariables >
Original file line number Diff line number Diff line change 7070 </scm >
7171
7272 <properties >
73- <geotools .version>34.0 </geotools .version>
73+ <geotools .version>34.1 </geotools .version>
7474 </properties >
7575
7676 <dependencies >
Original file line number Diff line number Diff line change 8484 <dependency >
8585 <groupId >org.apache.commons</groupId >
8686 <artifactId >commons-compress</artifactId >
87- <version >1.27.1 </version >
87+ <version >1.28.0 </version >
8888 </dependency >
8989
9090 <dependency >
Original file line number Diff line number Diff line change 7272 <properties >
7373 <jakarta .mail-api.version>2.1.5</jakarta .mail-api.version>
7474 <eclipse .angus-mail.version>2.0.5</eclipse .angus-mail.version>
75- <greenmail .version>2.1.7 </greenmail .version>
75+ <greenmail .version>2.1.8 </greenmail .version>
7676 </properties >
7777
7878 <dependencies >
288288 </plugins >
289289 </build >
290290
291- </project >
291+ </project >
Original file line number Diff line number Diff line change 123123 <dependency >
124124 <groupId >com.h2database</groupId >
125125 <artifactId >h2</artifactId >
126- <version >2.3.232 </version >
126+ <version >2.4.240 </version >
127127 <scope >test</scope >
128128 </dependency >
129129
You can’t perform that action at this time.
0 commit comments