File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
log4j-spring-cloud-config-client Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 45
45
<Fragment-Host >org.apache.logging.log4j.core</Fragment-Host >
46
46
47
47
<!-- dependency versions -->
48
- <spring-cloud .version>2021.0.8 </spring-cloud .version>
48
+ <spring-cloud .version>2021.0.9 </spring-cloud .version>
49
49
50
50
</properties >
51
51
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <entry xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xmlns =" http://logging.apache.org/log4j/changelog"
4
+ xsi : schemaLocation =" http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
5
+ type =" changed" >
6
+ <issue id =" 2109" link =" https://github.com/apache/logging-log4j2/pull/2109" />
7
+ <description format =" asciidoc" >Update `org.springframework.cloud:spring-cloud-dependencies` to version `2021.0.9`</description >
8
+ </entry >
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ This releases contains ...
52
52
* Update `org.jctools:jctools-core` to version `4.0.2` (https://github.com/apache/logging-log4j2/pull/1984[1984])
53
53
* Update `org.jmdns:jmdns` to version `3.5.9` (https://github.com/apache/logging-log4j2/pull/2067[2067])
54
54
* Update `org.springframework.boot:spring-boot` to version `2.7.18` (https://github.com/apache/logging-log4j2/pull/1998[1998])
55
+ * Update `org.springframework.cloud:spring-cloud-dependencies` to version `2021.0.9` (https://github.com/apache/logging-log4j2/pull/2109[2109])
55
56
56
57
[#release-notes-2-x-x-fixed]
57
58
=== Fixed
You can’t perform that action at this time.
0 commit comments