You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by ni...@apache.org on 2022/03/29 19:52:02 UTC

[incubator-nlpcraft] branch master updated: Update jmh-core, jmh-generator-annprocess to 1.35

This is an automated email from the ASF dual-hosted git repository.

nivanov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/master by this push:
     new ec33b92  Update jmh-core, jmh-generator-annprocess to 1.35
     new 1dff544  Merge pull request #20 from scala-steward/update/jmh-core-1.35
ec33b92 is described below

commit ec33b92ae36b0e7336b510de978f99da14b1b2c2
Author: Scala Steward <me...@scala-steward.org>
AuthorDate: Mon Mar 28 18:04:54 2022 +0200

    Update jmh-core, jmh-generator-annprocess to 1.35
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6cbe402..669f422 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
         <jackson.ver>2.13.2</jackson.ver>
         <jackson.yaml.ver>2.13.2</jackson.yaml.ver>
         <apache.opennlp.ver>1.9.4</apache.opennlp.ver>
-        <jmh.version>1.34</jmh.version>
+        <jmh.version>1.35</jmh.version>
         <gson.ver>2.9.0</gson.ver>
 
         <!-- Force specific encoding on text resources. -->