Skip to content

Commit 43cc23d

Browse files
author
eugenp
committed
maven spring upgrades
1 parent ffaad44 commit 43cc23d

File tree

26 files changed

+50
-50
lines changed

26 files changed

+50
-50
lines changed

core-java/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@
133133

134134
<properties>
135135
<!-- Spring -->
136-
<org.springframework.version>4.0.4.RELEASE</org.springframework.version>
137-
<org.springframework.security.version>3.2.3.RELEASE</org.springframework.security.version>
136+
<org.springframework.version>4.0.5.RELEASE</org.springframework.version>
137+
<org.springframework.security.version>3.2.4.RELEASE</org.springframework.security.version>
138138

139139
<!-- persistence -->
140140
<hibernate.version>4.3.5.Final</hibernate.version>

experiments/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,8 @@
255255

256256
<properties>
257257
<!-- Spring -->
258-
<org.springframework.version>4.0.4.RELEASE</org.springframework.version>
259-
<org.springframework.security.version>3.2.3.RELEASE</org.springframework.security.version>
258+
<org.springframework.version>4.0.5.RELEASE</org.springframework.version>
259+
<org.springframework.security.version>3.2.4.RELEASE</org.springframework.security.version>
260260

261261
<!-- persistence -->
262262
<hibernate.version>4.3.5.Final</hibernate.version>

guava/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@
9494

9595
<properties>
9696
<!-- Spring -->
97-
<org.springframework.version>4.0.4.RELEASE</org.springframework.version>
98-
<org.springframework.security.version>3.2.3.RELEASE</org.springframework.security.version>
97+
<org.springframework.version>4.0.5.RELEASE</org.springframework.version>
98+
<org.springframework.security.version>3.2.4.RELEASE</org.springframework.security.version>
9999

100100
<!-- persistence -->
101101
<hibernate.version>4.3.5.Final</hibernate.version>

httpclient/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@
149149

150150
<properties>
151151
<!-- Spring -->
152-
<org.springframework.version>4.0.4.RELEASE</org.springframework.version>
153-
<org.springframework.security.version>3.2.3.RELEASE</org.springframework.security.version>
152+
<org.springframework.version>4.0.5.RELEASE</org.springframework.version>
153+
<org.springframework.security.version>3.2.4.RELEASE</org.springframework.security.version>
154154

155155
<!-- persistence -->
156156
<hibernate.version>4.3.5.Final</hibernate.version>

jackson/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@
107107

108108
<properties>
109109
<!-- Spring -->
110-
<org.springframework.version>4.0.4.RELEASE</org.springframework.version>
111-
<org.springframework.security.version>3.2.3.RELEASE</org.springframework.security.version>
110+
<org.springframework.version>4.0.5.RELEASE</org.springframework.version>
111+
<org.springframework.security.version>3.2.4.RELEASE</org.springframework.security.version>
112112

113113
<!-- persistence -->
114114
<hibernate.version>4.3.5.Final</hibernate.version>

mockito/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@
8989

9090
<properties>
9191
<!-- Spring -->
92-
<org.springframework.version>4.0.4.RELEASE</org.springframework.version>
93-
<org.springframework.security.version>3.2.3.RELEASE</org.springframework.security.version>
92+
<org.springframework.version>4.0.5.RELEASE</org.springframework.version>
93+
<org.springframework.security.version>3.2.4.RELEASE</org.springframework.security.version>
9494

9595
<!-- persistence -->
9696
<hibernate.version>4.3.5.Final</hibernate.version>

sandbox/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
<properties>
135135
<!-- Spring -->
136136
<org.springframework.version>4.0.3.RELEASE</org.springframework.version>
137-
<org.springframework.security.version>3.2.3.RELEASE</org.springframework.security.version>
137+
<org.springframework.security.version>3.2.4.RELEASE</org.springframework.security.version>
138138

139139
<!-- persistence -->
140140
<hibernate.version>4.3.5.Final</hibernate.version>

spring-all/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@
192192

193193
<properties>
194194
<!-- Spring -->
195-
<org.springframework.version>4.0.4.RELEASE</org.springframework.version>
196-
<org.springframework.security.version>3.2.3.RELEASE</org.springframework.security.version>
195+
<org.springframework.version>4.0.5.RELEASE</org.springframework.version>
196+
<org.springframework.security.version>3.2.4.RELEASE</org.springframework.security.version>
197197
<javassist.version>3.18.1-GA</javassist.version>
198198
<jstl.version>1.2</jstl.version>
199199

spring-exceptions/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@
204204

205205
<properties>
206206
<!-- Spring -->
207-
<org.springframework.version>4.0.4.RELEASE</org.springframework.version>
208-
<org.springframework.security.version>3.2.3.RELEASE</org.springframework.security.version>
207+
<org.springframework.version>4.0.5.RELEASE</org.springframework.version>
208+
<org.springframework.security.version>3.2.4.RELEASE</org.springframework.security.version>
209209
<javassist.version>3.18.1-GA</javassist.version>
210210
<jstl.version>1.2</jstl.version>
211211

spring-hibernate3/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@
174174

175175
<properties>
176176
<!-- Spring -->
177-
<org.springframework.version>4.0.4.RELEASE</org.springframework.version>
178-
<org.springframework.security.version>3.2.3.RELEASE</org.springframework.security.version>
177+
<org.springframework.version>4.0.5.RELEASE</org.springframework.version>
178+
<org.springframework.security.version>3.2.4.RELEASE</org.springframework.security.version>
179179
<javassist.version>3.18.1-GA</javassist.version>
180180

181181
<!-- persistence -->

0 commit comments

Comments
 (0)