Browse Source

Bump org.apache.felix:maven-bundle-plugin from 3.2.0 to 5.1.9 (#3096)

Bumps org.apache.felix:maven-bundle-plugin from 3.2.0 to 5.1.9.

---
updated-dependencies:
- dependency-name: org.apache.felix:maven-bundle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mandlil <138015259+mandlil@users.noreply.github.com>
pull/3169/head
dependabot[bot] 2 years ago
committed by GitHub
parent
commit
73a4253d6e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      java/carrier/pom.xml
  2. +1
    -1
      java/geocoder/pom.xml
  3. +1
    -1
      java/libphonenumber/pom.xml

+ 1
- 1
java/carrier/pom.xml View File

@ -32,7 +32,7 @@
<plugin> <plugin>
<groupId>org.apache.felix</groupId> <groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId> <artifactId>maven-bundle-plugin</artifactId>
<version>3.2.0</version>
<version>5.1.9</version>
<configuration> <configuration>
<instructions> <instructions>
<Fragment-Host>com.googlecode.libphonenumber</Fragment-Host> <Fragment-Host>com.googlecode.libphonenumber</Fragment-Host>


+ 1
- 1
java/geocoder/pom.xml View File

@ -40,7 +40,7 @@
<plugin> <plugin>
<groupId>org.apache.felix</groupId> <groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId> <artifactId>maven-bundle-plugin</artifactId>
<version>3.2.0</version>
<version>5.1.9</version>
<configuration> <configuration>
<instructions> <instructions>
<Fragment-Host>com.googlecode.libphonenumber</Fragment-Host> <Fragment-Host>com.googlecode.libphonenumber</Fragment-Host>


+ 1
- 1
java/libphonenumber/pom.xml View File

@ -32,7 +32,7 @@
<plugin> <plugin>
<groupId>org.apache.felix</groupId> <groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId> <artifactId>maven-bundle-plugin</artifactId>
<version>3.2.0</version>
<version>5.1.9</version>
<configuration> <configuration>
<instructions> <instructions>
<Eclipse-ExtensibleAPI>true</Eclipse-ExtensibleAPI> <Eclipse-ExtensibleAPI>true</Eclipse-ExtensibleAPI>


Loading…
Cancel
Save