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 57ffc066a Bump org.checkerframework:checker-qual from 3.49.3 to 3.49.4
(#8113)
57ffc066a is described below
commit 57ffc066a0f86c0a4c7e30142f5df658036db66a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 9 19:43:46 2025 +0100
Bump org.checkerframework:checker-qual from 3.49.3 to 3.49.4 (#8113)
* Bump org.checkerframework:checker-qual from 3.49.3 to 3.49.4
Bumps
[org.checkerframework:checker-qual](https://github.com/typetools/checker-framework)
from 3.49.3 to 3.49.4.
- [Release notes](https://github.com/typetools/checker-framework/releases)
-
[Changelog](https://github.com/typetools/checker-framework/blob/master/docs/CHANGELOG.md)
-
[Commits](https://github.com/typetools/checker-framework/compare/checker-framework-3.49.3...checker-framework-3.49.4)
---
updated-dependencies:
- dependency-name: org.checkerframework:checker-qual
dependency-version: 3.49.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
* Fixing licenses
* Update LICENSE-binary
---------
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 9a90f6827..d0b074fbe 100644
--- a/DEPENDENCY-LICENSES
+++ b/DEPENDENCY-LICENSES
@@ -436,7 +436,7 @@ List of third-party dependencies grouped by their license
type.
MIT License
* argparse4j (net.sourceforge.argparse4j:argparse4j:0.9.0 -
https://argparse4j.github.io)
- * Checker Qual (org.checkerframework:checker-qual:3.49.3 -
https://checkerframework.org/)
+ * Checker Qual (org.checkerframework:checker-qual:3.49.4 -
https://checkerframework.org/)
* JCodings (org.jruby.jcodings:jcodings:1.0.58 -
http://nexus.sonatype.org/oss-repository-hosting.html/jcodings)
* Jedis (redis.clients:jedis:5.2.0 - https://github.com/redis/jedis)
* Joni (org.jruby.joni:joni:2.2.1 -
http://nexus.sonatype.org/oss-repository-hosting.html/joni)
diff --git a/LICENSE-binary b/LICENSE-binary
index abec71381..dec3e50a8 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -1008,7 +1008,7 @@ The license texts of these dependencies can be found in
the licenses directory.
MIT License
* argparse4j (net.sourceforge.argparse4j:argparse4j:0.9.0 -
https://argparse4j.github.io)
- * Checker Qual (org.checkerframework:checker-qual:3.49.3 -
https://checkerframework.org/)
+ * Checker Qual (org.checkerframework:checker-qual:3.49.4 -
https://checkerframework.org/)
* JCodings (org.jruby.jcodings:jcodings:1.0.58 -
http://nexus.sonatype.org/oss-repository-hosting.html/jcodings)
* Joni (org.jruby.joni:joni:2.2.1 -
http://nexus.sonatype.org/oss-repository-hosting.html/joni)
* JUL to SLF4J bridge (org.slf4j:jul-to-slf4j:2.0.17 -
http://www.slf4j.org)
diff --git a/pom.xml b/pom.xml
index e555d9391..24afc0cf9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -164,7 +164,7 @@
<provided.scope>provided</provided.scope>
<jakarta-el.version>3.0.1-b12</jakarta-el.version>
<asm.version>9.8</asm.version>
- <checker-qual.version>3.49.3</checker-qual.version>
+ <checker-qual.version>3.49.4</checker-qual.version>
<error_prone_annotations.version>2.38.0</error_prone_annotations.version>
<bouncycastle.version>1.80</bouncycastle.version>
</properties>