Skip to content

Commit 0f8ac6f

Browse files
build(deps): bump maven-bundle-plugin from 5.1.8 to 5.1.9
Bumps maven-bundle-plugin from 5.1.8 to 5.1.9. --- 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 1952957 commit 0f8ac6f

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.8</version>
25+
<version>5.1.9</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.8</version>
38+
<version>5.1.9</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
@@ -333,7 +333,7 @@
333333
<plugin>
334334
<groupId>org.apache.felix</groupId>
335335
<artifactId>maven-bundle-plugin</artifactId>
336-
<version>5.1.8</version>
336+
<version>5.1.9</version>
337337
<extensions>true</extensions>
338338
</plugin>
339339
<plugin>

0 commit comments

Comments
 (0)