Skip to content

Commit a36b9a2

Browse files
authored
Merge pull request #422 from apache/maintenance/FELIX-6780-fix-jetty-unit-tests-java23
FELIX-6780 Java 23 CI failure for HTTP Jetty RequestLogTrackerTest
2 parents 8834049 + bcf273a commit a36b9a2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

http/jetty/pom.xml

+2-2
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

+2-2
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>

http/sslfilter/pom.xml

+1-1
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

+1-1
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)