You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ar...@apache.org on 2022/12/21 18:46:51 UTC

[fineract] branch develop updated (e60e66b5a -> 62cefcdc8)

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

arnold pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


    from e60e66b5a chore(deps): bump actions/stale from 6.0.1 to 7.0.0
     new 77ee567c7 Explicit version numbers for slf4j packages in renovate.json to ensure no automatic upgrades. Note: SLF4J and Logback cannot be upgraded until Spring 6 is integrated
     new 62cefcdc8 Disabling automatic Spring 6 upgrade for renovate

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 renovate.json | 8 ++++++++
 1 file changed, 8 insertions(+)


[fineract] 02/02: Disabling automatic Spring 6 upgrade for renovate

Posted by ar...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

arnold pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git

commit 62cefcdc8bbb02cb384ed11e3cb1f44d79dd2e0e
Author: Arnold Galovics <ga...@gmail.com>
AuthorDate: Wed Dec 21 19:00:31 2022 +0100

    Disabling automatic Spring 6 upgrade for renovate
---
 renovate.json | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/renovate.json b/renovate.json
index 83642c382..2b54bca35 100644
--- a/renovate.json
+++ b/renovate.json
@@ -58,6 +58,10 @@
     "matchPackageNames": ["org.slf4j:slf4j-api", "org.slf4j:slf4j-simple", "org.slf4j:jcl-over-slf4j", "org.slf4j:jul-to-slf4j", "org.slf4j:log4j-over-slf4j"],
     "allowedVersions": "<=1.7.36"
   },
+  {
+    "matchPackageNames": ["org.springframework:spring-framework-bom"],
+    "allowedVersions": "<6.0.0"
+  },
   {
     "matchPackageNames": ["gradle"],
     "allowedVersions": "<=7.5.1"


[fineract] 01/02: Explicit version numbers for slf4j packages in renovate.json to ensure no automatic upgrades. Note: SLF4J and Logback cannot be upgraded until Spring 6 is integrated

Posted by ar...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

arnold pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git

commit 77ee567c7624ce153a99a0f9bc245ad13f9b7c7c
Author: Arnold Galovics <ga...@gmail.com>
AuthorDate: Wed Dec 21 18:58:13 2022 +0100

    Explicit version numbers for slf4j packages in renovate.json to ensure no automatic upgrades. Note: SLF4J and Logback cannot be upgraded until Spring 6 is integrated
---
 renovate.json | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/renovate.json b/renovate.json
index 75b55e9d2..83642c382 100644
--- a/renovate.json
+++ b/renovate.json
@@ -54,6 +54,10 @@
     "matchPackageNames": ["ch.qos.logback:logback-classic"],
     "allowedVersions": "<=1.2.11"
   },
+  {
+    "matchPackageNames": ["org.slf4j:slf4j-api", "org.slf4j:slf4j-simple", "org.slf4j:jcl-over-slf4j", "org.slf4j:jul-to-slf4j", "org.slf4j:log4j-over-slf4j"],
+    "allowedVersions": "<=1.7.36"
+  },
   {
     "matchPackageNames": ["gradle"],
     "allowedVersions": "<=7.5.1"