Skip to content

Commit

Permalink
Bump maven-bundle-plugin from 5.1.3 to 5.1.4
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 7, 2022
1 parent 6e00c73 commit 2a2ce08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fluent-gen/pom.xml
Expand Up @@ -22,7 +22,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>5.1.3</version>
<version>5.1.4</version>
</plugin>
</plugins>
</build>
Expand Down
2 changes: 1 addition & 1 deletion fluent/pom.xml
Expand Up @@ -35,7 +35,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>5.1.3</version>
<version>5.1.4</version>
</plugin>
<plugin>
<groupId>com.diffplug.spotless</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -325,7 +325,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>5.1.3</version>
<version>5.1.4</version>
<extensions>true</extensions>
</plugin>
<plugin>
Expand Down

0 comments on commit 2a2ce08

Please sign in to comment.