File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
kotlin-asyncapi-spring-web Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5252 <dependency >
5353 <groupId >org.springframework.boot</groupId >
5454 <artifactId >spring-boot-starter-test</artifactId >
55- <version >3.2 .0</version >
55+ <version >3.4 .0</version >
5656 <scope >test</scope >
5757 <exclusions >
5858 <exclusion >
6464 <dependency >
6565 <groupId >org.springframework.boot</groupId >
6666 <artifactId >spring-boot-starter-web</artifactId >
67- <version >3.2 .0</version >
67+ <version >3.4 .0</version >
6868 <scope >test</scope >
6969 <exclusions >
7070 <exclusion >
Original file line number Diff line number Diff line change 5656 <jackson .version>2.15.3</jackson .version>
5757 <swagger .version>2.2.19</swagger .version>
5858 <classgraph .version>4.8.163</classgraph .version>
59- <mockk .version>1.12.3 </mockk .version>
60- <jsonassert .version>1.5.1 </jsonassert .version>
61- <junit-jupiter .version>5.10.1 </junit-jupiter .version>
62- <assertj .version>3.24.2 </assertj .version>
59+ <mockk .version>1.13.13 </mockk .version>
60+ <jsonassert .version>1.5.3 </jsonassert .version>
61+ <junit-jupiter .version>5.11.3 </junit-jupiter .version>
62+ <assertj .version>3.26.3 </assertj .version>
6363 </properties >
6464
6565 <build >
223223 </dependency >
224224 <dependency >
225225 <groupId >io.mockk</groupId >
226- <artifactId >mockk</artifactId >
226+ <artifactId >mockk-jvm </artifactId >
227227 <version >${mockk.version} </version >
228228 <scope >test</scope >
229229 </dependency >
You can’t perform that action at this time.
0 commit comments