Skip to content

Commit a15552a

Browse files
committed
updates
1 parent 20a461d commit a15552a

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

pom.xml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
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>
@@ -34,12 +35,12 @@
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

@@ -69,17 +70,7 @@
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>

0 commit comments

Comments
 (0)