This is an automated email from the ASF dual-hosted git repository.
andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git
The following commit(s) were added to refs/heads/main by this push:
new 121956b0d8 Bump build-helper-maven-plugin from 3.2.0 to 3.3.0
121956b0d8 is described below
commit 121956b0d89de7bee0c78c5302be218f7be63a55
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue May 3 09:10:35 2022 +0000
Bump build-helper-maven-plugin from 3.2.0 to 3.3.0
Bumps
[build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin)
from 3.2.0 to 3.3.0.
- [Release
notes](https://github.com/mojohaus/build-helper-maven-plugin/releases)
-
[Commits](https://github.com/mojohaus/build-helper-maven-plugin/compare/build-helper-maven-plugin-3.2.0...build-helper-maven-plugin-3.3.0)
---
updated-dependencies:
- dependency-name: org.codehaus.mojo:build-helper-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
jena-permissions/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jena-permissions/pom.xml b/jena-permissions/pom.xml
index a9a51e855e..c082b9049a 100644
--- a/jena-permissions/pom.xml
+++ b/jena-permissions/pom.xml
@@ -53,7 +53,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
- <version>3.2.0</version>
+ <version>3.3.0</version>
<executions>
<execution>
<id>add-example-source</id>