You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by gi...@apache.org on 2022/05/25 10:38:06 UTC

[myfaces-tobago] branch dependabot/maven/tobago-5.x/org.testcontainers-junit-jupiter-1.17.2 updated (704caa2e25 -> b7e8ff8afe)

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

github-bot pushed a change to branch dependabot/maven/tobago-5.x/org.testcontainers-junit-jupiter-1.17.2
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


    omit 704caa2e25 build(deps-dev): bump junit-jupiter from 1.17.1 to 1.17.2
     add 96b6d4300d build(deps): update jsoup
     add 78166289e4 build(deps): bump spring-boot.version from 2.6.7 to 2.7.0
     add 0a6e538b1f chore: update npm libs and rebuild
     add a140cddb4c build: ignore Sonatype OSS - because its out of order
     add edccf71aa6 chore: set version for checkstyle tool
     add b7e8ff8afe build(deps-dev): bump junit-jupiter from 1.17.1 to 1.17.2

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   (704caa2e25)
            \
             N -- N -- N   refs/heads/dependabot/maven/tobago-5.x/org.testcontainers-junit-jupiter-1.17.2 (b7e8ff8afe)

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/tobago-ci.yml                    |    2 +-
 pom.xml                                            |    9 +-
 .../org/apache/myfaces/tobago/context/Markup.java  |    4 +-
 .../tobago/internal/behavior/EventBehavior.java    |    6 +-
 .../internal/component/AbstractUICommandBase.java  |    2 +-
 .../tobago/internal/config/TobagoConfigMerger.java |    2 +-
 .../tobago/internal/config/TobagoConfigParser.java |    4 +
 .../internal/renderkit/renderer/ImageRenderer.java |    4 +-
 .../renderkit/renderer/SelectManyRendererBase.java |    2 +-
 .../tobago/internal/util/HtmlWriterHelper.java     |    2 +-
 .../myfaces/tobago/internal/util/NumberUtils.java  |    2 +-
 .../myfaces/tobago/internal/util/SortingUtils.java |    4 +-
 .../myfaces/tobago/sanitizer/JsoupSanitizer.java   |   41 +-
 .../apache/myfaces/tobago/util/ComponentUtils.java |    2 +-
 .../myfaces/tobago/config/tobago-config-5.1.xsd    |    2 +-
 .../myfaces/tobago/model/SelectableUnitTest.java   |    6 +-
 .../src/main/webapp/WEB-INF/tobago-config.xml      |    2 +-
 .../280-security/10-sanitize/Sanitize.xhtml        |    2 +-
 tobago-theme/package-lock.json                     | 4825 ++++++++++----------
 tobago-theme/package.json                          |   20 +-
 .../src/main/css/bootstrap-icons.css               |    5 +-
 .../src/main/css/fonts/bootstrap-icons.woff        |  Bin 137124 -> 249830 bytes
 .../src/main/css/fonts/bootstrap-icons.woff2       |  Bin 102536 -> 102380 bytes
 23 files changed, 2374 insertions(+), 2574 deletions(-)