Skip to content

Commit

Permalink
org.apache.felix:maven-bundle-plugin:6.0.0 now requires Java 17.
Browse files Browse the repository at this point in the history
Signed-off-by: Simone Bordet <[email protected]>
  • Loading branch information
sbordet committed Dec 10, 2024
1 parent 6dc3eda commit 5533926
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ updates:
versions: [ ">=6.0.0" ]
- dependency-name: "org.testng:testng"
versions: [ ">=7.6.0" ]
- dependency-name: "org.apache.felix:maven-bundle-plugin"
versions: [ ">=6.0.0" ]

- package-ecosystem: "maven"
directory: "/"
Expand All @@ -29,6 +31,8 @@ updates:
versions: [ ">=11.0.0" ]
- dependency-name: "org.springframework:*"
versions: [ ">=6.0.0" ]
- dependency-name: "org.apache.felix:maven-bundle-plugin"
versions: [ ">=6.0.0" ]

- package-ecosystem: "maven"
directory: "/"
Expand Down

0 comments on commit 5533926

Please sign in to comment.