Skip to content

Commit bcf273a

Browse files
committed
FELIX-6780 Java 23 CI failure for HTTP Jetty RequestLogTrackerTest
- Upgrade mockito
1 parent fd560a6 commit bcf273a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

http/sslfilter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
<dependency>
133133
<groupId>org.mockito</groupId>
134134
<artifactId>mockito-core</artifactId>
135-
<version>5.7.0</version>
135+
<version>5.17.0</version>
136136
<scope>test</scope>
137137
</dependency>
138138
<dependency>

http/wrappers/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
<dependency>
110110
<groupId>org.mockito</groupId>
111111
<artifactId>mockito-core</artifactId>
112-
<version>5.16.1</version>
112+
<version>5.17.0</version>
113113
<scope>test</scope>
114114
</dependency>
115115
</dependencies>

0 commit comments

Comments
 (0)