This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/commons-cli-commons-cli-1.9.0
in repository https://gitbox.apache.org/repos/asf/incubator-stormcrawler.git
discard 38026b54 Bump commons-cli:commons-cli from 1.6.0 to 1.9.0
add 0d7e6646 #1261 - Automatically generate THIRD-PARTY.txt via GitHub
Action workflow. (#1262)
add 425689aa #1257 - Update to Storm 2.6.4 (#1258)
add e1152f48 SC-1162: Replace Coveralls with JaCoCo (#1255)
add 699f4914 Bump testcontainers.version from 1.19.7 to 1.20.1 (#1277)
add c8ae7ce4 Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0
to 3.10.0 (#1267)
add 4becd72a Bump actions/setup-java from 3 to 4 (#1264)
add b45a1c83 Bump actions/checkout from 3 to 4 (#1265)
add 372e3800 Bump org.jsoup:jsoup from 1.17.2 to 1.18.1 (#1271)
add 475625ff Minor: Regenerated License File for
372e3800fef08dc693f843ade749259c63017b4e (#1280)
add ebfb92a0 Bump tika.version from 2.9.1 to 2.9.2 (#1269)
add 9444bc56 Bump com.ibm.icu:icu4j from 74.2 to 75.1 (#1272)
add 10557f26 Bump org.apache.maven.plugins:maven-enforcer-plugin from
3.4.1 to 3.5.0
add 59e7d687 Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to
3.4.2
add 7bbd47d1 Bump org.apache.maven.plugins:maven-compiler-plugin
add c47fa8bc Bump org.apache.rat:apache-rat-plugin from 0.15 to 0.16.1
add 84136e3f Bump org.apache:apache from 31 to 33
add 685c56d9 Bump junit.version from 5.10.2 to 5.11.0
add ed826e6f Bump org.apache.solr:solr-solrj from 9.5.0 to 9.6.1
add 8df21de9 Bump org.apache.maven.archetype:archetype-packaging from 2.4
to 3.2.1
add 0e386240 Bump org.mockito:mockito-core from 5.10.0 to 5.13.0
add 29b5380d Bump com.microsoft.playwright:playwright from 1.43.0 to 1.46.0
add f56295f9 Bump selenium.version from 4.18.1 to 4.24.0
add bb7a476a Bump commons-cli:commons-cli from 1.6.0 to 1.9.0
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 (38026b54)
\
N -- N -- N
refs/heads/dependabot/maven/commons-cli-commons-cli-1.9.0 (bb7a476a)
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/code_coverage.yml | 44 --------------------
.github/workflows/main.yml | 61 +++++++++++++++++++++++++++
.github/workflows/maven.yml | 10 ++---
README.md | 1 -
THIRD-PARTY.txt | 20 +++++----
archetype/pom.xml | 2 +-
core/pom.xml | 13 ++++--
external/opensearch/archetype/pom.xml | 2 +-
external/opensearch/pom.xml | 7 ++++
external/playwright/pom.xml | 9 +++-
external/solr/pom.xml | 2 +-
external/tika/pom.xml | 10 +++++
external/urlfrontier/pom.xml | 7 ++++
external/warc/pom.xml | 7 ++++
pom.xml | 77 +++++++++++++++++++++++++++++------
15 files changed, 194 insertions(+), 78 deletions(-)
delete mode 100644 .github/workflows/code_coverage.yml
create mode 100644 .github/workflows/main.yml