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 <jaxb .api.version>3.0.1</jaxb .api.version>
102102 <jaxb .impl.version>3.0.2</jaxb .impl.version>
417417 <user .country>UK</user .country>
418418 <user .language>en</user .language>
419419 <user .timezone>Europe/Berlin</user .timezone>
420- <java .locale.providers>JRE, CLDR,SPI</java .locale.providers>
420+ <java .locale.providers>CLDR,SPI</java .locale.providers>
421421 <log4j .configurationFile>${project.build.testOutputDirectory} /log4j2.xml</log4j .configurationFile>
422422 </systemPropertyVariables >
423423 <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 >
186186 <dependency >
187187 <groupId >org.bouncycastle</groupId >
188188 <artifactId >bcprov-jdk18on</artifactId >
189- <version >1.82 </version >
189+ <version >1.83 </version >
190190 </dependency >
191191
192192 <dependency >
193- <groupId >org .lz4</groupId >
193+ <groupId >at.yawk .lz4</groupId >
194194 <artifactId >lz4-java</artifactId >
195195 <version >${lz4-java.version} </version >
196196 </dependency >
209209 <dependency >
210210 <groupId >com.fasterxml.uuid</groupId >
211211 <artifactId >java-uuid-generator</artifactId >
212- <version >5.1.1 </version >
212+ <version >5.2.0 </version >
213213 </dependency >
214214
215215 <dependency >
270270 <dependency >
271271 <groupId >org.apache.commons</groupId >
272272 <artifactId >commons-pool2</artifactId >
273- <version >2.12.1 </version >
273+ <version >2.13.0 </version >
274274 </dependency >
275275
276276 <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>
187187 <dependency >
188188 <groupId >commons-codec</groupId >
189189 <artifactId >commons-codec</artifactId >
190- <version >1.19 .0</version >
190+ <version >1.20 .0</version >
191191 </dependency >
192192
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
199199 <dependency >
722722 </snapshotRepository >
723723 </distributionManagement >
724724
725- </project >
725+ </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 7979 <dependency >
8080 <groupId >org.apache.commons</groupId >
8181 <artifactId >commons-compress</artifactId >
82- <version >1.27.1 </version >
82+ <version >1.28.0 </version >
8383 </dependency >
8484
8585 <dependency >
You can’t perform that action at this time.
0 commit comments