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

github-bot pushed a change to branch 
dependabot/maven/org.apache.hadoop-hadoop-client-3.4.3
in repository https://gitbox.apache.org/repos/asf/karaf-decanter.git


    omit 55ca3827 Bump org.apache.hadoop:hadoop-client from 3.4.2 to 3.4.3
     add 52c1a9da Bump org.mockito:mockito-core from 5.21.0 to 5.23.0 (#617)
     add 04607bc4 Bump org.apache.zookeeper:zookeeper from 3.9.4 to 3.9.5 (#616)
     add 838175bf Bump com.orientechnologies:orientdb-client from 3.2.49 to 
3.2.50 (#612)
     add 994d3d0d Bump activemq.version from 5.19.1 to 5.19.2 (#608)
     add 631598da Bump karaf.version from 4.4.8 to 4.4.10 (#606)
     add 0d167df2 fix(dependabot): catch all dependency updates (#618)
     add 05919d34 Bump org.slf4j:slf4j-simple from 1.7.36 to 2.0.17 (#640)
     add d7d2cd8c Bump org.asciidoctor:asciidoctorj-pdf from 1.6.2 to 2.3.23 
(#633)
     add 93adeae1 Bump org.slf4j:slf4j-jdk14 from 1.7.36 to 2.0.17 (#631)
     add affd8026 Bump org.apache.maven.plugins:maven-resources-plugin from 2.7 
to 3.5.0 (#630)
     add fd3ecc7b Bump org.asciidoctor:asciidoctor-maven-plugin from 1.6.0 to 
3.2.0 (#623)
     add fe16eaaf Relax checks context (#620)
     add 8abf9efc Bump actions/checkout from 4 to 6 (#621)
     add 34f82c39 Bump actions/setup-java from 4 to 5 (#622)
     add 1c082c0e ci: enhance GitHub Actions workflows (#644)
     add 14004c39 Upgrade to JDK 17 by default (#568)
     add 2b2c9afd Bump org.apache.hadoop:hadoop-client from 3.4.2 to 3.4.3

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   (55ca3827)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.apache.hadoop-hadoop-client-3.4.3 (2b2c9afd)

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:
 .asf.yaml                                          |    4 -
 .github/dependabot.yml                             |    6 -
 .github/workflows/build.yml                        |   46 -
 .github/workflows/ci-test-results.yml              |   64 +
 .github/workflows/ci.yml                           |   91 ++
 appender/cassandra/pom.xml                         |   92 --
 .../appender/cassandra/CassandraAppenderTest.java  |  241 ----
 .../src/test/resources/cassandra-rackdc.properties |   27 -
 .../cassandra/src/test/resources/cassandra.yaml    | 1256 --------------------
 appender/cassandra/src/test/resources/logback.xml  |  102 --
 appender/jms/pom.xml                               |    2 +-
 appender/kafka/pom.xml                             |    2 +-
 appender/orientdb/pom.xml                          |    2 +-
 appender/rest/pom.xml                              |    2 +-
 assembly/pom.xml                                   |    4 +-
 collector/camel/pom.xml                            |    2 +-
 collector/jmx/pom.xml                              |    2 +-
 manual/pom.xml                                     |    6 +-
 pom.xml                                            |    6 +-
 19 files changed, 169 insertions(+), 1788 deletions(-)
 delete mode 100644 .github/workflows/build.yml
 create mode 100644 .github/workflows/ci-test-results.yml
 create mode 100644 .github/workflows/ci.yml
 delete mode 100644 
appender/cassandra/src/test/java/org/apache/karaf/decanter/appender/cassandra/CassandraAppenderTest.java
 delete mode 100644 
appender/cassandra/src/test/resources/cassandra-rackdc.properties
 delete mode 100644 appender/cassandra/src/test/resources/cassandra.yaml
 delete mode 100644 appender/cassandra/src/test/resources/logback.xml

Reply via email to