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

dependabot[bot] pushed a change to branch 
dependabot/maven/org.hibernate.validator-hibernate-validator-9.1.2.Final
in repository https://gitbox.apache.org/repos/asf/camel.git


    omit 275b066cb9cd chore(deps): Bump 
org.hibernate.validator:hibernate-validator
     add 0972796fa5bb CAMEL-23868: camel-file - make local work directory / 
starting directory containment checks path-boundary aware (#24377)
     add 1af162dbec81 chore(deps): Bump jira-rest-client-api-version from 6.0.2 
to 6.0.4
     add 3fabcf060c8f CAMEL-23917: Fix flaky QuartzNameCollisionTest (#24441)
     add df56902e5119 chore(deps): Bump 
org.l2x6.cq:cq-alias-fastinstall-quickly-extension
     add 4fc31e376bba chore(deps): Bump io.smallrye.config:smallrye-config
     add dc3f83c2cbb1 CAMEL-23912: Add Maven Dependencies TUI tab
     add 662222347fb6 chore(deps-dev): Bump org.hibernate.orm:hibernate-core
     add c3c2e84749d2 chore(deps): Bump 
org.hibernate.validator:hibernate-validator

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   (275b066cb9cd)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.hibernate.validator-hibernate-validator-9.1.2.Final
 (c3c2e84749d2)

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:
 .mvn/extensions.xml                                |   2 +-
 .../camel/component/file/GenericFileHelper.java    |  26 +-
 .../camel/component/file/GenericFileProducer.java  |   2 +-
 .../component/file/GenericFileHelperTest.java      |  26 +
 .../component/quartz/QuartzNameCollisionTest.java  |  18 +-
 .../dsl/jbang/core/commands/tui/CamelMonitor.java  |   5 +-
 .../dsl/jbang/core/commands/tui/ClasspathTab.java  |  58 +-
 .../dsl/jbang/core/commands/tui/DataSourceTab.java |   4 +-
 .../core/commands/tui/MavenDependenciesTab.java    | 885 +++++++++++++++++++++
 .../dsl/jbang/core/commands/tui/TabRegistry.java   |  10 +-
 .../dsl/jbang/core/commands/tui/TuiIcons.java      |   1 +
 .../jbang/core/commands/tui/TabRegistryTest.java   |   6 +-
 parent/pom.xml                                     |   6 +-
 13 files changed, 1021 insertions(+), 28 deletions(-)
 create mode 100644 
dsl/camel-jbang/camel-jbang-plugin-tui/src/main/java/org/apache/camel/dsl/jbang/core/commands/tui/MavenDependenciesTab.java

Reply via email to