This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/jackson.version-2.18.1 in repository https://gitbox.apache.org/repos/asf/struts.git
discard 17183cd9c Bump jackson.version from 2.18.0 to 2.18.1 add cb08d18b5 Bump github/codeql-action from 3.27.0 to 3.27.1 add 6b2e5ecd9 Merge pull request #1125 from apache/dependabot/github_actions/github/codeql-action-3.27.1 add 8a2f494c1 WW-5484 Marks the DWR plugin as deprecated add 1903e0ef3 Merge pull request #1126 from apache/feature/WW-5484-dwr add 1f5305c24 [maven-release-plugin] prepare release STRUTS_6_7_0 add 085f50d45 [maven-release-plugin] prepare for next development iteration add 8b9d61cdd Add .gitattributes in case people don't have core.autocrlf set add c8ab6ff64 Upgrade maven to 3.9.9 and wrapper to 3.3.2 add 3b7a4d828 Merge pull request #1129 from sepe81/feature/Upgrade-maven-to-3.9.9-and-wrapper-to-3.3.2 add b6d9dc9ec Bump github/codeql-action from 3.27.1 to 3.27.4 add 780280aae Merge pull request #1128 from apache/dependabot/github_actions/github/codeql-action-3.27.4 add 2e431df6b Always run Sonar scan against the master branch add 55885bc86 Runs Sonar step in case of running on master or PR add b1d7c09d0 Uses Java 21 when running Sonar check add c009a4ad1 Avoids running Sonar scan in forks add b3807b191 Merge pull request #921 from apache/fix/sonar add 58d4d700e Skip Sonar scan on PRs created by Dependabot add d6b015f62 Merge pull request #1130 from apache/fix/sonar-dependabot add 24aaa7314 Bump jackson.version from 2.18.0 to 2.18.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 (17183cd9c) \ N -- N -- N refs/heads/dependabot/maven/jackson.version-2.18.1 (24aaa7314) 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: .gitattributes | 5 + .github/workflows/codeql.yml | 6 +- .github/workflows/scorecards-analysis.yaml | 2 +- .github/workflows/sonar.yml | 7 +- .mvn/wrapper/maven-wrapper.properties | 5 +- apps/pom.xml | 2 +- apps/rest-showcase/pom.xml | 4 +- apps/showcase/pom.xml | 2 +- assembly/pom.xml | 2 +- bom/pom.xml | 6 +- bundles/admin/pom.xml | 2 +- bundles/demo/pom.xml | 2 +- bundles/pom.xml | 2 +- core/pom.xml | 2 +- mvnw | 435 +++++++++++++---------------- mvnw.cmd | 304 ++++++++------------ plugins/async/pom.xml | 2 +- plugins/bean-validation/pom.xml | 2 +- plugins/cdi/pom.xml | 2 +- plugins/config-browser/pom.xml | 2 +- plugins/convention/pom.xml | 2 +- plugins/dwr/README.md | 4 + plugins/dwr/pom.xml | 4 +- plugins/embeddedjsp/pom.xml | 2 +- plugins/gxp/pom.xml | 2 +- plugins/jasperreports/pom.xml | 2 +- plugins/javatemplates/pom.xml | 2 +- plugins/jfreechart/pom.xml | 2 +- plugins/json/pom.xml | 2 +- plugins/junit/pom.xml | 2 +- plugins/osgi/pom.xml | 2 +- plugins/oval/pom.xml | 2 +- plugins/pell-multipart/pom.xml | 2 +- plugins/plexus/pom.xml | 2 +- plugins/pom.xml | 2 +- plugins/portlet-junit/pom.xml | 2 +- plugins/portlet-mocks/pom.xml | 2 +- plugins/portlet-tiles/pom.xml | 2 +- plugins/portlet/pom.xml | 2 +- plugins/rest/pom.xml | 2 +- plugins/sitemesh/pom.xml | 2 +- plugins/spring/pom.xml | 2 +- plugins/testng/pom.xml | 2 +- plugins/tiles/pom.xml | 2 +- plugins/velocity/pom.xml | 2 +- plugins/xslt/pom.xml | 2 +- pom.xml | 4 +- 47 files changed, 381 insertions(+), 475 deletions(-) create mode 100644 .gitattributes