File tree Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Original file line number Diff line number Diff line change 1616 <sonar .projectKey>piomin_sample-java-concurrency</sonar .projectKey>
1717 <sonar .organization>piomin</sonar .organization>
1818 <sonar .host.url>https://sonarcloud.io</sonar .host.url>
19+ <jmh .version>1.37</jmh .version>
1920 </properties >
2021
2122 <dependencies >
3435 <dependency >
3536 <groupId >org.openjdk.jmh</groupId >
3637 <artifactId >jmh-core</artifactId >
37- <version >1.37 </version >
38+ <version >${jmh.version} </version >
3839 </dependency >
3940 <dependency >
4041 <groupId >org.openjdk.jmh</groupId >
4142 <artifactId >jmh-generator-annprocess</artifactId >
42- <version >1.37 </version >
43+ <version >${jmh.version} </version >
4344 </dependency >
4445 </dependencies >
4546
6970 <plugin >
7071 <groupId >org.apache.maven.plugins</groupId >
7172 <artifactId >maven-surefire-plugin</artifactId >
72- <version >3.5.2</version >
73- <dependencies >
74- <dependency >
75- <groupId >org.junit.jupiter</groupId >
76- <artifactId >junit-jupiter-engine</artifactId >
77- <version >5.11.4</version >
78- </dependency >
79- </dependencies >
80- <configuration >
81- <argLine >--enable-preview</argLine >
82- </configuration >
73+ <version >3.5.3</version >
8374 </plugin >
8475 <plugin >
8576 <groupId >org.jacoco</groupId >
You can’t perform that action at this time.
0 commit comments