Skip to content

Commit 4719a77

Browse files
author
Anton Hrytsenko
committed
Update dependencies.
1 parent 2c68df1 commit 4719a77

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@
4646
<maven.compiler.source>1.8</maven.compiler.source>
4747
<maven.compiler.target>1.8</maven.compiler.target>
4848

49-
<spring.version>2.4.5</spring.version>
49+
<spring.version>2.4.13</spring.version>
5050

5151
<json-data.version>0.2.1</json-data.version>
5252

53-
<lombock.version>1.18.20</lombock.version>
54-
<junit.version>5.7.1</junit.version>
55-
<mockito.version>3.9.0</mockito.version>
53+
<lombock.version>1.18.24</lombock.version>
54+
<junit.version>5.8.2</junit.version>
55+
<mockito.version>4.6.1</mockito.version>
5656
</properties>
5757

5858
<dependencyManagement>
@@ -148,7 +148,7 @@
148148
<plugin>
149149
<groupId>org.apache.maven.plugins</groupId>
150150
<artifactId>maven-compiler-plugin</artifactId>
151-
<version>3.8.1</version>
151+
<version>3.10.1</version>
152152
</plugin>
153153
<plugin>
154154
<groupId>org.apache.maven.plugins</groupId>
@@ -179,7 +179,7 @@
179179
<plugin>
180180
<groupId>org.jacoco</groupId>
181181
<artifactId>jacoco-maven-plugin</artifactId>
182-
<version>0.8.6</version>
182+
<version>0.8.8</version>
183183
<executions>
184184
<execution>
185185
<id>prepare-agent</id>

0 commit comments

Comments
 (0)