This is an automated email from the ASF dual-hosted git repository.
robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new 036f992b04 NO-JIRA: have dependabot ignore maven-bundle-plugin >= 6
for now, it needs Java 17+
036f992b04 is described below
commit 036f992b04b6a58acbdab103698cfcb975ecaf6f
Author: Robbie Gemmell <[email protected]>
AuthorDate: Fri Nov 29 12:36:10 2024 +0000
NO-JIRA: have dependabot ignore maven-bundle-plugin >= 6 for now, it needs
Java 17+
---
.github/dependabot.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 24b5c981c7..98d9304820 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -25,6 +25,8 @@ updates:
versions: '>= 10.16'
- dependency-name: 'com.google.errorprone:error_prone_core'
versions: '>= 2.32'
+ - dependency-name: 'org.apache.felix:maven-bundle-plugin'
+ versions: '>= 6'
# Ignore all these until we move to Jakarta
- dependency-name: 'org.springframework:*'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact