|
@@ -326,25 +326,25 @@
|
|
|
<dependency>
|
|
|
<groupId>org.junit.jupiter</groupId>
|
|
|
<artifactId>junit-jupiter</artifactId>
|
|
|
- <version>5.8.1</version>
|
|
|
+ <version>5.8.2</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.mockito</groupId>
|
|
|
<artifactId>mockito-core</artifactId>
|
|
|
- <version>4.0.0</version>
|
|
|
+ <version>4.2.0</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.mockito</groupId>
|
|
|
<artifactId>mockito-inline</artifactId>
|
|
|
- <version>4.0.0</version>
|
|
|
+ <version>4.2.0</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.tomcat</groupId>
|
|
|
<artifactId>tomcat-jdbc</artifactId>
|
|
|
- <version>10.0.12</version>
|
|
|
+ <version>10.0.14</version>
|
|
|
<scope>compile</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|