Skip to content

Commit 92e967f

Browse files
committed
Update spring core to v5.2.6.RELEASE
1 parent 8bbd298 commit 92e967f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,22 @@
1616
<dependency>
1717
<groupId>org.springframework</groupId>
1818
<artifactId>spring-core</artifactId>
19-
<version>5.2.4.RELEASE</version>
19+
<version>5.2.6.RELEASE</version>
2020
</dependency>
2121
<dependency>
2222
<groupId>org.springframework</groupId>
2323
<artifactId>spring-context</artifactId>
24-
<version>5.2.4.RELEASE</version>
24+
<version>5.2.6.RELEASE</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>org.springframework</groupId>
2828
<artifactId>spring-web</artifactId>
29-
<version>5.2.4.RELEASE</version>
29+
<version>5.2.6.RELEASE</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>org.springframework</groupId>
3333
<artifactId>spring-beans</artifactId>
34-
<version>5.2.4.RELEASE</version>
34+
<version>5.2.6.RELEASE</version>
3535
</dependency>
3636
<!-- Apache CXF Dependencies -->
3737
<dependency>
@@ -91,7 +91,7 @@
9191
<dependency>
9292
<groupId>org.springframework</groupId>
9393
<artifactId>spring-jdbc</artifactId>
94-
<version>5.2.4.RELEASE</version>
94+
<version>5.2.6.RELEASE</version>
9595
</dependency>
9696
<dependency>
9797
<groupId>commons-io</groupId>

0 commit comments

Comments
 (0)