This is an automated email from the ASF dual-hosted git repository.
ramanathan1504 pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.x by this push:
new c4e834a583 Bump org.springframework.cloud:spring-cloud-context from
4.3.0 to 5.0.2 (#4211)
c4e834a583 is described below
commit c4e834a58320b9e4753186877cd1cbe690cfab87
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 7 10:37:45 2026 +0530
Bump org.springframework.cloud:spring-cloud-context from 4.3.0 to 5.0.2
(#4211)
* Bump org.springframework.cloud:spring-cloud-context from 4.3.0 to 5.0.2
Bumps
[org.springframework.cloud:spring-cloud-context](https://github.com/spring-cloud/spring-cloud-commons)
from 4.3.0 to 5.0.2.
- [Release
notes](https://github.com/spring-cloud/spring-cloud-commons/releases)
-
[Changelog](https://github.com/spring-cloud/spring-cloud-commons/blob/main/release-train-settings.xml)
-
[Commits](https://github.com/spring-cloud/spring-cloud-commons/compare/v4.3.0...v5.0.2)
---
updated-dependencies:
- dependency-name: org.springframework.cloud:spring-cloud-context
dependency-version: 5.0.2
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
* Generate changelog entries for #4211
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Piotr P. Karwasz <[email protected]>
Co-authored-by: Ramanathan <[email protected]>
---
log4j-spring-cloud-config-client/pom.xml | 2 +-
.../update_org.springframework.cloud_spring-cloud-context.xml | 8 ++++++++
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/log4j-spring-cloud-config-client/pom.xml
b/log4j-spring-cloud-config-client/pom.xml
index e362735885..3542bbad5a 100644
--- a/log4j-spring-cloud-config-client/pom.xml
+++ b/log4j-spring-cloud-config-client/pom.xml
@@ -34,7 +34,7 @@
<properties>
<!-- Dependency versions -->
- <spring-cloud.version>4.3.0</spring-cloud.version>
+ <spring-cloud.version>5.0.2</spring-cloud.version>
<!--
~ OSGi and JPMS options
diff --git
a/src/changelog/.2.x.x/update_org.springframework.cloud_spring-cloud-context.xml
b/src/changelog/.2.x.x/update_org.springframework.cloud_spring-cloud-context.xml
new file mode 100644
index 0000000000..2787c3c040
--- /dev/null
+++
b/src/changelog/.2.x.x/update_org.springframework.cloud_spring-cloud-context.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns="https://logging.apache.org/xml/ns"
+ xsi:schemaLocation="https://logging.apache.org/xml/ns
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
+ type="updated">
+ <issue id="4211" link="https://github.com/apache/logging-log4j2/pull/4211"/>
+ <description format="asciidoc">Update
`org.springframework.cloud:spring-cloud-context` to version
`5.0.2`</description>
+</entry>