Skip to content

Commit 8c87f26

Browse files
Bump maven-bundle-plugin from 5.1.2 to 5.1.3
Bumps maven-bundle-plugin from 5.1.2 to 5.1.3. --- 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>
1 parent 90c4c1a commit 8c87f26

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.2</version>
25+
<version>5.1.3</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.2</version>
38+
<version>5.1.3</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.2</version>
328+
<version>5.1.3</version>
329329
<extensions>true</extensions>
330330
</plugin>
331331
<plugin>

0 commit comments

Comments
 (0)