File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 143143 <system-stubs .version>2.0.3</system-stubs .version>
144144 <tomcat-juli .version>10.0.27</tomcat-juli .version>
145145 <velocity .version>1.7</velocity .version>
146- <wiremock .version>2.35.1 </wiremock .version>
146+ <wiremock .version>2.35.2 </wiremock .version>
147147 <xmlunit .version>2.9.1</xmlunit .version>
148148 <xz .version>1.9</xz .version>
149149 <zstd .version>1.5.5-11</zstd .version>
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.3.xsd"
5+ type =" updated" >
6+ <issue id =" 2306" link =" https://github.com/apache/logging-log4j2/pull/2306" />
7+ <description format =" asciidoc" >Update `com.github.tomakehurst:wiremock-jre8` to version `2.35.2`</description >
8+ </entry >
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ This releases contains ...
3131[#release-notes-2-x-x-changed]
3232=== Changed
3333
34+ * Improve performance of `CloseableThreadContext#closeMap()` (https://github.com/apache/logging-log4j2/pull/2296[2296])
3435* Simplify BND configuration after upgrade from version `6.4.1` to `7.0.0`
3536
3637[#release-notes-2-x-x-deprecated]
@@ -57,6 +58,7 @@ This releases contains ...
5758=== Updated
5859
5960* Update `com.fasterxml.jackson:jackson-bom` to version `2.16.1` (https://github.com/apache/logging-log4j2/pull/2126[2126])
61+ * Update `com.github.tomakehurst:wiremock-jre8` to version `2.35.2` (https://github.com/apache/logging-log4j2/pull/2306[2306])
6062* Update `commons-codec:commons-codec` to version `1.16.1` (https://github.com/apache/logging-log4j2/pull/2277[2277])
6163* Update `github/codeql-action` to version `3.24.3` (https://github.com/apache/logging-log4j2/pull/2295[2295])
6264* Update `io.fabric8:docker-maven-plugin` to version `0.44.0` (https://github.com/apache/logging-log4j2/pull/2299[2299])
You can’t perform that action at this time.
0 commit comments