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/08/15 08:37:57 UTC

[plc4x] branch develop updated: build(deps): bump maven-bundle-plugin from 5.1.7 to 5.1.8 (#447)

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 14ebe5bc0 build(deps): bump maven-bundle-plugin from 5.1.7 to 5.1.8 (#447)
14ebe5bc0 is described below

commit 14ebe5bc0907baec04dd8fce1ca6387af001f31b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Aug 15 10:37:53 2022 +0200

    build(deps): bump maven-bundle-plugin from 5.1.7 to 5.1.8 (#447)
    
    Bumps maven-bundle-plugin from 5.1.7 to 5.1.8.
    
    ---
    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>
    
    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 c7177483d..cd0295f7c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1099,7 +1099,7 @@
         <plugin>
           <groupId>org.apache.felix</groupId>
           <artifactId>maven-bundle-plugin</artifactId>
-          <version>5.1.7</version>
+          <version>5.1.8</version>
         </plugin>
 
         <plugin>