From 4878a26756d34ae4aba1b3791838670733dd4bd7 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun, 1 Mar 2026 04:03:06 +0000
Subject: [PATCH 1/2] Bump spring.version from 7.0.3 to 7.0.5

Bumps `spring.version` from 7.0.3 to 7.0.5.

Updates `org.springframework:spring-beans` from 7.0.3 to 7.0.5
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.3...v7.0.5)

Updates `org.springframework:spring-core` from 7.0.3 to 7.0.5
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.3...v7.0.5)

Updates `org.springframework:spring-context` from 7.0.3 to 7.0.5
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.3...v7.0.5)

Updates `org.springframework:spring-jms` from 7.0.3 to 7.0.5
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.3...v7.0.5)

---
updated-dependencies:
- dependency-name: org.springframework:spring-beans
  dependency-version: 7.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-core
  dependency-version: 7.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-context
  dependency-version: 7.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-jms
  dependency-version: 7.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 examples/storm-jms-examples/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/storm-jms-examples/pom.xml b/examples/storm-jms-examples/pom.xml
index c6ab69afae5..9a4d8c9e5c4 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>7.0.3</spring.version>
+        <spring.version>7.0.5</spring.version>
     </properties>
     <dependencies>
         <dependency>

From 9f9ff8965c63df3b65defcc43022370104e11e93 Mon Sep 17 00:00:00 2001
From: Rui Abreu <rui.abreu@gmail.com>
Date: Sat, 7 Mar 2026 15:48:42 +0000
Subject: [PATCH 2/2] Fixing licenses

---
 DEPENDENCY-LICENSES | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/DEPENDENCY-LICENSES b/DEPENDENCY-LICENSES
index 6eb891dce8b..48a0fd7ad71 100644
--- a/DEPENDENCY-LICENSES
+++ b/DEPENDENCY-LICENSES
@@ -187,8 +187,8 @@ List of third-party dependencies grouped by their license type.
         * Metrics Integration for Logback (io.dropwizard.metrics:metrics-logback:4.2.38 - https://metrics.dropwizard.io/metrics-logback)
         * Metrics Integration with JMX (io.dropwizard.metrics:metrics-jmx:4.2.38 - https://metrics.dropwizard.io/metrics-jmx)
         * Metrics Utility Jakarta Servlets (io.dropwizard.metrics:metrics-jakarta-servlets:4.2.38 - https://metrics.dropwizard.io/metrics-jakarta-servlets)
-        * micrometer-commons (io.micrometer:micrometer-commons:1.16.2 - https://github.com/micrometer-metrics/micrometer)
-        * micrometer-observation (io.micrometer:micrometer-observation:1.16.2 - https://github.com/micrometer-metrics/micrometer)
+        * micrometer-commons (io.micrometer:micrometer-commons:1.16.3 - https://github.com/micrometer-metrics/micrometer)
+        * micrometer-observation (io.micrometer:micrometer-observation:1.16.3 - https://github.com/micrometer-metrics/micrometer)
         * Netty/All-in-One (io.netty:netty-all:4.2.9.Final - https://netty.io/netty-all/)
         * Netty/Buffer (io.netty:netty-buffer:4.2.9.Final - https://netty.io/netty-buffer/)
         * Netty/Codec/Base (io.netty:netty-codec-base:4.2.9.Final - https://netty.io/netty-codec-base/)
@@ -261,14 +261,14 @@ 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.3 - 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:7.0.3 - https://github.com/spring-projects/spring-framework)
-        * Spring Beans (org.springframework:spring-beans:7.0.3 - https://github.com/spring-projects/spring-framework)
-        * Spring Context (org.springframework:spring-context:7.0.3 - https://github.com/spring-projects/spring-framework)
-        * Spring Core (org.springframework:spring-core:7.0.3 - https://github.com/spring-projects/spring-framework)
-        * Spring Expression Language (SpEL) (org.springframework:spring-expression:7.0.3 - https://github.com/spring-projects/spring-framework)
-        * Spring JMS (org.springframework:spring-jms:7.0.3 - https://github.com/spring-projects/spring-framework)
-        * Spring Messaging (org.springframework:spring-messaging:7.0.3 - https://github.com/spring-projects/spring-framework)
-        * Spring Transaction (org.springframework:spring-tx:7.0.3 - https://github.com/spring-projects/spring-framework)
+        * Spring AOP (org.springframework:spring-aop:7.0.5 - https://github.com/spring-projects/spring-framework)
+        * Spring Beans (org.springframework:spring-beans:7.0.5 - https://github.com/spring-projects/spring-framework)
+        * Spring Context (org.springframework:spring-context:7.0.5 - https://github.com/spring-projects/spring-framework)
+        * Spring Core (org.springframework:spring-core:7.0.5 - https://github.com/spring-projects/spring-framework)
+        * Spring Expression Language (SpEL) (org.springframework:spring-expression:7.0.5 - https://github.com/spring-projects/spring-framework)
+        * Spring JMS (org.springframework:spring-jms:7.0.5 - https://github.com/spring-projects/spring-framework)
+        * Spring Messaging (org.springframework:spring-messaging:7.0.5 - https://github.com/spring-projects/spring-framework)
+        * Spring Transaction (org.springframework:spring-tx:7.0.5 - 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)
 
