File tree Expand file tree Collapse file tree 3 files changed +1
-15
lines changed
testsupport/testcontainers Expand file tree Collapse file tree 3 files changed +1
-15
lines changed Original file line number Diff line number Diff line change 131131 <spring-test-profiler .version>0.0.14</spring-test-profiler .version>
132132 <ktlint-maven-plugin .version>3.5.0</ktlint-maven-plugin .version>
133133 <jetbrains-annotations .version>26.0.2-1</jetbrains-annotations .version>
134- <json-unit-assertj .version>4.1.1</json-unit-assertj .version>
135134 </properties >
136135
137136 <dependencyManagement >
225224 <artifactId >xmlunit-assertj3</artifactId >
226225 <version >${xmlunit-assertj3.version} </version >
227226 </dependency >
228- <dependency >
229- <groupId >net.javacrumbs.json-unit</groupId >
230- <artifactId >json-unit-assertj</artifactId >
231- <version >${json-unit-assertj.version} </version >
232- </dependency >
233227 <dependency >
234228 <groupId >software.amazon.awssdk</groupId >
235229 <artifactId >aws-query-protocol</artifactId >
306300 <version >${jspecify.version} </version >
307301 </dependency >
308302 <dependency >
303+ <!-- Workaround: set version here to force dependencies to converge. -->
309304 <groupId >org.jetbrains</groupId >
310305 <artifactId >annotations</artifactId >
311306 <version >${jetbrains-annotations.version} </version >
Original file line number Diff line number Diff line change 151151 <artifactId >xmlunit-assertj3</artifactId >
152152 <scope >test</scope >
153153 </dependency >
154- <dependency >
155- <groupId >net.javacrumbs.json-unit</groupId >
156- <artifactId >json-unit-assertj</artifactId >
157- <scope >test</scope >
158- </dependency >
159154 <dependency >
160155 <groupId >org.jetbrains.kotlin</groupId >
161156 <artifactId >kotlin-test-junit</artifactId >
Original file line number Diff line number Diff line change 5252 <groupId >org.jetbrains.kotlin</groupId >
5353 <artifactId >kotlin-stdlib</artifactId >
5454 </dependency >
55- <dependency >
56- <groupId >org.jetbrains</groupId >
57- <artifactId >annotations</artifactId >
58- </dependency >
5955 <dependency >
6056 <groupId >org.jspecify</groupId >
6157 <artifactId >jspecify</artifactId >
You can’t perform that action at this time.
0 commit comments