Skip to content

Commit c1b1468

Browse files
authored
chore(deps): update dependency org.apache.felix:maven-bundle-plugin to v5.1.6 (#884)
[![WhiteSource 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.4` -> `5.1.6` | [![age](https://badges.renovateapi.com/packages/maven/org.apache.felix:maven-bundle-plugin/5.1.6/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.apache.felix:maven-bundle-plugin/5.1.6/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.apache.felix:maven-bundle-plugin/5.1.6/compatibility-slim/5.1.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.apache.felix:maven-bundle-plugin/5.1.6/confidence-slim/5.1.4)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: 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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/google-oauth-java-client).
1 parent 373891e commit c1b1468

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

google-oauth-client-appengine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<plugin>
7878
<groupId>org.apache.felix</groupId>
7979
<artifactId>maven-bundle-plugin</artifactId>
80-
<version>5.1.4</version>
80+
<version>5.1.6</version>
8181
<configuration>
8282
<instructions>
8383
<Bundle-SymbolicName>com.google.oauth-client-appengine</Bundle-SymbolicName>

google-oauth-client-java6/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<plugin>
6363
<groupId>org.apache.felix</groupId>
6464
<artifactId>maven-bundle-plugin</artifactId>
65-
<version>5.1.4</version>
65+
<version>5.1.6</version>
6666
<configuration>
6767
<instructions>
6868
<Bundle-SymbolicName>com.google.oauth-client-java6</Bundle-SymbolicName>

google-oauth-client-jetty/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<plugin>
6565
<groupId>org.apache.felix</groupId>
6666
<artifactId>maven-bundle-plugin</artifactId>
67-
<version>5.1.4</version>
67+
<version>5.1.6</version>
6868
<configuration>
6969
<instructions>
7070
<Bundle-SymbolicName>com.google.oauth-client-jetty</Bundle-SymbolicName>

google-oauth-client-servlet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<plugin>
8989
<groupId>org.apache.felix</groupId>
9090
<artifactId>maven-bundle-plugin</artifactId>
91-
<version>5.1.4</version>
91+
<version>5.1.6</version>
9292
<configuration>
9393
<instructions>
9494
<Bundle-SymbolicName>com.google.oauth-client-servlet</Bundle-SymbolicName>

google-oauth-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<plugin>
5656
<groupId>org.apache.felix</groupId>
5757
<artifactId>maven-bundle-plugin</artifactId>
58-
<version>5.1.4</version>
58+
<version>5.1.6</version>
5959
<configuration>
6060
<instructions>
6161
<Bundle-SymbolicName>com.google.oauth-client</Bundle-SymbolicName>

0 commit comments

Comments
 (0)