You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2022/03/07 10:07:32 UTC

[plc4x] branch develop updated: build(deps): bump maven-bundle-plugin from 5.1.2 to 5.1.4 (#330)

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

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new c8149b1  build(deps): bump maven-bundle-plugin from 5.1.2 to 5.1.4 (#330)
c8149b1 is described below

commit c8149b1d34aae2fb00ef38266f800b7dba9e4763
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Mar 7 11:07:24 2022 +0100

    build(deps): bump maven-bundle-plugin from 5.1.2 to 5.1.4 (#330)
    
    Bumps maven-bundle-plugin from 5.1.2 to 5.1.4.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.felix:maven-bundle-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 2a85bb2..4fd3429 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1121,7 +1121,7 @@
         <plugin>
           <groupId>org.apache.felix</groupId>
           <artifactId>maven-bundle-plugin</artifactId>
-          <version>5.1.2</version>
+          <version>5.1.4</version>
         </plugin>
 
         <plugin>