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

dependabot[bot] pushed a change to branch 
dependabot/maven/org.apache.struts-struts2-core-7.1.1
in repository https://gitbox.apache.org/repos/asf/struts-examples.git


 discard ac14e3a  Build(deps): Bump org.apache.struts:struts2-core from 7.0.3 
to 7.1.1
     add 3ef8b35  Build(deps): Bump shiro.version from 2.0.4 to 2.0.5
     add 744c308  Merge pull request #502 from 
apache/dependabot/maven/shiro.version-2.0.5
     add 07e2b94  Build(deps): Bump org.owasp:dependency-check-maven from 7.2.1 
to 12.1.8
     add 126ffe4  Merge pull request #504 from 
apache/dependabot/maven/org.owasp-dependency-check-maven-12.1.8
     add 4448a67  Build(deps-dev): Bump org.springframework:spring-web
     add 078bb4d  Merge pull request #505 from 
apache/dependabot/maven/org.springframework-spring-web-6.2.12
     add 511222b  Build(deps): Bump 
org.eclipse.jetty.ee10:jetty-ee10-maven-plugin
     add 18bfac6  Merge pull request #506 from 
apache/dependabot/maven/org.eclipse.jetty.ee10-jetty-ee10-maven-plugin-12.1.3
     add 0718c04  Build(deps): Bump actions/checkout from 5.0.0 to 6.0.0
     add 9293ef3  Merge pull request #507 from 
apache/dependabot/github_actions/actions/checkout-6.0.0
     add bf344d6  Defines a new struts-parameter example app to show how 
@StrutsParameter works
     add a87f2f8  Merge pull request #522 from apache/struts-parameter
     add ad22072  Build(deps-dev): Bump com.jayway.jsonpath:json-path in 
/rest-angular (#509)
     add 2217825  Build(deps): Bump org.owasp:dependency-check-maven from 
12.1.8 to 12.1.9 (#511)
     add 2b10f7a  Build(deps): Bump jakarta.validation:jakarta.validation-api 
(#512)
     add e939725  Build(deps): Bump org.apache.struts:struts2-core from 7.0.3 
to 7.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   (ac14e3a)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.apache.struts-struts2-core-7.1.1 (e939725)

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/maven.yml                        |  2 +-
 jasperreports/pom.xml                              |  2 +-
 pom.xml                                            |  5 +--
 rest-angular/pom.xml                               |  4 +--
 shiro-basic/pom.xml                                |  2 +-
 {type-conversion => struts-parameter}/pom.xml      | 15 +++++---
 .../apache/struts/examples/parameter/Admin.java    | 27 ++++++++++++++
 .../struts/examples/parameter}/IndexAction.java    | 42 +++++++++++++++-------
 .../org/apache/struts/examples/parameter/User.java | 39 ++++++++++++++++++++
 .../src/main/resources/log4j2.xml                  |  4 +--
 struts-parameter/src/main/resources/struts.xml     | 20 +++++++++++
 .../src/main/webapp/WEB-INF/examples/index.jsp     | 18 ++++++++++
 .../src/main/webapp/WEB-INF/web.xml                |  9 ++---
 .../src/main/webapp/index.jsp                      |  0
 14 files changed, 158 insertions(+), 31 deletions(-)
 copy {type-conversion => struts-parameter}/pom.xml (74%)
 create mode 100644 
struts-parameter/src/main/java/org/apache/struts/examples/parameter/Admin.java
 copy {text-provider/src/main/java/org/apache/struts_example => 
struts-parameter/src/main/java/org/apache/struts/examples/parameter}/IndexAction.java
 (56%)
 create mode 100644 
struts-parameter/src/main/java/org/apache/struts/examples/parameter/User.java
 copy {helloworld => struts-parameter}/src/main/resources/log4j2.xml (69%)
 create mode 100644 struts-parameter/src/main/resources/struts.xml
 create mode 100644 struts-parameter/src/main/webapp/WEB-INF/examples/index.jsp
 copy {rest-angular => struts-parameter}/src/main/webapp/WEB-INF/web.xml (66%)
 copy {annotations => struts-parameter}/src/main/webapp/index.jsp (100%)

Reply via email to