Skip to content

Commit fd560a6

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

http/jetty/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@
516516
<artifactId>commons-io</artifactId>
517517
<version>2.19.0</version>
518518
</dependency>
519-
<!-- Testing -->
519+
<!-- Testing -->
520520
<dependency>
521521
<groupId>junit</groupId>
522522
<artifactId>junit</artifactId>
@@ -526,7 +526,7 @@
526526
<dependency>
527527
<groupId>org.mockito</groupId>
528528
<artifactId>mockito-core</artifactId>
529-
<version>5.7.0</version>
529+
<version>5.17.0</version>
530530
<scope>test</scope>
531531
</dependency>
532532
<dependency>

http/jetty12/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@
745745
<artifactId>commons-io</artifactId>
746746
<version>2.19.0</version>
747747
</dependency>
748-
<!-- Testing -->
748+
<!-- Testing -->
749749
<dependency>
750750
<groupId>junit</groupId>
751751
<artifactId>junit</artifactId>
@@ -755,7 +755,7 @@
755755
<dependency>
756756
<groupId>org.mockito</groupId>
757757
<artifactId>mockito-core</artifactId>
758-
<version>5.7.0</version>
758+
<version>5.17.0</version>
759759
<scope>test</scope>
760760
</dependency>
761761
<dependency>

0 commit comments

Comments
 (0)