Skip to content

Commit f4440eb

Browse files
committed
updated dependencies
1 parent 7495591 commit f4440eb

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pom.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@
3030
<name>Igor Maznitsa</name>
3131
<email>rrg4400@gmail.com</email>
3232
<url>https://www.igormaznitsa.com</url>
33-
<timezone>+3</timezone>
33+
<timezone>+2</timezone>
3434
<roles>
35+
<role>Author</role>
3536
<role>Developer</role>
3637
</roles>
3738
</developer>
@@ -64,19 +65,19 @@
6465
<dependency>
6566
<groupId>org.junit.jupiter</groupId>
6667
<artifactId>junit-jupiter-api</artifactId>
67-
<version>5.10.0</version>
68+
<version>5.10.1</version>
6869
<scope>test</scope>
6970
</dependency>
7071
<dependency>
7172
<groupId>org.junit.jupiter</groupId>
7273
<artifactId>junit-jupiter-engine</artifactId>
73-
<version>5.10.0</version>
74+
<version>5.10.1</version>
7475
<scope>test</scope>
7576
</dependency>
7677
<dependency>
7778
<groupId>org.mockito</groupId>
7879
<artifactId>mockito-core</artifactId>
79-
<version>5.5.0</version>
80+
<version>5.7.0</version>
8081
<scope>test</scope>
8182
</dependency>
8283
</dependencies>
@@ -207,7 +208,7 @@
207208

208209
<plugin>
209210
<artifactId>maven-surefire-plugin</artifactId>
210-
<version>3.1.2</version>
211+
<version>3.2.1</version>
211212
</plugin>
212213

213214
<plugin>

0 commit comments

Comments
 (0)