This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/maven-common-artifact-filters.git
The following commit(s) were added to refs/heads/master by this push:
new 303d99b Bump jmh from 1.26 to 1.27
303d99b is described below
commit 303d99b16f3c22f08d3e3441a6e2cbf3a9a3f9e8
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Tue Feb 2 12:19:55 2021 +0100
Bump jmh from 1.26 to 1.27
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 4350b2a..4d49630 100644
--- a/pom.xml
+++ b/pom.xml
@@ -160,13 +160,13 @@
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-core</artifactId>
- <version>1.26</version>
+ <version>1.27</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-generator-annprocess</artifactId>
- <version>1.26</version>
+ <version>1.27</version>
<scope>test</scope>
</dependency>
</dependencies>