You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2022/08/01 07:14:24 UTC

[jena] branch main updated: Bump maven-assembly-plugin from 3.3.0 to 3.4.2 (#1465)

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 d1db8c98bd Bump maven-assembly-plugin from 3.3.0 to 3.4.2 (#1465)
d1db8c98bd is described below

commit d1db8c98bd7d9715666fea3ff5296419530b59c5
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Aug 1 08:14:20 2022 +0100

    Bump maven-assembly-plugin from 3.3.0 to 3.4.2 (#1465)
    
    Bumps [maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin) from 3.3.0 to 3.4.2.
    - [Release notes](https://github.com/apache/maven-assembly-plugin/releases)
    - [Commits](https://github.com/apache/maven-assembly-plugin/compare/maven-assembly-plugin-3.3.0...maven-assembly-plugin-3.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-assembly-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    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 1e75f7a446..f57da968fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -892,7 +892,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-assembly-plugin</artifactId>
-          <version>3.3.0</version>
+          <version>3.4.2</version>
         </plugin>
 
         <plugin>