This is an automated email from the ASF dual-hosted git repository. mawiesne pushed a commit to branch OPENNLP-1475_Update_build_dependency_forbiddenapis_to_version_3.4 in repository https://gitbox.apache.org/repos/asf/opennlp.git
commit 691bf57105d5f5bae67b44a6e77842cbc1f610e4 Author: Martin Wiesner <[email protected]> AuthorDate: Fri Mar 3 20:36:08 2023 +0100 OPENNLP-1475 Update build dependency forbiddenapis to version 3.4 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index dacc4dc5..5f64b7f3 100644 --- a/pom.xml +++ b/pom.xml @@ -322,7 +322,7 @@ <plugin> <groupId>de.thetaphi</groupId> <artifactId>forbiddenapis</artifactId> - <version>2.7</version> + <version>3.4</version> <configuration> <failOnUnsupportedJava>false</failOnUnsupportedJava> <bundledSignatures>
