From 956041ea34d09182471953d6a111b41dd38a575a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 04:05:04 +0000 Subject: [PATCH 1/2] 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] --- 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 d69ffe073bb..3719a4fd94d 100644 --- a/examples/storm-jms-examples/pom.xml +++ b/examples/storm-jms-examples/pom.xml @@ -29,7 +29,7 @@ storm-jms-examples - 6.2.11 + 6.2.12 From 975edf581185081fcd5b129799da6bdd308526da Mon Sep 17 00:00:00 2001 From: Rui Abreu Date: Sat, 25 Oct 2025 01:23:51 +0100 Subject: [PATCH 2/2] Fixing licenses --- DEPENDENCY-LICENSES | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/DEPENDENCY-LICENSES b/DEPENDENCY-LICENSES index 7f8a3f6188c..194cdb9f905 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)