This is an automated email from the ASF dual-hosted git repository.
rabreu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to refs/heads/master by this push:
new caca1840c Bump org.jctools:jctools-core from 4.0.5 to 4.0.6 (#8409)
caca1840c is described below
commit caca1840c20b7dfa24d0c60cf2ecfbfd77307619
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Mar 7 16:12:15 2026 +0000
Bump org.jctools:jctools-core from 4.0.5 to 4.0.6 (#8409)
* Bump org.jctools:jctools-core from 4.0.5 to 4.0.6
Bumps [org.jctools:jctools-core](https://github.com/JCTools/JCTools) from
4.0.5 to 4.0.6.
- [Release notes](https://github.com/JCTools/JCTools/releases)
-
[Changelog](https://github.com/JCTools/JCTools/blob/master/RELEASE-NOTES.md)
- [Commits](https://github.com/JCTools/JCTools/compare/v4.0.5...v4.0.6)
---
updated-dependencies:
- dependency-name: org.jctools:jctools-core
dependency-version: 4.0.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
* Fixing licenses
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rui Abreu <[email protected]>
---
DEPENDENCY-LICENSES | 2 +-
LICENSE-binary | 2 +-
pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/DEPENDENCY-LICENSES b/DEPENDENCY-LICENSES
index 761ecbab3..c8de58818 100644
--- a/DEPENDENCY-LICENSES
+++ b/DEPENDENCY-LICENSES
@@ -131,7 +131,7 @@ List of third-party dependencies grouped by their license
type.
* Jackson-module-parameter-names
(com.fasterxml.jackson.module:jackson-module-parameter-names:2.21.0 -
https://github.com/FasterXML/jackson-modules-java8/jackson-module-parameter-names)
* Jakarta Bean Validation API
(jakarta.validation:jakarta.validation-api:3.0.2 - https://beanvalidation.org)
* Jakarta Dependency Injection
(jakarta.inject:jakarta.inject-api:2.0.1 -
https://github.com/eclipse-ee4j/injection-api)
- * Java Concurrency Tools Core Library (org.jctools:jctools-core:4.0.5
- https://github.com/JCTools)
+ * Java Concurrency Tools Core Library (org.jctools:jctools-core:4.0.6
- https://github.com/JCTools)
* javax.inject (javax.inject:javax.inject:1 -
http://code.google.com/p/atinject/)
* JBoss Logging 3 (org.jboss.logging:jboss-logging:3.6.1.Final -
http://www.jboss.org)
* JCIP Annotations under Apache License
(com.github.stephenc.jcip:jcip-annotations:1.0-1 -
http://stephenc.github.com/jcip-annotations)
diff --git a/LICENSE-binary b/LICENSE-binary
index 24361d7d1..b08b20760 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -753,7 +753,7 @@ The license texts of these dependencies can be found in the
licenses directory.
* Jackson-module-parameter-names
(com.fasterxml.jackson.module:jackson-module-parameter-names:2.21.0 -
https://github.com/FasterXML/jackson-modules-java8/jackson-module-parameter-names)
* Jakarta Bean Validation API
(jakarta.validation:jakarta.validation-api:3.0.2 - https://beanvalidation.org)
* Jakarta Dependency Injection
(jakarta.inject:jakarta.inject-api:2.0.1 -
https://github.com/eclipse-ee4j/injection-api)
- * Java Concurrency Tools Core Library (org.jctools:jctools-core:4.0.5
- https://github.com/JCTools)
+ * Java Concurrency Tools Core Library (org.jctools:jctools-core:4.0.6
- https://github.com/JCTools)
* javax.inject (javax.inject:javax.inject:1 -
http://code.google.com/p/atinject/)
* JBoss Logging 3 (org.jboss.logging:jboss-logging:3.6.1.Final -
http://www.jboss.org)
* JCIP Annotations under Apache License
(com.github.stephenc.jcip:jcip-annotations:1.0-1 -
http://stephenc.github.com/jcip-annotations)
diff --git a/pom.xml b/pom.xml
index d94b8049b..24276e079 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,7 @@
<snakeyaml.version>2.2</snakeyaml.version>
<httpclient.version>4.5.14</httpclient.version>
<httpclient.core.version>4.4.16</httpclient.core.version>
- <jctools.version>4.0.5</jctools.version>
+ <jctools.version>4.0.6</jctools.version>
<jgrapht.version>0.9.0</jgrapht.version>
<guava.version>33.5.0-jre</guava.version>
<auto-service.version>1.1.1</auto-service.version>