This is an automated email from the ASF dual-hosted git repository.
bipinprasad 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 9cebcbc28 [STORM-3857] Bump spring-core from 5.3.18 to 5.3.19 in
/examples/storm-jms-examples (#3473)
9cebcbc28 is described below
commit 9cebcbc28e2a6cea0538fb80a2c27db7ae77e470
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue May 24 23:03:35 2022 -0700
[STORM-3857] Bump spring-core from 5.3.18 to 5.3.19 in
/examples/storm-jms-examples (#3473)
* Bump spring-core from 5.3.18 to 5.3.19 in /examples/storm-jms-examples
Bumps [spring-core](https://github.com/spring-projects/spring-framework)
from 5.3.18 to 5.3.19.
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.18...v5.3.19)
---
updated-dependencies:
- dependency-name: org.springframework:spring-core
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
* Update DEPENDENCY-LICENSES
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bipin Prasad <[email protected]>
---
DEPENDENCY-LICENSES | 18 +++++++++---------
examples/storm-jms-examples/pom.xml | 2 +-
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/DEPENDENCY-LICENSES b/DEPENDENCY-LICENSES
index a7cc64f98..c7ceb8924 100644
--- a/DEPENDENCY-LICENSES
+++ b/DEPENDENCY-LICENSES
@@ -467,15 +467,15 @@ List of third-party dependencies grouped by their license
type.
* Snappy for Java (org.xerial.snappy:snappy-java:1.0.5 -
http://github.com/xerial/snappy-java/)
* snappy-java (org.xerial.snappy:snappy-java:1.1.2.6 -
https://github.com/xerial/snappy-java)
* Spatial4J (com.spatial4j:spatial4j:0.5 -
http://nexus.sonatype.org/oss-repository-hosting.html/spatial4j)
- * Spring AOP (org.springframework:spring-aop:5.3.18 -
https://github.com/spring-projects/spring-framework)
- * Spring Beans (org.springframework:spring-beans:5.3.18 -
https://github.com/spring-projects/spring-framework)
- * Spring Commons Logging Bridge (org.springframework:spring-jcl:5.3.18
- https://github.com/spring-projects/spring-framework)
- * Spring Context (org.springframework:spring-context:5.3.18 -
https://github.com/spring-projects/spring-framework)
- * Spring Core (org.springframework:spring-core:5.3.18 -
https://github.com/spring-projects/spring-framework)
- * Spring Expression Language (SpEL)
(org.springframework:spring-expression:5.3.18 -
https://github.com/spring-projects/spring-framework)
- * Spring JMS (org.springframework:spring-jms:5.3.18 -
https://github.com/spring-projects/spring-framework)
- * Spring Messaging (org.springframework:spring-messaging:5.3.18 -
https://github.com/spring-projects/spring-framework)
- * Spring Transaction (org.springframework:spring-tx:5.3.18 -
https://github.com/spring-projects/spring-framework)
+ * Spring AOP (org.springframework:spring-aop:5.3.19 -
https://github.com/spring-projects/spring-framework)
+ * Spring Beans (org.springframework:spring-beans:5.3.19 -
https://github.com/spring-projects/spring-framework)
+ * Spring Commons Logging Bridge (org.springframework:spring-jcl:5.3.19
- https://github.com/spring-projects/spring-framework)
+ * Spring Context (org.springframework:spring-context:5.3.19 -
https://github.com/spring-projects/spring-framework)
+ * Spring Core (org.springframework:spring-core:5.3.19 -
https://github.com/spring-projects/spring-framework)
+ * Spring Expression Language (SpEL)
(org.springframework:spring-expression:5.3.19 -
https://github.com/spring-projects/spring-framework)
+ * Spring JMS (org.springframework:spring-jms:5.3.19 -
https://github.com/spring-projects/spring-framework)
+ * Spring Messaging (org.springframework:spring-messaging:5.3.19 -
https://github.com/spring-projects/spring-framework)
+ * Spring Transaction (org.springframework:spring-tx:5.3.19 -
https://github.com/spring-projects/spring-framework)
* StAX API (stax:stax-api:1.0.1 - http://stax.codehaus.org/)
* T-Digest (com.tdunning:t-digest:3.0 -
https://github.com/tdunning/t-digest)
* Tephra API (co.cask.tephra:tephra-api:0.6.0 -
https://github.com/caskdata/tephra/tephra-api)
diff --git a/examples/storm-jms-examples/pom.xml
b/examples/storm-jms-examples/pom.xml
index 6528ed023..8d63e771e 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>5.3.18</spring.version>
+ <spring.version>5.3.19</spring.version>
</properties>
<dependencies>
<dependency>