You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by bo...@apache.org on 2022/12/31 12:40:03 UTC

[streampipes] branch dev updated: Bump opennlp-tools from 1.9.0 to 2.1.0 (#976)

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

bossenti pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new 26305747f Bump opennlp-tools from 1.9.0 to 2.1.0 (#976)
26305747f is described below

commit 26305747f2138ad5b797bac09a9ba942e6836cb4
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat Dec 31 13:39:58 2022 +0100

    Bump opennlp-tools from 1.9.0 to 2.1.0 (#976)
    
    Bumps [opennlp-tools](https://github.com/apache/opennlp) from 1.9.0 to 2.1.0.
    - [Release notes](https://github.com/apache/opennlp/releases)
    - [Commits](https://github.com/apache/opennlp/commits/opennlp-2.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.opennlp:opennlp-tools
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d7cef6f27..29a0a1d86 100644
--- a/pom.xml
+++ b/pom.xml
@@ -172,7 +172,7 @@
 	<nekohtml.version>1.9.13</nekohtml.version>
 	<netty-resolver.version>4.1.72.Final</netty-resolver.version>
 	<okhttp.version>3.13.1</okhttp.version>
-	<opennlp.version>1.9.0</opennlp.version>
+	<opennlp.version>2.1.0</opennlp.version>
 	<postgresql.version>42.4.3</postgresql.version>
 	<pulsar.version>2.10.1</pulsar.version>
 	<rocketmq.version>5.0.2</rocketmq.version>