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 14
14
15
15
<properties >
16
16
<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>
19
17
<maven .deploy.skip>true</maven .deploy.skip>
20
18
<module .name>org.springframework.modulith.benchmark</module .name>
21
19
</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 >
34
20
35
21
<dependencies >
36
22
37
23
<dependency >
38
24
<groupId >org.springframework.modulith</groupId >
39
25
<artifactId >spring-modulith-events-core</artifactId >
40
- <version >1.3.4 </version >
26
+ <version >${project.version} </version >
41
27
<scope >test</scope >
42
28
</dependency >
43
29
57
43
<dependency >
58
44
<groupId >com.github.mp911de.microbenchmark-runner</groupId >
59
45
<artifactId >microbenchmark-runner-junit5</artifactId >
60
- <version >0.4 .0.RELEASE</version >
46
+ <version >0.5 .0.RELEASE</version >
61
47
<scope >test</scope >
62
48
</dependency >
63
49
You can’t perform that action at this time.
0 commit comments