File tree 3 files changed +10
-1
lines changed
3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 140
140
<log4j2-logstash-layout .version>0.18</log4j2-logstash-layout .version>
141
141
<logback .version>1.4.14</logback .version>
142
142
<maven .version>3.9.6</maven .version>
143
- <mockito .version>5.10 .0</mockito .version>
143
+ <mockito .version>5.11 .0</mockito .version>
144
144
<mongodb .version>5.0.0</mongodb .version>
145
145
<nashorn .version>15.4</nashorn .version>
146
146
<netty .version>4.1.107.Final</netty .version>
Original file line number Diff line number Diff line change
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 >
Original file line number Diff line number Diff line change @@ -27,5 +27,6 @@ This release contains...
27
27
* Update `com.github.tomakehurst:wiremock-jre8` to version `2.35.2` (https://github.com/apache/logging-log4j2/pull/2305[2305])
28
28
* Update `org.apache.commons:commons-compress` to version `1.26.0` (https://github.com/apache/logging-log4j2/pull/2300[2300])
29
29
* 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])
30
31
* Update `org.mongodb:bson` to version `5.0.0` (https://github.com/apache/logging-log4j2/pull/2327[2327])
31
32
* Update `org.springframework.boot:spring-boot-autoconfigure` to version `3.2.3` (https://github.com/apache/logging-log4j2/pull/2316[2316])
You can’t perform that action at this time.
0 commit comments