Skip to content

Commit 8b9df01

Browse files
authored
Merge pull request #2068 from kubernetes-client/dependabot/maven/org.apache.felix-maven-bundle-plugin-5.1.4
Bump maven-bundle-plugin from 5.1.3 to 5.1.4
2 parents 6e00c73 + 2a2ce08 commit 8b9df01

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.3</version>
25+
<version>5.1.4</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.3</version>
38+
<version>5.1.4</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
@@ -325,7 +325,7 @@
325325
<plugin>
326326
<groupId>org.apache.felix</groupId>
327327
<artifactId>maven-bundle-plugin</artifactId>
328-
<version>5.1.3</version>
328+
<version>5.1.4</version>
329329
<extensions>true</extensions>
330330
</plugin>
331331
<plugin>

0 commit comments

Comments
 (0)