Skip to content

Commit

Permalink
Upgrade maven-bundle-plugin to 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin committed Dec 19, 2024
1 parent 70a82d9 commit 5dc47ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ updates:
- dependency-name: "org.apache.maven.plugins:*"
- dependency-name: "org.codehaus.mojo:*"
- dependency-name: "com.diffplug.spotless:*"
- dependency-name: "org.apache.felix:*"
- dependency-name: "org.sonarsource.scanner.maven:*"
ignore:
# It is known that upgrade from current version requires additional changes:
Expand Down
2 changes: 1 addition & 1 deletion org.jacoco.build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>3.5.1</version>
<version>6.0.0</version>
</plugin>
<plugin>
<groupId>com.diffplug.spotless</groupId>
Expand Down

0 comments on commit 5dc47ef

Please sign in to comment.