Skip to content

Commit 8595c4e

Browse files
committed
Update org.mockito:mockito-bom to version 5.11.0 (#2333)
1 parent d472903 commit 8595c4e

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

log4j-parent/pom.xml

+1-1
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.10.0</mockito.version>
143+
<mockito.version>5.11.0</mockito.version>
144144
<mongodb.version>5.0.0</mongodb.version>
145145
<nashorn.version>15.4</nashorn.version>
146146
<netty.version>4.1.107.Final</netty.version>
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="2333" link="https://github.com/apache/logging-log4j2/pull/2333"/>
7+
<description format="asciidoc">Update `org.mockito:mockito-bom` to version `5.11.0`</description>
8+
</entry>

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

+1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ This release contains...
2727
* Update `com.github.tomakehurst:wiremock-jre8` to version `2.35.2` (https://github.com/apache/logging-log4j2/pull/2305[2305])
2828
* Update `org.apache.commons:commons-compress` to version `1.26.0` (https://github.com/apache/logging-log4j2/pull/2300[2300])
2929
* Update `org.apache.tomcat:tomcat-juli` to version `10.1.19` (https://github.com/apache/logging-log4j2/pull/2302[2302])
30+
* Update `org.mockito:mockito-bom` to version `5.11.0` (https://github.com/apache/logging-log4j2/pull/2333[2333])
3031
* Update `org.mongodb:bson` to version `5.0.0` (https://github.com/apache/logging-log4j2/pull/2327[2327])
3132
* Update `org.springframework.boot:spring-boot-autoconfigure` to version `3.2.3` (https://github.com/apache/logging-log4j2/pull/2316[2316])

0 commit comments

Comments
 (0)