Skip to content

Commit 0aed654

Browse files
committed
Update org.mockito:mockito-bom to version 5.10.0 (#2245)
1 parent 709c593 commit 0aed654

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

log4j-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
<log4j2-logstash-layout.version>0.18</log4j2-logstash-layout.version>
141141
<logback.version>1.4.14</logback.version>
142142
<maven.version>3.9.6</maven.version>
143-
<mockito.version>5.9.0</mockito.version>
143+
<mockito.version>5.10.0</mockito.version>
144144
<mongodb.version>4.11.1</mongodb.version>
145145
<nashorn.version>15.4</nashorn.version>
146146
<netty.version>4.1.106.Final</netty.version>

src/changelog/.3.x.x/update_org_mockito_mockito_bom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
xmlns="http://logging.apache.org/log4j/changelog"
44
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd"
55
type="updated">
6-
<issue id="2194" link="https://github.com/apache/logging-log4j2/pull/2194"/>
7-
<description format="asciidoc">Update `org.mockito:mockito-bom` to version `5.9.0`</description>
6+
<issue id="2245" link="https://github.com/apache/logging-log4j2/pull/2245"/>
7+
<description format="asciidoc">Update `org.mockito:mockito-bom` to version `5.10.0`</description>
88
</entry>

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ This release contains...
2424
=== Added
2525
2626
* Add and update DSLs for setting up dependency injection for test and non-test code. (https://github.com/apache/logging-log4j2/issues/2147[2147])
27+
* Add a `ConfigurationExtension` mechanism to allow third-party JARs to extend the `<Configuration>` element.
2728
* Add a new properties configuration factory based on `jackson-dataformat-properties`.
2829
2930
[#release-notes-3-x-x-changed]
@@ -70,7 +71,7 @@ This release contains...
7071
* Update `org.assertj:assertj-core` to version `3.25.1` (https://github.com/apache/logging-log4j2/pull/2152[2152])
7172
* Update `org.elasticsearch.client:elasticsearch-rest-high-level-client` to version `7.17.17` (https://github.com/apache/logging-log4j2/pull/2237[2237])
7273
* Update `org.graalvm.truffle:truffle-api` to version `23.1.2` (https://github.com/apache/logging-log4j2/pull/2206[2206])
73-
* Update `org.mockito:mockito-bom` to version `5.9.0` (https://github.com/apache/logging-log4j2/pull/2194[2194])
74+
* Update `org.mockito:mockito-bom` to version `5.10.0` (https://github.com/apache/logging-log4j2/pull/2245[2245])
7475
* Update `org.slf4j:slf4j-api` to version `2.0.10` (https://github.com/apache/logging-log4j2/pull/2136[2136])
7576
* Update `org.springframework.boot:spring-boot-autoconfigure` to version `3.2.2` (https://github.com/apache/logging-log4j2/pull/2222[2222])
7677
* Update `org.springframework.boot:spring-boot-dependencies` to version `3.2.1` (https://github.com/apache/logging-log4j2/pull/2123[2123])

0 commit comments

Comments
 (0)