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/18 07:25:20 UTC

[plc4x] branch develop updated: build(deps): bump karaf-maven-plugin from 4.4.0 to 4.4.1 (#456)

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 f9235c6cb build(deps): bump karaf-maven-plugin from 4.4.0 to 4.4.1 (#456)
f9235c6cb is described below

commit f9235c6cbcf54c2088ba8e4a5bd017d77c8f1b52
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Aug 18 09:25:13 2022 +0200

    build(deps): bump karaf-maven-plugin from 4.4.0 to 4.4.1 (#456)
    
    Bumps karaf-maven-plugin from 4.4.0 to 4.4.1.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.karaf.tooling:karaf-maven-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 c69052aa0..62f68ffca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1109,7 +1109,7 @@
         <plugin>
           <groupId>org.apache.karaf.tooling</groupId>
           <artifactId>karaf-maven-plugin</artifactId>
-          <version>4.4.0</version>
+          <version>4.4.1</version>
         </plugin>
 
         <plugin>