This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/gradle/org.apache.groovy-groovy-all-5.1.1
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
omit f306ce80f1 Bump org.apache.groovy:groovy-all from 5.0.5 to 5.1.1
add fa45815a6d Fixed: CMS use-when expressions still templated into string
literals (#1750)
add 555f76f7e3 Fixed: arbitrary service execution via Content.serviceName
in ContentWorker (#1788)
add 7914b33f42 Bump github/codeql-action/upload-sarif
add 3c53e325d5 Bump actions/setup-java from 5.7.0 to 6.0.0
add 5ba43d1969 Bump org.apache.cxf:cxf-rt-frontend-jaxrs from 4.2.0 to
4.2.3
add 164315b7fe Bump spring from 6.2.18 to 6.2.19
add aca55224a7 Bump swagger from 2.2.50 to 2.2.54
add 4e06cd9566 Bump tomcat from 10.1.56 to 10.1.59
add a466c8934a Bump org.clojure:clojure from 1.12.4 to 1.12.5
add 54d4ebb64b Bump com.auth0:jwks-rsa from 0.24.0 to 0.24.1
add 7a406c113f Bump junit from 6.1.2 to 6.1.3
add 1982459275 Bump org.apache.groovy:groovy-all from 5.0.5 to 5.1.1
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (f306ce80f1)
\
N -- N -- N
refs/heads/dependabot/gradle/org.apache.groovy-groovy-all-5.1.1 (1982459275)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/gradle.yml | 2 +-
.github/workflows/scorecard.yml | 2 +-
.../content/servicedef/services_content.xml | 8 +++
.../ofbiz/content/content/ContentWorker.java | 16 ++++-
.../ofbiz/content/content/ContentTests.groovy | 79 ++++++++++++++++++++++
applications/content/widget/cms/CMSForms.xml | 26 +++----
applications/product/servicedef/services.xml | 8 +++
.../product/widget/catalog/ProductForms.xml | 1 -
framework/common/data/CommonTypeData.xml | 3 +
.../ofbiz/widget/model/ModelFormFieldTest.java | 75 ++++++++++++++++++++
gradle/libs.versions.toml | 14 ++--
11 files changed, 209 insertions(+), 25 deletions(-)