File tree Expand file tree Collapse file tree 1 file changed +2
-16
lines changed
spring-modulith-benchmarks Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Original file line number Diff line number Diff line change 1414
1515 <properties >
1616 <jmh .version>1.37</jmh .version>
17- <!-- Customized as the MBR is currently not compatible with JUnit 5.12 -->
18- <junit-jupiter .version>5.11.4</junit-jupiter .version>
1917 <maven .deploy.skip>true</maven .deploy.skip>
2018 <module .name>org.springframework.modulith.benchmark</module .name>
2119 </properties >
22-
23- <dependencyManagement >
24- <dependencies >
25- <dependency >
26- <groupId >org.junit</groupId >
27- <artifactId >junit-bom</artifactId >
28- <version >${junit-jupiter.version} </version >
29- <type >pom</type >
30- <scope >import</scope >
31- </dependency >
32- </dependencies >
33- </dependencyManagement >
3420
3521 <dependencies >
3622
3723 <dependency >
3824 <groupId >org.springframework.modulith</groupId >
3925 <artifactId >spring-modulith-events-core</artifactId >
40- <version >1.3.4 </version >
26+ <version >${project.version} </version >
4127 <scope >test</scope >
4228 </dependency >
4329
5743 <dependency >
5844 <groupId >com.github.mp911de.microbenchmark-runner</groupId >
5945 <artifactId >microbenchmark-runner-junit5</artifactId >
60- <version >0.4 .0.RELEASE</version >
46+ <version >0.5 .0.RELEASE</version >
6147 <scope >test</scope >
6248 </dependency >
6349
You can’t perform that action at this time.
0 commit comments