Skip to content

Commit b0e7d36

Browse files
committed
Update com.github.tomakehurst:wiremock-jre8 to version 2.35.2 (#2306)
1 parent b4ef5dd commit b0e7d36

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

log4j-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
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>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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>

src/site/_release-notes/_2.x.x.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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])

0 commit comments

Comments
 (0)