File tree 2 files changed +10
-5
lines changed
2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,6 @@ updates:
15
15
versions : [ "[2.0,)" ]
16
16
- dependency-name : " ch.qos.logback:logback-classic"
17
17
versions : [ "[1.3,)" ]
18
- - dependency-name : " org.mockito:mockito-core"
19
- versions : [ "[5.0,)" ]
20
18
- package-ecosystem : " maven"
21
19
directory : " /"
22
20
schedule :
@@ -30,8 +28,6 @@ updates:
30
28
versions : [ "[2.0,)" ]
31
29
- dependency-name : " ch.qos.logback:logback-classic"
32
30
versions : [ "[1.3,)" ]
33
- - dependency-name : " org.mockito:mockito-core"
34
- versions : [ "[5.0,)" ]
35
31
- package-ecosystem : " github-actions"
36
32
directory : " /"
37
33
schedule :
Original file line number Diff line number Diff line change 61
61
<jackson .version>2.14.1</jackson .version>
62
62
<logback .version>1.2.11</logback .version>
63
63
<junit .jupiter.version>5.9.2</junit .jupiter.version>
64
- <mockito .version>4.11 .0</mockito .version>
64
+ <mockito .version>5.0 .0</mockito .version>
65
65
<assertj .version>3.24.1</assertj .version>
66
66
<jetty .version>9.4.50.v20221201</jetty .version>
67
67
<bouncycastle .version>1.70</bouncycastle .version>
684
684
</repository >
685
685
</distributionManagement >
686
686
</profile >
687
+ <profile >
688
+ <id >mockito-4-on-java-8</id >
689
+ <activation >
690
+ <jdk >1.8</jdk >
691
+ </activation >
692
+ <properties >
693
+ <mockito .version>4.11.0</mockito .version>
694
+ </properties >
695
+ </profile >
687
696
688
697
</profiles >
689
698
You can’t perform that action at this time.
0 commit comments