Skip to content

Commit 18dbb82

Browse files
authored
chore(deps): update dependency org.apache.felix:maven-bundle-plugin to v5.1.8 (#2121)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.apache.felix:maven-bundle-plugin](http://felix.apache.org/components/bundle-plugin/) ([source](https://gitbox.apache.org/repos/asf?p=felix-dev)) | `5.1.7` -> `5.1.8` | [![age](https://badges.renovateapi.com/packages/maven/org.apache.felix:maven-bundle-plugin/5.1.8/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.apache.felix:maven-bundle-plugin/5.1.8/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.apache.felix:maven-bundle-plugin/5.1.8/compatibility-slim/5.1.7)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.apache.felix:maven-bundle-plugin/5.1.8/confidence-slim/5.1.7)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/google-api-java-client). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMjcuNCIsInVwZGF0ZWRJblZlciI6IjMyLjEyNy40In0=-->
1 parent e56284d commit 18dbb82

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

google-api-client-appengine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<plugin>
4242
<groupId>org.apache.felix</groupId>
4343
<artifactId>maven-bundle-plugin</artifactId>
44-
<version>5.1.7</version>
44+
<version>5.1.8</version>
4545
<executions>
4646
<execution>
4747
<id>bundle-manifest</id>

google-api-client-gson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<plugin>
4040
<groupId>org.apache.felix</groupId>
4141
<artifactId>maven-bundle-plugin</artifactId>
42-
<version>5.1.7</version>
42+
<version>5.1.8</version>
4343
<executions>
4444
<execution>
4545
<id>bundle-manifest</id>

google-api-client-jackson2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<plugin>
4040
<groupId>org.apache.felix</groupId>
4141
<artifactId>maven-bundle-plugin</artifactId>
42-
<version>5.1.7</version>
42+
<version>5.1.8</version>
4343
<executions>
4444
<execution>
4545
<id>bundle-manifest</id>

google-api-client-java6/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<plugin>
4040
<groupId>org.apache.felix</groupId>
4141
<artifactId>maven-bundle-plugin</artifactId>
42-
<version>5.1.7</version>
42+
<version>5.1.8</version>
4343
<executions>
4444
<execution>
4545
<id>bundle-manifest</id>

google-api-client-protobuf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<plugin>
4747
<groupId>org.apache.felix</groupId>
4848
<artifactId>maven-bundle-plugin</artifactId>
49-
<version>5.1.7</version>
49+
<version>5.1.8</version>
5050
<executions>
5151
<execution>
5252
<id>bundle-manifest</id>

google-api-client-servlet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<plugin>
4141
<groupId>org.apache.felix</groupId>
4242
<artifactId>maven-bundle-plugin</artifactId>
43-
<version>5.1.7</version>
43+
<version>5.1.8</version>
4444
<executions>
4545
<execution>
4646
<id>bundle-manifest</id>

google-api-client-xml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<plugin>
4040
<groupId>org.apache.felix</groupId>
4141
<artifactId>maven-bundle-plugin</artifactId>
42-
<version>5.1.7</version>
42+
<version>5.1.8</version>
4343
<executions>
4444
<execution>
4545
<id>bundle-manifest</id>

google-api-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<plugin>
6161
<groupId>org.apache.felix</groupId>
6262
<artifactId>maven-bundle-plugin</artifactId>
63-
<version>5.1.7</version>
63+
<version>5.1.8</version>
6464
<executions>
6565
<execution>
6666
<id>bundle-manifest</id>

0 commit comments

Comments
 (0)