Skip to content

Commit 3fccfb3

Browse files
author
eugenp
committed
maven upgrades
1 parent 4e7ef2e commit 3fccfb3

22 files changed

Lines changed: 140 additions & 140 deletions

File tree

experiments/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -245,11 +245,11 @@
245245

246246
<properties>
247247
<!-- Spring -->
248-
<org.springframework.version>3.2.4.RELEASE</org.springframework.version>
248+
<org.springframework.version>3.2.6.RELEASE</org.springframework.version>
249249
<org.springframework.security.version>3.1.4.RELEASE</org.springframework.security.version>
250250

251251
<!-- persistence -->
252-
<hibernate.version>4.2.4.Final</hibernate.version>
252+
<hibernate.version>4.3.0.Final</hibernate.version>
253253
<mysql-connector-java.version>5.1.26</mysql-connector-java.version>
254254

255255
<!-- logging -->
@@ -260,22 +260,22 @@
260260
<hibernate-validator.version>5.0.1.Final</hibernate-validator.version>
261261

262262
<!-- util -->
263-
<guava.version>14.0.1</guava.version>
263+
<guava.version>15.0</guava.version>
264264
<commons-lang3.version>3.1</commons-lang3.version>
265265

266266
<!-- testing -->
267267
<org.hamcrest.version>1.3</org.hamcrest.version>
268268
<junit.version>4.11</junit.version>
269269
<mockito.version>1.9.5</mockito.version>
270270

271-
<httpcore.version>4.2.4</httpcore.version>
272-
<httpclient.version>4.2.5</httpclient.version>
271+
<httpcore.version>4.3</httpcore.version>
272+
<httpclient.version>4.3.1</httpclient.version>
273273

274-
<rest-assured.version>1.8.1</rest-assured.version>
274+
<rest-assured.version>2.1.0</rest-assured.version>
275275
<groovy.version>1.8.9</groovy.version>
276276

277277
<!-- Maven plugins -->
278-
<cargo-maven2-plugin.version>1.4.3</cargo-maven2-plugin.version>
278+
<cargo-maven2-plugin.version>1.4.5</cargo-maven2-plugin.version>
279279
<maven-surefire-plugin.version>2.16</maven-surefire-plugin.version>
280280
</properties>
281281

guava/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@
7373

7474
<properties>
7575
<!-- Spring -->
76-
<org.springframework.version>3.2.4.RELEASE</org.springframework.version>
76+
<org.springframework.version>3.2.6.RELEASE</org.springframework.version>
7777
<org.springframework.security.version>3.1.4.RELEASE</org.springframework.security.version>
7878

7979
<!-- persistence -->
80-
<hibernate.version>4.2.4.Final</hibernate.version>
80+
<hibernate.version>4.3.0.Final</hibernate.version>
8181
<mysql-connector-java.version>5.1.26</mysql-connector-java.version>
8282

8383
<!-- logging -->
@@ -96,14 +96,14 @@
9696
<junit.version>4.11</junit.version>
9797
<mockito.version>1.9.5</mockito.version>
9898

99-
<httpcore.version>4.2.4</httpcore.version>
100-
<httpclient.version>4.2.5</httpclient.version>
99+
<httpcore.version>4.3</httpcore.version>
100+
<httpclient.version>4.3.1</httpclient.version>
101101

102-
<rest-assured.version>1.8.1</rest-assured.version>
102+
<rest-assured.version>2.1.0</rest-assured.version>
103103
<groovy.version>1.8.9</groovy.version>
104104

105105
<!-- Maven plugins -->
106-
<cargo-maven2-plugin.version>1.4.3</cargo-maven2-plugin.version>
106+
<cargo-maven2-plugin.version>1.4.5</cargo-maven2-plugin.version>
107107
<maven-surefire-plugin.version>2.16</maven-surefire-plugin.version>
108108
</properties>
109109

httpclient/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<httpcore.version>4.3</httpcore.version>
112112
<httpclient.version>4.3.1</httpclient.version>
113113

114-
<rest-assured.version>1.8.1</rest-assured.version>
114+
<rest-assured.version>2.1.0</rest-assured.version>
115115
<groovy.version>1.8.9</groovy.version>
116116

117117
<!-- Maven plugins -->

mockito/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<httpcore.version>4.2.5</httpcore.version>
106106
<httpclient.version>4.2.6</httpclient.version>
107107

108-
<rest-assured.version>1.8.1</rest-assured.version>
108+
<rest-assured.version>2.1.0</rest-assured.version>
109109
<groovy.version>1.8.9</groovy.version>
110110

111111
<!-- Maven plugins -->

spring-all/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -182,13 +182,13 @@
182182

183183
<properties>
184184
<!-- Spring -->
185-
<org.springframework.version>3.2.4.RELEASE</org.springframework.version>
185+
<org.springframework.version>3.2.6.RELEASE</org.springframework.version>
186186
<org.springframework.security.version>3.1.4.RELEASE</org.springframework.security.version>
187-
<javassist.version>3.18.0-GA</javassist.version>
187+
<javassist.version>3.18.1-GA</javassist.version>
188188
<jstl.version>1.2</jstl.version>
189189

190190
<!-- persistence -->
191-
<hibernate.version>4.2.4.Final</hibernate.version>
191+
<hibernate.version>4.3.0.Final</hibernate.version>
192192
<mysql-connector-java.version>5.1.26</mysql-connector-java.version>
193193

194194
<!-- logging -->
@@ -199,22 +199,22 @@
199199
<hibernate-validator.version>5.0.1.Final</hibernate-validator.version>
200200

201201
<!-- util -->
202-
<guava.version>14.0.1</guava.version>
202+
<guava.version>15.0</guava.version>
203203
<commons-lang3.version>3.1</commons-lang3.version>
204204

205205
<!-- testing -->
206206
<org.hamcrest.version>1.3</org.hamcrest.version>
207207
<junit.version>4.11</junit.version>
208208
<mockito.version>1.9.5</mockito.version>
209209

210-
<httpcore.version>4.2.4</httpcore.version>
211-
<httpclient.version>4.2.5</httpclient.version>
210+
<httpcore.version>4.3</httpcore.version>
211+
<httpclient.version>4.3.1</httpclient.version>
212212

213-
<rest-assured.version>1.8.1</rest-assured.version>
213+
<rest-assured.version>2.1.0</rest-assured.version>
214214
<groovy.version>1.8.9</groovy.version>
215215

216216
<!-- Maven plugins -->
217-
<cargo-maven2-plugin.version>1.4.3</cargo-maven2-plugin.version>
217+
<cargo-maven2-plugin.version>1.4.5</cargo-maven2-plugin.version>
218218
<maven-surefire-plugin.version>2.16</maven-surefire-plugin.version>
219219
</properties>
220220

spring-exceptions/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -193,13 +193,13 @@
193193

194194
<properties>
195195
<!-- Spring -->
196-
<org.springframework.version>3.2.4.RELEASE</org.springframework.version>
196+
<org.springframework.version>3.2.6.RELEASE</org.springframework.version>
197197
<org.springframework.security.version>3.1.4.RELEASE</org.springframework.security.version>
198-
<javassist.version>3.18.0-GA</javassist.version>
198+
<javassist.version>3.18.1-GA</javassist.version>
199199
<jstl.version>1.2</jstl.version>
200200

201201
<!-- persistence -->
202-
<hibernate.version>4.2.4.Final</hibernate.version>
202+
<hibernate.version>4.3.0.Final</hibernate.version>
203203
<mysql-connector-java.version>5.1.26</mysql-connector-java.version>
204204
<tomcat-dbcp.version>7.0.42</tomcat-dbcp.version>
205205

@@ -211,22 +211,22 @@
211211
<hibernate-validator.version>5.0.1.Final</hibernate-validator.version>
212212

213213
<!-- util -->
214-
<guava.version>14.0.1</guava.version>
214+
<guava.version>15.0</guava.version>
215215
<commons-lang3.version>3.1</commons-lang3.version>
216216

217217
<!-- testing -->
218218
<org.hamcrest.version>1.3</org.hamcrest.version>
219219
<junit.version>4.11</junit.version>
220220
<mockito.version>1.9.5</mockito.version>
221221

222-
<httpcore.version>4.2.4</httpcore.version>
223-
<httpclient.version>4.2.5</httpclient.version>
222+
<httpcore.version>4.3</httpcore.version>
223+
<httpclient.version>4.3.1</httpclient.version>
224224

225-
<rest-assured.version>1.8.1</rest-assured.version>
225+
<rest-assured.version>2.1.0</rest-assured.version>
226226
<groovy.version>1.8.9</groovy.version>
227227

228228
<!-- Maven plugins -->
229-
<cargo-maven2-plugin.version>1.4.3</cargo-maven2-plugin.version>
229+
<cargo-maven2-plugin.version>1.4.5</cargo-maven2-plugin.version>
230230
<maven-surefire-plugin.version>2.16</maven-surefire-plugin.version>
231231
</properties>
232232

spring-hibernate3/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@
158158

159159
<properties>
160160
<!-- Spring -->
161-
<org.springframework.version>3.2.4.RELEASE</org.springframework.version>
161+
<org.springframework.version>3.2.6.RELEASE</org.springframework.version>
162162
<org.springframework.security.version>3.1.4.RELEASE</org.springframework.security.version>
163-
<javassist.version>3.18.0-GA</javassist.version>
163+
<javassist.version>3.18.1-GA</javassist.version>
164164

165165
<!-- persistence -->
166166
<hibernate.version>3.6.10.Final</hibernate.version>
@@ -175,22 +175,22 @@
175175
<hibernate-validator.version>5.0.1.Final</hibernate-validator.version>
176176

177177
<!-- util -->
178-
<guava.version>14.0.1</guava.version>
178+
<guava.version>15.0</guava.version>
179179
<commons-lang3.version>3.1</commons-lang3.version>
180180

181181
<!-- testing -->
182182
<org.hamcrest.version>1.3</org.hamcrest.version>
183183
<junit.version>4.11</junit.version>
184184
<mockito.version>1.9.5</mockito.version>
185185

186-
<httpcore.version>4.2.4</httpcore.version>
187-
<httpclient.version>4.2.5</httpclient.version>
186+
<httpcore.version>4.3</httpcore.version>
187+
<httpclient.version>4.3.1</httpclient.version>
188188

189-
<rest-assured.version>1.8.1</rest-assured.version>
189+
<rest-assured.version>2.1.0</rest-assured.version>
190190
<groovy.version>1.8.9</groovy.version>
191191

192192
<!-- Maven plugins -->
193-
<cargo-maven2-plugin.version>1.4.3</cargo-maven2-plugin.version>
193+
<cargo-maven2-plugin.version>1.4.5</cargo-maven2-plugin.version>
194194
<maven-surefire-plugin.version>2.16</maven-surefire-plugin.version>
195195
</properties>
196196

spring-hibernate4/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,12 @@
166166

167167
<properties>
168168
<!-- Spring -->
169-
<org.springframework.version>3.2.4.RELEASE</org.springframework.version>
169+
<org.springframework.version>3.2.6.RELEASE</org.springframework.version>
170170
<org.springframework.security.version>3.1.4.RELEASE</org.springframework.security.version>
171-
<javassist.version>3.18.0-GA</javassist.version>
171+
<javassist.version>3.18.1-GA</javassist.version>
172172

173173
<!-- persistence -->
174-
<hibernate.version>4.2.4.Final</hibernate.version>
174+
<hibernate.version>4.3.0.Final</hibernate.version>
175175
<mysql-connector-java.version>5.1.26</mysql-connector-java.version>
176176
<tomcat-dbcp.version>7.0.42</tomcat-dbcp.version>
177177

@@ -183,22 +183,22 @@
183183
<hibernate-validator.version>5.0.1.Final</hibernate-validator.version>
184184

185185
<!-- util -->
186-
<guava.version>14.0.1</guava.version>
186+
<guava.version>15.0</guava.version>
187187
<commons-lang3.version>3.1</commons-lang3.version>
188188

189189
<!-- testing -->
190190
<org.hamcrest.version>1.3</org.hamcrest.version>
191191
<junit.version>4.11</junit.version>
192192
<mockito.version>1.9.5</mockito.version>
193193

194-
<httpcore.version>4.2.4</httpcore.version>
195-
<httpclient.version>4.2.5</httpclient.version>
194+
<httpcore.version>4.3</httpcore.version>
195+
<httpclient.version>4.3.1</httpclient.version>
196196

197-
<rest-assured.version>1.8.1</rest-assured.version>
197+
<rest-assured.version>2.1.0</rest-assured.version>
198198
<groovy.version>1.8.9</groovy.version>
199199

200200
<!-- Maven plugins -->
201-
<cargo-maven2-plugin.version>1.4.3</cargo-maven2-plugin.version>
201+
<cargo-maven2-plugin.version>1.4.5</cargo-maven2-plugin.version>
202202
<maven-surefire-plugin.version>2.16</maven-surefire-plugin.version>
203203
</properties>
204204

spring-jpa/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -160,11 +160,11 @@
160160

161161
<properties>
162162
<!-- Spring -->
163-
<org.springframework.version>3.2.4.RELEASE</org.springframework.version>
163+
<org.springframework.version>3.2.6.RELEASE</org.springframework.version>
164164
<org.springframework.security.version>3.1.4.RELEASE</org.springframework.security.version>
165165

166166
<!-- persistence -->
167-
<hibernate.version>4.2.4.Final</hibernate.version>
167+
<hibernate.version>4.3.0.Final</hibernate.version>
168168
<mysql-connector-java.version>5.1.26</mysql-connector-java.version>
169169

170170
<!-- logging -->
@@ -175,22 +175,22 @@
175175
<hibernate-validator.version>5.0.1.Final</hibernate-validator.version>
176176

177177
<!-- util -->
178-
<guava.version>14.0.1</guava.version>
178+
<guava.version>15.0</guava.version>
179179
<commons-lang3.version>3.1</commons-lang3.version>
180180

181181
<!-- testing -->
182182
<org.hamcrest.version>1.3</org.hamcrest.version>
183183
<junit.version>4.11</junit.version>
184184
<mockito.version>1.9.5</mockito.version>
185185

186-
<httpcore.version>4.2.4</httpcore.version>
187-
<httpclient.version>4.2.5</httpclient.version>
186+
<httpcore.version>4.3</httpcore.version>
187+
<httpclient.version>4.3.1</httpclient.version>
188188

189-
<rest-assured.version>1.8.1</rest-assured.version>
189+
<rest-assured.version>2.1.0</rest-assured.version>
190190
<groovy.version>1.8.9</groovy.version>
191191

192192
<!-- Maven plugins -->
193-
<cargo-maven2-plugin.version>1.4.3</cargo-maven2-plugin.version>
193+
<cargo-maven2-plugin.version>1.4.5</cargo-maven2-plugin.version>
194194
<maven-surefire-plugin.version>2.16</maven-surefire-plugin.version>
195195
</properties>
196196

spring-mvc-no-xml/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110

111111
<properties>
112112
<!-- Spring -->
113-
<org.springframework.version>3.2.4.RELEASE</org.springframework.version>
113+
<org.springframework.version>3.2.6.RELEASE</org.springframework.version>
114114

115115
<!-- logging -->
116116
<org.slf4j.version>1.7.5</org.slf4j.version>
@@ -121,14 +121,14 @@
121121
<junit.version>4.11</junit.version>
122122
<mockito.version>1.9.5</mockito.version>
123123

124-
<httpcore.version>4.2.4</httpcore.version>
125-
<httpclient.version>4.2.5</httpclient.version>
124+
<httpcore.version>4.3</httpcore.version>
125+
<httpclient.version>4.3.1</httpclient.version>
126126

127-
<rest-assured.version>1.8.1</rest-assured.version>
127+
<rest-assured.version>2.1.0</rest-assured.version>
128128
<groovy.version>1.8.9</groovy.version>
129129

130130
<!-- Maven plugins -->
131-
<cargo-maven2-plugin.version>1.4.3</cargo-maven2-plugin.version>
131+
<cargo-maven2-plugin.version>1.4.5</cargo-maven2-plugin.version>
132132
<maven-surefire-plugin.version>2.16</maven-surefire-plugin.version>
133133
<maven-war-plugin.version>2.4</maven-war-plugin.version>
134134
</properties>

0 commit comments

Comments
 (0)