Skip to content

Commit

Permalink
Dependabot: use property for JMH version
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Chédru committed Jan 3, 2022
1 parent 210b389 commit 7c32808
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions e2e/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
<artifactId>fastexcel-e2e</artifactId>
<name>Fastexcel End-to-End tests</name>

<properties>
<jmh.version>1.33</jmh.version>
</properties>

<dependencies>
<dependency>
<groupId>org.dhatim</groupId>
Expand Down Expand Up @@ -43,13 +47,13 @@
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-core</artifactId>
<version>1.33</version>
<version>${jmh.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-generator-annprocess</artifactId>
<version>1.33</version>
<version>${jmh.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 7c32808

Please sign in to comment.