Skip to content

Commit

Permalink
Dependency(deps): Bump org.apache.opennlp:opennlp-tools
Browse files Browse the repository at this point in the history
Bumps [org.apache.opennlp:opennlp-tools](https://github.com/apache/opennlp) from 2.3.0 to 2.3.1.
- [Commits](apache/opennlp@opennlp-2.3.0...opennlp-2.3.1)

---
updated-dependencies:
- dependency-name: org.apache.opennlp:opennlp-tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 29, 2023
1 parent 204b29f commit 20876e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion framework/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-tools</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>org.eclipse.collections</groupId>
Expand Down
2 changes: 1 addition & 1 deletion stages/code-traceability/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-tools</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down

0 comments on commit 20876e8

Please sign in to comment.