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 9bbf93d24 Bump spring.version from 6.2.11 to 6.2.12 (#8287)
9bbf93d24 is described below
commit 9bbf93d24434007a485f6495c23d5be0e937cdac
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Oct 25 02:15:11 2025 +0100
Bump spring.version from 6.2.11 to 6.2.12 (#8287)
* Bump spring.version from 6.2.11 to 6.2.12
Bumps `spring.version` from 6.2.11 to 6.2.12.
Updates `org.springframework:spring-beans` from 6.2.11 to 6.2.12
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.11...v6.2.12)
Updates `org.springframework:spring-core` from 6.2.11 to 6.2.12
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.11...v6.2.12)
Updates `org.springframework:spring-context` from 6.2.11 to 6.2.12
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.11...v6.2.12)
Updates `org.springframework:spring-jms` from 6.2.11 to 6.2.12
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.11...v6.2.12)
---
updated-dependencies:
- dependency-name: org.springframework:spring-beans
dependency-version: 6.2.12
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-core
dependency-version: 6.2.12
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-context
dependency-version: 6.2.12
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-jms
dependency-version: 6.2.12
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 | 22 +++++++++++-----------
examples/storm-jms-examples/pom.xml | 2 +-
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/DEPENDENCY-LICENSES b/DEPENDENCY-LICENSES
index eda2d723d..319895c28 100644
--- a/DEPENDENCY-LICENSES
+++ b/DEPENDENCY-LICENSES
@@ -186,8 +186,8 @@ List of third-party dependencies grouped by their license
type.
* Metrics Integration for Logback
(io.dropwizard.metrics:metrics-logback:4.2.37 -
https://metrics.dropwizard.io/metrics-logback)
* Metrics Integration with JMX
(io.dropwizard.metrics:metrics-jmx:4.2.37 -
https://metrics.dropwizard.io/metrics-jmx)
* Metrics Utility Jakarta Servlets
(io.dropwizard.metrics:metrics-jakarta-servlets:4.2.37 -
https://metrics.dropwizard.io/metrics-jakarta-servlets)
- * micrometer-commons (io.micrometer:micrometer-commons:1.14.11 -
https://github.com/micrometer-metrics/micrometer)
- * micrometer-observation (io.micrometer:micrometer-observation:1.14.11
- https://github.com/micrometer-metrics/micrometer)
+ * micrometer-commons (io.micrometer:micrometer-commons:1.14.12 -
https://github.com/micrometer-metrics/micrometer)
+ * micrometer-observation (io.micrometer:micrometer-observation:1.14.12
- https://github.com/micrometer-metrics/micrometer)
* Netty/All-in-One (io.netty:netty-all:4.2.6.Final -
https://netty.io/netty-all/)
* Netty/Buffer (io.netty:netty-buffer:4.2.6.Final -
https://netty.io/netty-buffer/)
* Netty/Codec/Base (io.netty:netty-codec-base:4.2.6.Final -
https://netty.io/netty-codec-base/)
@@ -260,15 +260,15 @@ List of third-party dependencies grouped by their license
type.
* SLF4J 2 Provider for Log4j API
(org.apache.logging.log4j:log4j-slf4j2-impl:2.25.2 -
https://logging.apache.org/log4j/2.x/)
* SnakeYAML (org.yaml:snakeyaml:2.2 -
https://bitbucket.org/snakeyaml/snakeyaml)
* snappy-java (org.xerial.snappy:snappy-java:1.1.10.8 -
https://github.com/xerial/snappy-java)
- * Spring AOP (org.springframework:spring-aop:6.2.11 -
https://github.com/spring-projects/spring-framework)
- * Spring Beans (org.springframework:spring-beans:6.2.11 -
https://github.com/spring-projects/spring-framework)
- * Spring Commons Logging Bridge (org.springframework:spring-jcl:6.2.11
- https://github.com/spring-projects/spring-framework)
- * Spring Context (org.springframework:spring-context:6.2.11 -
https://github.com/spring-projects/spring-framework)
- * Spring Core (org.springframework:spring-core:6.2.11 -
https://github.com/spring-projects/spring-framework)
- * Spring Expression Language (SpEL)
(org.springframework:spring-expression:6.2.11 -
https://github.com/spring-projects/spring-framework)
- * Spring JMS (org.springframework:spring-jms:6.2.11 -
https://github.com/spring-projects/spring-framework)
- * Spring Messaging (org.springframework:spring-messaging:6.2.11 -
https://github.com/spring-projects/spring-framework)
- * Spring Transaction (org.springframework:spring-tx:6.2.11 -
https://github.com/spring-projects/spring-framework)
+ * Spring AOP (org.springframework:spring-aop:6.2.12 -
https://github.com/spring-projects/spring-framework)
+ * Spring Beans (org.springframework:spring-beans:6.2.12 -
https://github.com/spring-projects/spring-framework)
+ * Spring Commons Logging Bridge (org.springframework:spring-jcl:6.2.12
- https://github.com/spring-projects/spring-framework)
+ * Spring Context (org.springframework:spring-context:6.2.12 -
https://github.com/spring-projects/spring-framework)
+ * Spring Core (org.springframework:spring-core:6.2.12 -
https://github.com/spring-projects/spring-framework)
+ * Spring Expression Language (SpEL)
(org.springframework:spring-expression:6.2.12 -
https://github.com/spring-projects/spring-framework)
+ * Spring JMS (org.springframework:spring-jms:6.2.12 -
https://github.com/spring-projects/spring-framework)
+ * Spring Messaging (org.springframework:spring-messaging:6.2.12 -
https://github.com/spring-projects/spring-framework)
+ * Spring Transaction (org.springframework:spring-tx:6.2.12 -
https://github.com/spring-projects/spring-framework)
* Throttling Appender
(io.dropwizard.logback:logback-throttling-appender:1.5.3 -
https://github.com/dropwizard/logback-throttling-appender/)
* Woodstox (com.fasterxml.woodstox:woodstox-core:7.1.1 -
https://github.com/FasterXML/woodstox)
diff --git a/examples/storm-jms-examples/pom.xml
b/examples/storm-jms-examples/pom.xml
index d69ffe073..3719a4fd9 100644
--- a/examples/storm-jms-examples/pom.xml
+++ b/examples/storm-jms-examples/pom.xml
@@ -29,7 +29,7 @@
<artifactId>storm-jms-examples</artifactId>
<properties>
- <spring.version>6.2.11</spring.version>
+ <spring.version>6.2.12</spring.version>
</properties>
<dependencies>
<dependency>