You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by ta...@apache.org on 2022/04/12 17:48:54 UTC

[opennlp] branch master updated: Bump junit from 4.13 to 4.13.1 (#412)

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

tallison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/opennlp.git


The following commit(s) were added to refs/heads/master by this push:
     new d34e6ad1 Bump junit from 4.13 to 4.13.1 (#412)
d34e6ad1 is described below

commit d34e6ad1fe2a05bfcaf364a18125c1412e0d9737
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Apr 12 13:48:49 2022 -0400

    Bump junit from 4.13 to 4.13.1 (#412)
    
    Bumps [junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.1.
    - [Release notes](https://github.com/junit-team/junit4/releases)
    - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
    - [Commits](https://github.com/junit-team/junit4/compare/r4.13...r4.13.1)
    
    ---
    updated-dependencies:
    - dependency-name: junit:junit
      dependency-type: direct:production
    ...
    
    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 26e71be0..300d24f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,7 +141,7 @@
 		<commons.io.version>2.6</commons.io.version>
 		<enforcer.plugin.version>3.0.0-M2</enforcer.plugin.version>
 		<glassfish.version>2.30.1</glassfish.version>
-		<junit.version>4.13</junit.version>
+		<junit.version>4.13.1</junit.version>
 		<morfologik.version>2.1.7</morfologik.version>
 		<osgi.version>4.2.0</osgi.version>
 		<checkstyle.plugin.version>2.17</checkstyle.plugin.version>