Skip to content

Commit dcbe643

Browse files
committed
chore: prepare release 4.0.2
1 parent 9c78b77 commit dcbe643

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class GreetingControllerTest {
4242

4343
Add this to your dependencies:
4444
```kotlin
45-
testImplementation("com.ninja-squad:springmockk:4.0.1")
45+
testImplementation("com.ninja-squad:springmockk:4.0.2")
4646
```
4747

4848
If you want to make sure Mockito (and the standard `MockBean` and `SpyBean` annotations) is not used, you can also exclude the mockito dependency:
@@ -59,7 +59,7 @@ Add this to your dependencies:
5959
<dependency>
6060
<groupId>com.ninja-squad</groupId>
6161
<artifactId>springmockk</artifactId>
62-
<version>4.0.1</version>
62+
<version>4.0.2</version>
6363
<scope>test</scope>
6464
</dependency>
6565
```

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ plugins {
1717
}
1818

1919
group = "com.ninja-squad"
20-
version = "4.0.1"
20+
version = "4.0.2"
2121
description = "MockBean and SpyBean, but for MockK instead of Mockito"
2222

2323
val sonatypeUsername = project.findProperty("sonatypeUsername")?.toString() ?: ""

0 commit comments

Comments
 (0)