You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2022/01/07 23:44:46 UTC

[commons-pool] branch master updated: Bump maven-bundle-plugin from 5.1.3 to 5.1.4

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

kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-pool.git


The following commit(s) were added to refs/heads/master by this push:
     new 422caaf  Bump maven-bundle-plugin from 5.1.3 to 5.1.4
422caaf is described below

commit 422caaf879dc2446763c0d7bf52cbef5fd59a0e7
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jan 7 23:29:09 2022 +0000

    Bump maven-bundle-plugin from 5.1.3 to 5.1.4
    
    Bumps maven-bundle-plugin from 5.1.3 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>
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 623343e..fb1cabc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -195,7 +195,7 @@
     <commons.animal-sniffer.version>1.20</commons.animal-sniffer.version>
     <commons.checkstyle-plugin.version>3.1.2</commons.checkstyle-plugin.version>
     <commons.checkstyle.version>9.2.1</commons.checkstyle.version>
-    <commons.felix.version>5.1.3</commons.felix.version>
+    <commons.felix.version>5.1.4</commons.felix.version>
     <spotbugs.plugin.version>4.5.3.0</spotbugs.plugin.version>
     <spotbugs.impl.version>4.5.3</spotbugs.impl.version>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5ddba50..d329a13 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -83,6 +83,9 @@ The <action> type attribute can be add,update,fix,remove.
     <action dev="kinow" type="update" due-to="Dependabot">
       Bump actions/cache from 2.1.6 to 2.1.7 #117.
     </action>
+    <action dev="kinow" type="update" due-to="Dependabot">
+      Bump maven-bundle-plugin from 5.1.3 to 5.1.4 #127.
+    </action>
   </release>
   <release version="2.11.1" date="2021-08-18" description="This is a maintenance release (Java 8).">
     <!-- FIX -->