Skip to content

Commit 3416ed0

Browse files
committed
Upgrade dependencies
1 parent b62b85b commit 3416ed0

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
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.assertj</groupId>
1212
<artifactId>assertj-parent-pom</artifactId>
13-
<version>2.2.8</version>
13+
<version>2.2.10</version>
1414
</parent>
1515

1616
<scm>
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>net.bytebuddy</groupId>
4848
<artifactId>byte-buddy</artifactId>
49-
<version>1.10.17</version>
49+
<version>1.10.21</version>
5050
<optional>true</optional>
5151
</dependency>
5252
<dependency>
@@ -57,19 +57,19 @@
5757
<dependency>
5858
<groupId>org.springframework</groupId>
5959
<artifactId>spring-test</artifactId>
60-
<version>5.3.0</version>
60+
<version>5.3.4</version>
6161
<scope>test</scope>
6262
</dependency>
6363
<dependency>
6464
<groupId>org.springframework</groupId>
6565
<artifactId>spring-context</artifactId>
66-
<version>5.2.9.RELEASE</version>
66+
<version>5.3.4</version>
6767
<scope>test</scope>
6868
</dependency>
6969
<dependency>
7070
<groupId>org.springframework</groupId>
7171
<artifactId>spring-jdbc</artifactId>
72-
<version>5.3.0</version>
72+
<version>5.3.4</version>
7373
<scope>test</scope>
7474
</dependency>
7575
<dependency>
@@ -225,7 +225,7 @@
225225
<plugin>
226226
<groupId>org.sonarsource.scanner.maven</groupId>
227227
<artifactId>sonar-maven-plugin</artifactId>
228-
<version>3.7.0.1746</version>
228+
<version>3.8.0.2131</version>
229229
</plugin>
230230
</plugins>
231231
</pluginManagement>

0 commit comments

Comments
 (0)