You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2022/02/16 08:05:08 UTC

[myfaces-tobago] branch master updated: spring - ignore 5

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

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new eff4a87  spring - ignore 5
eff4a87 is described below

commit eff4a87b1def2b3ef6c469b2c2087ca5aa0baac6
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Wed Feb 16 09:04:06 2022 +0100

    spring - ignore 5
---
 .github/dependabot.yml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 49e5ee1..6b6f362 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -231,6 +231,15 @@ updates:
       - dependency-name: "org.apache.maven.plugins:maven-javadoc-plugin"
         versions:
           - ">= 3.0.0"
+      - dependency-name: "org.springframework:spring-orm"
+        versions:
+          - ">= 5.0.0"
+      - dependency-name: "org.springframework:spring-jdbc"
+        versions:
+          - ">= 5.0.0"
+      - dependency-name: "org.springframework:spring-web"
+        versions:
+          - ">= 5.0.0"
 
   - package-ecosystem: "github-actions"
     directory: "/"