Skip to content

Commit 5160add

Browse files
committed
Consistently bump JMH version
1 parent cea240c commit 5160add

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pom.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
34
<modelVersion>4.0.0</modelVersion>
45

56
<groupId>org.nibor.autolink</groupId>
@@ -18,6 +19,7 @@
1819

1920
<properties>
2021
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
22+
<jmh.version>1.11.3</jmh.version>
2123
</properties>
2224

2325
<dependencies>
@@ -30,7 +32,7 @@
3032
<dependency>
3133
<groupId>org.openjdk.jmh</groupId>
3234
<artifactId>jmh-core</artifactId>
33-
<version>1.11.3</version>
35+
<version>${jmh.version}</version>
3436
<scope>test</scope>
3537
</dependency>
3638
</dependencies>
@@ -117,7 +119,7 @@
117119
<dependency>
118120
<groupId>org.openjdk.jmh</groupId>
119121
<artifactId>jmh-generator-annprocess</artifactId>
120-
<version>1.9.3</version>
122+
<version>${jmh.version}</version>
121123
<scope>test</scope>
122124
</dependency>
123125
</dependencies>

0 commit comments

Comments
 (0)