Skip to content

Commit 1c08d95

Browse files
committed
update deps
1 parent 12d36fa commit 1c08d95

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -100,19 +100,19 @@ Maven Coordinates:
100100
<dependency>
101101
<groupId>org.junit.jupiter</groupId>
102102
<artifactId>junit-jupiter-api</artifactId>
103-
<version>5.2.0</version>
103+
<version>5.3.1</version>
104104
<scope>test</scope>
105105
</dependency>
106106
<dependency>
107107
<groupId>org.mockito</groupId>
108108
<artifactId>mockito-core</artifactId>
109-
<version>2.22.0</version>
109+
<version>2.23.0</version>
110110
<scope>test</scope>
111111
</dependency>
112112
<dependency>
113113
<groupId>com.github.exabrial</groupId>
114114
<artifactId>mockito-object-injection</artifactId>
115-
<version>1.0.1</version>
115+
<version>1.0.2</version>
116116
<scope>test</scope>
117117
</dependency>
118118
```

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@
4343
<dependency>
4444
<groupId>org.junit.jupiter</groupId>
4545
<artifactId>junit-jupiter-api</artifactId>
46-
<version>5.2.0</version>
46+
<version>5.3.1</version>
4747
<scope>provided</scope>
4848
</dependency>
4949
<dependency>
5050
<groupId>org.mockito</groupId>
5151
<artifactId>mockito-core</artifactId>
52-
<version>2.22.0</version>
52+
<version>2.23.0</version>
5353
<scope>provided</scope>
5454
</dependency>
5555
<dependency>

0 commit comments

Comments
 (0)