Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 10 additions & 11 deletions DEPENDENCY-LICENSES
Original file line number Diff line number Diff line change
Expand Up @@ -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.12 - https://github.com/micrometer-metrics/micrometer)
* micrometer-observation (io.micrometer:micrometer-observation:1.14.12 - https://github.com/micrometer-metrics/micrometer)
* micrometer-commons (io.micrometer:micrometer-commons:1.16.1 - https://github.com/micrometer-metrics/micrometer)
* micrometer-observation (io.micrometer:micrometer-observation:1.16.1 - https://github.com/micrometer-metrics/micrometer)
* Netty/All-in-One (io.netty:netty-all:4.2.7.Final - https://netty.io/netty-all/)
* Netty/Buffer (io.netty:netty-buffer:4.2.7.Final - https://netty.io/netty-buffer/)
* Netty/Codec/Base (io.netty:netty-codec-base:4.2.7.Final - https://netty.io/netty-codec-base/)
Expand Down Expand Up @@ -260,15 +260,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.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.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)
* Spring AOP (org.springframework:spring-aop:7.0.2 - https://github.com/spring-projects/spring-framework)
* Spring Beans (org.springframework:spring-beans:7.0.2 - https://github.com/spring-projects/spring-framework)
* Spring Context (org.springframework:spring-context:7.0.2 - https://github.com/spring-projects/spring-framework)
* Spring Core (org.springframework:spring-core:7.0.2 - https://github.com/spring-projects/spring-framework)
* Spring Expression Language (SpEL) (org.springframework:spring-expression:7.0.2 - https://github.com/spring-projects/spring-framework)
* Spring JMS (org.springframework:spring-jms:7.0.2 - https://github.com/spring-projects/spring-framework)
* Spring Messaging (org.springframework:spring-messaging:7.0.2 - https://github.com/spring-projects/spring-framework)
* Spring Transaction (org.springframework:spring-tx:7.0.2 - 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)

Expand Down
2 changes: 1 addition & 1 deletion examples/storm-jms-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<artifactId>storm-jms-examples</artifactId>

<properties>
<spring.version>6.2.12</spring.version>
<spring.version>7.0.2</spring.version>
</properties>
<dependencies>
<dependency>
Expand Down