Skip to content

Commit 8d51116

Browse files
author
eugenp
committed
small maven upgrades
1 parent 8732875 commit 8d51116

23 files changed

Lines changed: 49 additions & 49 deletions

File tree

spring-all/pom.xml

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

196196
<properties>
197197
<!-- Spring -->
198-
<org.springframework.version>4.1.5.RELEASE</org.springframework.version>
199-
<org.springframework.security.version>3.2.5.RELEASE</org.springframework.security.version>
198+
<org.springframework.version>4.1.6.RELEASE</org.springframework.version>
199+
<org.springframework.security.version>3.2.7.RELEASE</org.springframework.security.version>
200200
<javassist.version>3.18.1-GA</javassist.version>
201201
<jstl.version>1.2</jstl.version>
202202

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.1.5.RELEASE</org.springframework.version>
208-
<org.springframework.security.version>3.2.5.RELEASE</org.springframework.security.version>
207+
<org.springframework.version>4.1.6.RELEASE</org.springframework.version>
208+
<org.springframework.security.version>3.2.7.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
@@ -163,8 +163,8 @@
163163

164164
<properties>
165165
<!-- Spring -->
166-
<org.springframework.version>4.1.5.RELEASE</org.springframework.version>
167-
<org.springframework.security.version>3.2.5.RELEASE</org.springframework.security.version>
166+
<org.springframework.version>4.1.6.RELEASE</org.springframework.version>
167+
<org.springframework.security.version>3.2.7.RELEASE</org.springframework.security.version>
168168
<javassist.version>3.18.1-GA</javassist.version>
169169

170170
<!-- persistence -->

spring-hibernate4/pom.xml

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

171171
<properties>
172172
<!-- Spring -->
173-
<org.springframework.version>4.1.5.RELEASE</org.springframework.version>
174-
<org.springframework.security.version>3.2.5.RELEASE</org.springframework.security.version>
173+
<org.springframework.version>4.1.6.RELEASE</org.springframework.version>
174+
<org.springframework.security.version>3.2.7.RELEASE</org.springframework.security.version>
175175
<javassist.version>3.19.0-GA</javassist.version>
176176

177177
<!-- persistence -->

spring-jpa/pom.xml

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

177177
<properties>
178178
<!-- Spring -->
179-
<org.springframework.version>4.1.5.RELEASE</org.springframework.version>
180-
<org.springframework.security.version>3.2.5.RELEASE</org.springframework.security.version>
179+
<org.springframework.version>4.1.6.RELEASE</org.springframework.version>
180+
<org.springframework.security.version>3.2.7.RELEASE</org.springframework.security.version>
181181

182182
<!-- persistence -->
183183
<hibernate.version>4.3.8.Final</hibernate.version>

spring-mvc-java/pom.xml

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

142142
<properties>
143143
<!-- Spring -->
144-
<org.springframework.version>4.1.5.RELEASE</org.springframework.version>
145-
<org.springframework.security.version>3.2.5.RELEASE</org.springframework.security.version>
144+
<org.springframework.version>4.1.6.RELEASE</org.springframework.version>
145+
<org.springframework.security.version>3.2.7.RELEASE</org.springframework.security.version>
146146

147147
<!-- persistence -->
148148
<hibernate.version>4.3.8.Final</hibernate.version>

spring-mvc-no-xml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145

146146
<properties>
147147
<!-- Spring -->
148-
<org.springframework.version>4.1.5.RELEASE</org.springframework.version>
148+
<org.springframework.version>4.1.6.RELEASE</org.springframework.version>
149149

150150
<!-- logging -->
151151
<org.slf4j.version>1.7.9</org.slf4j.version>

spring-mvc-xml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147

148148
<properties>
149149
<!-- Spring -->
150-
<org.springframework.version>4.1.5.RELEASE</org.springframework.version>
150+
<org.springframework.version>4.1.6.RELEASE</org.springframework.version>
151151

152152
<!-- logging -->
153153
<org.slf4j.version>1.7.9</org.slf4j.version>

spring-rest/pom.xml

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

208208
<properties>
209209
<!-- Spring -->
210-
<org.springframework.version>4.1.5.RELEASE</org.springframework.version>
211-
<org.springframework.security.version>3.2.5.RELEASE</org.springframework.security.version>
210+
<org.springframework.version>4.1.6.RELEASE</org.springframework.version>
211+
<org.springframework.security.version>3.2.7.RELEASE</org.springframework.security.version>
212212

213213
<!-- persistence -->
214214
<hibernate.version>4.3.8.Final</hibernate.version>

spring-security-basic-auth/pom.xml

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

227227
<properties>
228228
<!-- Spring -->
229-
<org.springframework.version>4.1.5.RELEASE</org.springframework.version>
230-
<org.springframework.security.version>3.2.5.RELEASE</org.springframework.security.version>
229+
<org.springframework.version>4.1.6.RELEASE</org.springframework.version>
230+
<org.springframework.security.version>3.2.7.RELEASE</org.springframework.security.version>
231231

232232
<!-- persistence -->
233233
<hibernate.version>4.3.8.Final</hibernate.version>

0 commit comments

Comments
 (0)