This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/stormcrawler.git
The following commit(s) were added to refs/heads/main by this push:
new 0e1eb4a6 Bump storm-client.version from 2.8.2 to 2.8.3 (#1707)
0e1eb4a6 is described below
commit 0e1eb4a6f1b9bf5a603a43340fda135f9a624050
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 6 10:16:23 2025 +0100
Bump storm-client.version from 2.8.2 to 2.8.3 (#1707)
* Bump storm-client.version from 2.8.2 to 2.8.3
Bumps `storm-client.version` from 2.8.2 to 2.8.3.
Updates `org.apache.storm:storm-client` from 2.8.2 to 2.8.3
- [Release notes](https://github.com/apache/storm/releases)
- [Commits](https://github.com/apache/storm/compare/v2.8.2...v2.8.3)
Updates `org.apache.storm:storm-hdfs` from 2.8.2 to 2.8.3
---
updated-dependencies:
- dependency-name: org.apache.storm:storm-client
dependency-version: 2.8.3
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.storm:storm-hdfs
dependency-version: 2.8.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
* Storm 2.8.3
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Richard Zowalla <[email protected]>
---
README.md | 2 +-
THIRD-PARTY.txt | 8 ++++----
archetype/src/main/resources/archetype-resources/pom.xml | 2 +-
.../archetype/src/main/resources/archetype-resources/pom.xml | 2 +-
external/solr/README.md | 2 +-
.../archetype/src/main/resources/archetype-resources/README.md | 2 +-
.../solr/archetype/src/main/resources/archetype-resources/pom.xml | 2 +-
pom.xml | 2 +-
8 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/README.md b/README.md
index 5f1316cd..cd29be20 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Apache StormCrawler is an open source collection of resources
for building low-l
## Quickstart
-NOTE: These instructions assume that you have [Apache
Maven](https://maven.apache.org/install.html) installed. You will need to
install [Apache Storm 2.8.2](http://storm.apache.org/) to run the crawler.
+NOTE: These instructions assume that you have [Apache
Maven](https://maven.apache.org/install.html) installed. You will need to
install [Apache Storm 2.8.3](http://storm.apache.org/) to run the crawler.
StormCrawler requires Java 17 or above. To execute tests, it requires you to
have a locally installed and working Docker environment.
diff --git a/THIRD-PARTY.txt b/THIRD-PARTY.txt
index 1139311d..e9da72f8 100644
--- a/THIRD-PARTY.txt
+++ b/THIRD-PARTY.txt
@@ -243,14 +243,14 @@ List of third-party dependencies grouped by their license
type.
* rome (com.rometools:rome:2.1.0 - http://rometools.com/rome)
* rome-utils (com.rometools:rome-utils:2.1.0 -
http://rometools.com/rome-utils)
* server (org.opensearch:opensearch:2.19.3 -
https://github.com/opensearch-project/OpenSearch.git)
- * Shaded Deps for Storm Client
(org.apache.storm:storm-shaded-deps:2.8.2 -
https://storm.apache.org/storm-shaded-deps)
+ * Shaded Deps for Storm Client
(org.apache.storm:storm-shaded-deps:2.8.3 -
https://storm.apache.org/storm-shaded-deps)
* SnakeYAML (org.yaml:snakeyaml:2.4 -
https://bitbucket.org/snakeyaml/snakeyaml)
* snappy-java (org.xerial.snappy:snappy-java:1.1.10.4 -
https://github.com/xerial/snappy-java)
* sniffer (org.opensearch.client:opensearch-rest-client-sniffer:2.19.3
- https://github.com/opensearch-project/OpenSearch.git)
* SparseBitSet (com.zaxxer:SparseBitSet:1.3 -
https://github.com/brettwooldridge/SparseBitSet)
- * storm-autocreds (org.apache.storm:storm-autocreds:2.8.2 -
https://storm.apache.org/external/storm-autocreds)
- * Storm Client (org.apache.storm:storm-client:2.8.2 -
https://storm.apache.org/storm-client)
- * storm-hdfs (org.apache.storm:storm-hdfs:2.8.2 -
https://storm.apache.org/external/storm-hdfs)
+ * storm-autocreds (org.apache.storm:storm-autocreds:2.8.3 -
https://storm.apache.org/external/storm-autocreds)
+ * Storm Client (org.apache.storm:storm-client:2.8.3 -
https://storm.apache.org/storm-client)
+ * storm-hdfs (org.apache.storm:storm-hdfs:2.8.3 -
https://storm.apache.org/external/storm-hdfs)
* swagger-annotations-jakarta
(io.swagger.core.v3:swagger-annotations-jakarta:2.2.22 -
https://github.com/swagger-api/swagger-core/modules/swagger-annotations-jakarta)
* T-Digest (com.tdunning:t-digest:3.2 -
https://github.com/tdunning/t-digest)
* urlfrontier-API (com.github.crawler-commons:urlfrontier-API:2.5 -
https://github.com/crawler-commons/url-frontier/urlfrontier-API)
diff --git a/archetype/src/main/resources/archetype-resources/pom.xml
b/archetype/src/main/resources/archetype-resources/pom.xml
index 100a9971..ab8c75b2 100644
--- a/archetype/src/main/resources/archetype-resources/pom.xml
+++ b/archetype/src/main/resources/archetype-resources/pom.xml
@@ -32,7 +32,7 @@ under the License.
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<stormcrawler.version>${project.version}</stormcrawler.version>
- <storm.version>2.8.2</storm.version>
+ <storm.version>2.8.3</storm.version>
<urlfrontier.version>2.4</urlfrontier.version>
</properties>
diff --git
a/external/opensearch/archetype/src/main/resources/archetype-resources/pom.xml
b/external/opensearch/archetype/src/main/resources/archetype-resources/pom.xml
index 351b1b54..a62746aa 100644
---
a/external/opensearch/archetype/src/main/resources/archetype-resources/pom.xml
+++
b/external/opensearch/archetype/src/main/resources/archetype-resources/pom.xml
@@ -34,7 +34,7 @@ under the License.
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<stormcrawler.version>${StormCrawlerVersion}</stormcrawler.version>
- <storm.version>2.8.2</storm.version>
+ <storm.version>2.8.3</storm.version>
</properties>
<build>
diff --git a/external/solr/README.md b/external/solr/README.md
index 9f3ec7e3..5b003b1a 100644
--- a/external/solr/README.md
+++ b/external/solr/README.md
@@ -12,7 +12,7 @@ You'll be asked to enter a groupId (e.g.
com.mycompany.crawler), an artefactId (
This will not only create a fully formed project containing a POM with the
dependency above but also a set of resources, configuration files and sample
topology classes. Enter the directory you just created (should be the same as
the artefactId you specified earlier) and follow the instructions on the README
file.
-You will of course need to have both Apache Storm (2.8.2) and Apache Solr
(9.8.0) installed.
+You will of course need to have both Apache Storm (2.8.3) and Apache Solr
(9.8.0) installed.
Official references:
* [Apache Storm: Setting Up a Development
Environment](https://storm.apache.org/releases/current/Setting-up-development-environment.html)
diff --git
a/external/solr/archetype/src/main/resources/archetype-resources/README.md
b/external/solr/archetype/src/main/resources/archetype-resources/README.md
index 565dd4d0..26bf4b6d 100644
--- a/external/solr/archetype/src/main/resources/archetype-resources/README.md
+++ b/external/solr/archetype/src/main/resources/archetype-resources/README.md
@@ -1,7 +1,7 @@
This has been generated by the StormCrawler Maven Archetype as a starting
point for building your own crawler with [Apache
Solr](https://solr.apache.org/) as a backend.
Have a look at the code and resources and modify them to your heart's content.
-You need to have Apache Storm (2.8.2) installed, as well as a running instance
of Apache Solr (9.8.0).
+You need to have Apache Storm (2.8.3) installed, as well as a running instance
of Apache Solr (9.8.0).
## Generated resources
diff --git
a/external/solr/archetype/src/main/resources/archetype-resources/pom.xml
b/external/solr/archetype/src/main/resources/archetype-resources/pom.xml
index 5a3e44c7..5f64f61a 100644
--- a/external/solr/archetype/src/main/resources/archetype-resources/pom.xml
+++ b/external/solr/archetype/src/main/resources/archetype-resources/pom.xml
@@ -34,7 +34,7 @@ under the License.
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<stormcrawler.version>${StormCrawlerVersion}</stormcrawler.version>
- <storm.version>2.8.2</storm.version>
+ <storm.version>2.8.3</storm.version>
</properties>
<build>
diff --git a/pom.xml b/pom.xml
index 9b77db48..9cbcebcd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@ under the License.
<additionalparam>-Xdoclint:none</additionalparam>
<!-- dependency versions -->
<junit.version>6.0.1</junit.version>
- <storm-client.version>2.8.2</storm-client.version>
+ <storm-client.version>2.8.3</storm-client.version>
<!-- Jackson's version should be in-line with the one in Storm
-->
<jackson.version>2.18.1</jackson.version>
<tika.version>3.2.3</tika.version>