File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 <parent >
1414 <groupId >io.gdcc</groupId >
1515 <artifactId >parent</artifactId >
16- <version >0.12.1 </version >
16+ <version >0.12.4 </version >
1717 </parent >
1818
1919 <modules >
4343 <jakarta .jaxb-impl.version>4.0.4</jakarta .jaxb-impl.version>
4444 <stax2 .api.version>4.2.2</stax2 .api.version>
4545 <woodstox .version>7.1.1</woodstox .version>
46-
47- <!-- Testing dependencies -->
48- <dependency-check-maven .version>12.1.3</dependency-check-maven .version>
4946 </properties >
5047
5148 <licenses >
6562 <plugin >
6663 <groupId >com.diffplug.spotless</groupId >
6764 <artifactId >spotless-maven-plugin</artifactId >
68- <version >${spotless.version} </version >
6965 <configuration >
7066 <!-- optional: limit format enforcement to just the files changed by this feature branch -->
7167 <ratchetFrom >origin/branch-5.0</ratchetFrom >
190186 <plugin >
191187 <groupId >org.apache.maven.plugins</groupId >
192188 <artifactId >maven-surefire-plugin</artifactId >
193- <version >${maven-surefire-plugin.version} </version >
194189 <configuration >
195190 <skipTests >${skipUT} </skipTests >
196191 <includes >**/*Benchmark</includes >
210205 <!-- https://jeremylong.github.io/DependencyCheck/dependency-check-maven/index.html -->
211206 <groupId >org.owasp</groupId >
212207 <artifactId >dependency-check-maven</artifactId >
213- <version >${dependency-check-maven.version} </version >
214208 <configuration >
215209 <failBuildOnCVSS >7</failBuildOnCVSS >
216210 <skipProvidedScope >true</skipProvidedScope >
Original file line number Diff line number Diff line change 7575 <type >pom</type >
7676 <scope >import</scope >
7777 </dependency >
78- <dependency >
79- <groupId >org.testcontainers</groupId >
80- <artifactId >testcontainers-bom</artifactId >
81- <version >1.21.3</version >
82- <scope >import</scope >
83- <type >pom</type >
84- </dependency >
8578 </dependencies >
8679 </dependencyManagement >
8780
You can’t perform that action at this time.
0 commit comments