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

github-bot pushed a change to branch 
dependabot/maven/org.junit.jupiter-junit-jupiter-5.7.1
in repository https://gitbox.apache.org/repos/asf/commons-text.git.


 discard d3aee52  Bump junit-jupiter from 5.7.0 to 5.7.1
     add 308ed88  Bump actions/cache from v2 to v2.1.4
     add af82e78  Merge branch 'pr-205'
     add f91dca1  Normalize to US English spelling.
     add 71f3ee6  Bump graalvm.version from 21.0.0 to 21.0.0.2
     add a2b767f  Merge branch 'pr-206'
     add 66aa4ca  Bump mockito-inline from 3.7.7 to 3.8.0
     add cbf1481  Merge branch 'pr-207'
     add 844be55  Update commons-lang3 3.11 -> 3.12.0.
     add ffc8391  Bump checkstyle from 8.40 to 8.41
     add 57ec8ab  Merge branch 'pr-208'
     add a55ad54  Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/commons-text.git
     add 9d68f77  Bump spotbugs from 4.2.0 to 4.2.2
     add e924a5e  Merge branch 'pr-209'
     add 3ed5858  No need to nest in else.
     add e5f0e21  Update com.github.siom79.japicmp:japicmp-maven-plugin 0.15.1 
-> 0.15.3.
     add 0de0c79  license-* files confuse GH license detection
     add 4c575b4  Temp change to prod GH
     add 3a7f572  Revert change
     add 7f7af1c  Bump junit-jupiter from 5.7.0 to 5.7.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   (d3aee52)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.junit.jupiter-junit-jupiter-5.7.1 (7f7af1c)

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 +-
 license-header.txt => checkstyle-header.txt        |  0
 pom.xml                                            | 16 ++---
 src/assembly/src.xml                               |  2 +-
 src/changes/changes.xml                            | 14 ++--
 .../org/apache/commons/text/AlphabetConverter.java | 82 +++++++++++-----------
 .../java/org/apache/commons/text/StrBuilder.java   | 12 ++--
 .../org/apache/commons/text/TextStringBuilder.java | 36 +++++-----
 .../commons/text/io/StringSubstitutorReader.java   |  3 +-
 .../text/lookup/ResourceBundleStringLookup.java    |  3 +-
 .../text/similarity/IntersectionSimilarity.java    |  2 +-
 .../text/similarity/JaroWinklerDistance.java       |  5 +-
 .../text/similarity/JaroWinklerSimilarity.java     |  5 +-
 .../similarity/LevenshteinDetailedDistance.java    |  6 +-
 .../text/similarity/LevenshteinDistance.java       |  6 +-
 15 files changed, 99 insertions(+), 95 deletions(-)
 rename license-header.txt => checkstyle-header.txt (100%)

Reply via email to