Skip to content

Commit 4f02011

Browse files
authored
Merge branch 'main' into dependabot/maven/main/junit-jupiter.version-5.13.2
2 parents ab1803a + ae8119f commit 4f02011

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

log4j-parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
<spotbugs-annotations.version>4.9.3</spotbugs-annotations.version>
141141
<system-stubs.version>2.1.8</system-stubs.version>
142142
<velocity.version>1.7</velocity.version>
143-
<xmlunit.version>2.10.2</xmlunit.version>
143+
<xmlunit.version>2.10.3</xmlunit.version>
144144

145145
<!-- =====================================================
146146
Pinned transitive dependency version properties (in alphabetical order)
@@ -150,7 +150,7 @@
150150
of dependencies (requireUpperBoundDeps rule).
151151
===================================================== -->
152152
<asm.version>9.6</asm.version>
153-
<byte-buddy.version>1.17.5</byte-buddy.version>
153+
<byte-buddy.version>1.17.6</byte-buddy.version>
154154
<commons-pool2.version>2.12.1</commons-pool2.version>
155155
<httpclient.version>4.5.14</httpclient.version>
156156
<httpcore.version>4.4.16</httpcore.version>

log4j-spring-cloud-config-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
<properties>
3636
<!-- Dependency version -->
37-
<spring-boot.version>3.5.0</spring-boot.version>
37+
<spring-boot.version>3.5.3</spring-boot.version>
3838
<commons-logging.version>1.3.5</commons-logging.version>
3939
<spring-cloud.version>4.3.0</spring-cloud.version>
4040
<spring-framework.version>6.2.8</spring-framework.version>

src/changelog/.3.x.x/update_net_bytebuddy_byte_buddy.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
xmlns="https://logging.apache.org/xml/ns"
44
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
55
type="updated">
6-
<issue id="3632" link="https://github.com/apache/logging-log4j2/pull/3632"/>
7-
<description format="asciidoc">Update `net.bytebuddy:byte-buddy` to version `1.17.5`</description>
6+
<issue id="3752" link="https://github.com/apache/logging-log4j2/pull/3752"/>
7+
<description format="asciidoc">Update `net.bytebuddy:byte-buddy` to version `1.17.6`</description>
88
</entry>

src/changelog/.3.x.x/update_org_xmlunit_xmlunit_core.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
xmlns="https://logging.apache.org/xml/ns"
44
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
55
type="updated">
6-
<issue id="3683" link="https://github.com/apache/logging-log4j2/pull/3683"/>
7-
<description format="asciidoc">Update `org.xmlunit:xmlunit-core` to version `2.10.2`</description>
6+
<issue id="3764" link="https://github.com/apache/logging-log4j2/pull/3764"/>
7+
<description format="asciidoc">Update `org.xmlunit:xmlunit-core` to version `2.10.3`</description>
88
</entry>

0 commit comments

Comments
 (0)