Skip to content

Commit ff2dd28

Browse files
Bump maven-bundle-plugin from 5.1.5 to 5.1.6
Bumps maven-bundle-plugin from 5.1.5 to 5.1.6. --- 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] <[email protected]>
1 parent 64b2e93 commit ff2dd28

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

fluent-gen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<plugin>
2323
<groupId>org.apache.felix</groupId>
2424
<artifactId>maven-bundle-plugin</artifactId>
25-
<version>5.1.5</version>
25+
<version>5.1.6</version>
2626
</plugin>
2727
</plugins>
2828
</build>

fluent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<plugin>
3636
<groupId>org.apache.felix</groupId>
3737
<artifactId>maven-bundle-plugin</artifactId>
38-
<version>5.1.5</version>
38+
<version>5.1.6</version>
3939
</plugin>
4040
<plugin>
4141
<groupId>com.diffplug.spotless</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@
331331
<plugin>
332332
<groupId>org.apache.felix</groupId>
333333
<artifactId>maven-bundle-plugin</artifactId>
334-
<version>5.1.5</version>
334+
<version>5.1.6</version>
335335
<extensions>true</extensions>
336336
</plugin>
337337
<plugin>

0 commit comments

Comments
 (0)