File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 25
25
<java .version>21</java .version>
26
26
<kotlin .version>2.1.0</kotlin .version>
27
27
<kotest .version>5.9.1</kotest .version>
28
- <mockk .version>1.13.12 </mockk .version>
28
+ <mockk .version>1.13.13 </mockk .version>
29
29
<springmockk .version>4.0.2</springmockk .version>
30
30
</properties >
31
31
Original file line number Diff line number Diff line change 29
29
<dependency >
30
30
<groupId >io.smallrye.reactive</groupId >
31
31
<artifactId >mutiny-bom</artifactId >
32
- <version >2.6.2 </version >
32
+ <version >2.7.0 </version >
33
33
<type >pom</type >
34
34
<scope >import</scope >
35
35
</dependency >
Original file line number Diff line number Diff line change 135
135
<plugin >
136
136
<groupId >org.codehaus.mojo</groupId >
137
137
<artifactId >exec-maven-plugin</artifactId >
138
- <version >3.4.1 </version >
138
+ <version >3.5.0 </version >
139
139
<configuration >
140
140
<mainClass >com.example.demo.Application</mainClass >
141
141
</configuration >
Original file line number Diff line number Diff line change 137
137
<plugin >
138
138
<groupId >org.codehaus.mojo</groupId >
139
139
<artifactId >exec-maven-plugin</artifactId >
140
- <version >3.4.1 </version >
140
+ <version >3.5.0 </version >
141
141
<configuration >
142
142
<mainClass >com.example.demo.Application</mainClass >
143
143
</configuration >
You can’t perform that action at this time.
0 commit comments