File tree 2 files changed +0
-18
lines changed 2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change 41
41
<artifactId >testcontainers</artifactId >
42
42
<scope >test</scope >
43
43
</dependency >
44
- <dependency >
45
- <groupId >org.mockito</groupId >
46
- <artifactId >mockito-core</artifactId >
47
- <scope >test</scope >
48
- </dependency >
49
- <dependency >
50
- <groupId >org.mockito</groupId >
51
- <artifactId >mockito-junit-jupiter</artifactId >
52
- <scope >test</scope >
53
- </dependency >
54
44
<dependency >
55
45
<groupId >org.slf4j</groupId >
56
46
<artifactId >slf4j-simple</artifactId >
Original file line number Diff line number Diff line change 53
53
<hamcrest .version>1.3</hamcrest .version>
54
54
<jimfs .version>1.3.0</jimfs .version>
55
55
<testcontainers .version>1.20.2</testcontainers .version>
56
- <mockito .version>5.3.1</mockito .version>
57
56
<slf4j .version>1.7.36</slf4j .version>
58
57
</properties >
59
58
127
126
<artifactId >testcontainers</artifactId >
128
127
<version >${testcontainers.version} </version >
129
128
</dependency >
130
- <dependency >
131
- <groupId >org.mockito</groupId >
132
- <artifactId >mockito-bom</artifactId >
133
- <version >${mockito.version} </version >
134
- <type >pom</type >
135
- <scope >import</scope >
136
- </dependency >
137
129
<dependency >
138
130
<groupId >org.slf4j</groupId >
139
131
<artifactId >slf4j-simple</artifactId >
You can’t perform that action at this time.
0 commit comments