Skip to content

Commit a5348f9

Browse files
committed
Upgrading to Spring 2.5.1
1 parent e197298 commit a5348f9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<activation>
3333
<property>
3434
<name>spring.version</name>
35-
<value>2.5-rc2</value>
35+
<value>2.5.1</value>
3636
</property>
3737
</activation>
3838
<dependencies>

security/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<activation>
4646
<property>
4747
<name>spring.version</name>
48-
<value>2.5-rc2</value>
48+
<value>2.5.1</value>
4949
</property>
5050
</activation>
5151
<dependencies>

support/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<activation>
4747
<property>
4848
<name>spring.version</name>
49-
<value>2.5-rc2</value>
49+
<value>2.5.1</value>
5050
</property>
5151
</activation>
5252
<dependencies>

0 commit comments

Comments
 (0)