File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9595 <sonar .moduleKey>${project.groupId} :${project.artifactId} </sonar .moduleKey>
9696
9797 <!-- Dependencies -->
98- <junit .platform.version>1.14.0 </junit .platform.version>
99- <junit .jupiter.version>5.14.0 </junit .jupiter.version>
98+ <junit .platform.version>1.14.1 </junit .platform.version>
99+ <junit .jupiter.version>5.14.1 </junit .jupiter.version>
100100 <objenesis .version>3.4</objenesis .version>
101101 <jakarta .activation.version>2.0.1</jakarta .activation.version>
102102 <jaxb .api.version>3.0.1</jaxb .api.version>
490490 <user .country>UK</user .country>
491491 <user .language>en</user .language>
492492 <user .timezone>Europe/Berlin</user .timezone>
493- <java .locale.providers>JRE, CLDR,SPI</java .locale.providers>
493+ <java .locale.providers>CLDR,SPI</java .locale.providers>
494494 <log4j .configurationFile>${project.build.testOutputDirectory} /log4j2.xml</log4j .configurationFile>
495495 </systemPropertyVariables >
496496 <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 >
198198 <dependency >
199199 <groupId >org.bouncycastle</groupId >
200200 <artifactId >bcprov-jdk18on</artifactId >
201- <version >1.82 </version >
201+ <version >1.83 </version >
202202 </dependency >
203203
204204 <dependency >
205- <groupId >org .lz4</groupId >
205+ <groupId >at.yawk .lz4</groupId >
206206 <artifactId >lz4-java</artifactId >
207207 <version >${lz4-java.version} </version >
208208 </dependency >
221221 <dependency >
222222 <groupId >com.fasterxml.uuid</groupId >
223223 <artifactId >java-uuid-generator</artifactId >
224- <version >5.1.1 </version >
224+ <version >5.2.0 </version >
225225 </dependency >
226226
227227 <dependency >
282282 <dependency >
283283 <groupId >org.apache.commons</groupId >
284284 <artifactId >commons-pool2</artifactId >
285- <version >2.12.1 </version >
285+ <version >2.13.0 </version >
286286 </dependency >
287287
288288 <dependency >
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>9.4.58.v20250814</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 >
674674 </snapshotRepository >
675675 </distributionManagement >
676676
677- </project >
677+ </project >
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 >
194194 </plugins >
195195 </build >
196196
197- </project >
197+ </project >
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 >
You can’t perform that action at this time.
0 commit comments