Skip to content

Commit

Permalink
chore(deps): update dependency org.apache.felix:maven-bundle-plugin t…
Browse files Browse the repository at this point in the history
…o 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).
  • Loading branch information
renovate-bot committed May 19, 2022
1 parent 373891e commit c1b1468
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion google-oauth-client-appengine/pom.xml
Expand Up @@ -77,7 +77,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>5.1.4</version>
<version>5.1.6</version>
<configuration>
<instructions>
<Bundle-SymbolicName>com.google.oauth-client-appengine</Bundle-SymbolicName>
Expand Down
2 changes: 1 addition & 1 deletion google-oauth-client-java6/pom.xml
Expand Up @@ -62,7 +62,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>5.1.4</version>
<version>5.1.6</version>
<configuration>
<instructions>
<Bundle-SymbolicName>com.google.oauth-client-java6</Bundle-SymbolicName>
Expand Down
2 changes: 1 addition & 1 deletion google-oauth-client-jetty/pom.xml
Expand Up @@ -64,7 +64,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>5.1.4</version>
<version>5.1.6</version>
<configuration>
<instructions>
<Bundle-SymbolicName>com.google.oauth-client-jetty</Bundle-SymbolicName>
Expand Down
2 changes: 1 addition & 1 deletion google-oauth-client-servlet/pom.xml
Expand Up @@ -88,7 +88,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>5.1.4</version>
<version>5.1.6</version>
<configuration>
<instructions>
<Bundle-SymbolicName>com.google.oauth-client-servlet</Bundle-SymbolicName>
Expand Down
2 changes: 1 addition & 1 deletion google-oauth-client/pom.xml
Expand Up @@ -55,7 +55,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>5.1.4</version>
<version>5.1.6</version>
<configuration>
<instructions>
<Bundle-SymbolicName>com.google.oauth-client</Bundle-SymbolicName>
Expand Down

0 comments on commit c1b1468

Please sign in to comment.