This is an automated email from the ASF dual-hosted git repository.

pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-jakarta.git


The following commit(s) were added to refs/heads/main by this push:
     new 5dd9d54  Fix Jakarta EE at version 9.1
5dd9d54 is described below

commit 5dd9d54fd9bdb96e60dd4fa8136d9db921743b06
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Thu Nov 16 14:43:13 2023 +0100

    Fix Jakarta EE at version 9.1
---
 .github/dependabot.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml
index 4d38ccc..5d88621 100644
--- a/.github/dependabot.yaml
+++ b/.github/dependabot.yaml
@@ -27,6 +27,9 @@ updates:
       # Keep at version 3.6.x
       - dependency-name: "org.apache.maven:maven-plugin-api"
         update-types: ["version-update:semver-major", 
"version-update:semver-minor"]
+      # Keep Jakarta EE at version 9.
+      - dependency-name: "jakarta.platform:*"
+        versions: ["[10,)"]
 
   - package-ecosystem: github-actions
     directory: "/"

Reply via email to