File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
java/org/mybatis/spring/sample
resources/mockito-extensions Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
3
4
- Copyright 2010-2022 the original author or authors.
4
+ Copyright 2010-2023 the original author or authors.
5
5
6
6
Licensed under the Apache License, Version 2.0 (the "License");
7
7
you may not use this file except in compliance with the License.
233
233
<dependency >
234
234
<groupId >org.mockito</groupId >
235
235
<artifactId >mockito-core</artifactId >
236
- <version >4.9.0</version >
236
+ <version >5.2.0</version >
237
+ <scope >test</scope >
238
+ </dependency >
239
+ <dependency >
240
+ <groupId >org.mockito</groupId >
241
+ <artifactId >mockito-subclass</artifactId >
242
+ <version >5.2.0</version >
237
243
<scope >test</scope >
238
244
</dependency >
239
245
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2010-2022 the original author or authors.
2
+ * Copyright 2010-2023 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change
1
+ mock-maker-subclass
You can’t perform that action at this time.
0 commit comments