Skip to content

Commit e49c07f

Browse files
committed
Update uk.org.webcompere:system-stubs-core to version 2.1.3 (#1835)
1 parent c703b37 commit e49c07f

File tree

4 files changed

+16
-1
lines changed

4 files changed

+16
-1
lines changed

log4j-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
<slf4j.version>1.7.36</slf4j.version>
142142
<spring-boot.version>2.7.15</spring-boot.version>
143143
<spring-framework.version>5.3.30</spring-framework.version>
144-
<system-stubs.version>2.0.2</system-stubs.version>
144+
<system-stubs.version>2.1.3</system-stubs.version>
145145
<tomcat-juli.version>10.0.27</tomcat-juli.version>
146146
<velocity.version>1.7</velocity.version>
147147
<wiremock.version>2.35.1</wiremock.version>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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="1835" link="https://github.com/apache/logging-log4j2/pull/1835"/>
7+
<author id="github:dependabot"/>
8+
<description format="asciidoc">Update `uk.org.webcompere:system-stubs-core` to version `2.1.3`</description>
9+
</entry>

src/site/_release-notes.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
[#release-notes]
3737
= Release Notes
3838
39+
include::_release-notes/_2.x.x.adoc[]
3940
include::_release-notes/_2.21.0.adoc[]
4041
include::_release-notes/_2.20.0.adoc[]
4142
include::_release-notes/_2.19.0.adoc[]

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,8 @@ All packages marked as private in the Javadoc are not exported.
4343
4444
The module name of four bridges (`log4j-slf4j-impl`, `log4j-slf4j2-impl`, `log4j-to-jul` and `log4j-to-slf4j`) have been changed to adhere to the same convention as the OSGi bundle names.
4545
46+
47+
=== Changed
48+
49+
* Update `uk.org.webcompere:system-stubs-core` to version `2.1.3` (https://github.com/apache/logging-log4j2/pull/1835[1835])
50+
* Update Spring Framework from version 5.3.29 to 5.3.30;

0 commit comments

Comments
 (0)