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

github-bot pushed a change to branch 
dependabot/maven/org.mockito-mockito-core-4.6.1
in repository https://gitbox.apache.org/repos/asf/maven-filtering.git


 discard 6ca875a  Bump mockito-core from 2.28.2 to 4.6.1
     add dedca2a  [MSHARED-1080] Parent POM 36, Java8, drop legacy.
     add d026df4  WIP
     add e0f0ed6  WIP
     add b21a566  Fix UT
     add 4e16d70  Raise from the dead, neglect the smell.
     add 0158eb9  Applied PR comments
     add 3c92e1b  [MSHARED-1080] Parent POM 36, Java8, drop legacy. (#38)
     add 3625877  Bump mockito-core from 2.28.2 to 4.6.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   (6ca875a)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.mockito-mockito-core-4.6.1 (3625877)

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:
 pom.xml                                            |  91 +++--
 .../apache/maven/shared/filtering/BaseFilter.java  |  26 +-
 .../maven/shared/filtering/DefaultFilterInfo.java  |   5 +-
 .../shared/filtering/DefaultMavenFileFilter.java   |  34 +-
 .../shared/filtering/DefaultMavenReaderFilter.java |   8 +-
 .../filtering/DefaultMavenResourcesFiltering.java  | 102 +++--
 .../maven/shared/filtering/FilterWrapper.java}     |  19 +-
 .../maven/shared/filtering/FilteringUtils.java     | 432 ++++++++++++++++++++-
 .../maven/shared/filtering/MavenFileFilter.java    |   5 +-
 .../maven/shared/filtering/MavenReaderFilter.java  |   3 +-
 .../shared/filtering/MavenResourcesExecution.java  |  16 +-
 .../maven/shared/filtering/PropertyUtils.java      |   7 +-
 .../filtering/DefaultMavenFileFilterTest.java      |   9 +-
 .../filtering/DefaultMavenReaderFilterTest.java    |   3 +-
 .../DefaultMavenResourcesFilteringTest.java        |   3 +-
 .../maven/shared/filtering/EscapeStringTest.java   |   3 +-
 .../maven/shared/filtering/FilteringUtilsTest.java |   9 +-
 .../IncrementalResourceFilteringTest.java          |   2 +-
 .../maven/shared/filtering/InvalidMarkTest.java    |   3 +-
 .../MuliLinesMavenResourcesFilteringTest.java      |   3 +-
 .../maven/shared/filtering/PropertyUtilsTest.java  | 172 ++------
 .../shared/filtering/TestReflectionProperties.java |   3 +-
 .../maven/shared/filtering/TestSupport.java}       |  20 +-
 23 files changed, 672 insertions(+), 306 deletions(-)
 copy src/{test/units-files/MSHARED-325/payload => 
main/java/org/apache/maven/shared/filtering/FilterWrapper.java} (72%)
 copy src/test/{units-files/MSHARED-325/payload => 
java/org/apache/maven/shared/filtering/TestSupport.java} (57%)

Reply via email to