Andy Wilkinson
3e3395304b
Upgrade to javax.mail:javax.mail-api 1.5.3
...
Closes gh-2835
2015-04-21 15:30:01 +01:00
Andy Wilkinson
2d7c0c2f00
Provide dependency management for Antlr 2
...
Hibernate depends on antlr:antlr:2.7.7 (the latest version on Antlr 2)
and fails with earlier 2.7.x versions due to a missing method. This
can cause problems for Maven users if they also depend on something that
pulls in an earlier version of Antlr, such as
spring-boot-starter-velocity. Gradle users are unaffected as, when
multiple versions of a dependency are found in the graph, Gradle will
choose the latest version.
This commit adds dependency management for antlr:antlr:2.7.7 to ensure
that the latest, and Hibernate compatible, version of Antlr 2 is used.
Closes gh-2814
2015-04-14 09:49:08 +01:00
Andy Wilkinson
c8c2eea03e
Upgrade to Spring Integration 4.1.3.RELEASE
...
Closes gh-2782
2015-04-07 11:04:22 +01:00
Andy Wilkinson
23da4ab95d
Update to Spring AMQP 1.4.4.RELEASE
...
Closes gh-2781
2015-04-07 11:03:46 +01:00
Andy Wilkinson
ddeebf2262
Update to Tomcat 8.0.21
...
Closes gh-2775
2015-04-07 11:01:19 +01:00
Phillip Webb
42e69359a8
Fixup version numbers following release
2015-03-30 23:25:03 -07:00
Spring Buildmaster
e03c11dda8
Next development version
2015-03-30 22:56:20 -07:00
Phillip Webb
cddf54e576
Revert "Upgrade to H2 1.4.186"
...
This reverts commit 3a22443fbb .
2015-03-30 22:01:01 -07:00
Andy Wilkinson
2cf23e08a0
Upgrade to Undertow 1.1.3.Final
...
Closes gh-2732
2015-03-26 17:18:51 +00:00
Andy Wilkinson
3a22443fbb
Upgrade to H2 1.4.186
...
Closes gh-2730
2015-03-26 17:18:30 +00:00
Andy Wilkinson
17f03641de
Upgrade to Dropwizard Metrics 3.1.1
...
Closes gh-2731
2015-03-26 17:18:05 +00:00
Andy Wilkinson
9285c9fd77
Merge branch '1.1.x' into 1.2.x
...
Conflicts:
spring-boot-dependencies/pom.xml
2015-03-26 17:10:04 +00:00
Andy Wilkinson
fe837c0cea
Upgrade to Reactor 1.1.6.RELEASE
...
gh-2735
2015-03-26 17:07:19 +00:00
Andy Wilkinson
de28ed4aa1
Upgrade to Groovy 2.3.11
...
Closes gh-2733
2015-03-26 17:04:26 +00:00
Andy Wilkinson
adbd340c91
Upgrade to Logback 1.1.3
...
Closes gh-2729
2015-03-26 17:03:52 +00:00
Andy Wilkinson
887a7cce1e
Upgrade to SLF4J 1.7.11
...
Closes gh-2734
2015-03-26 17:03:23 +00:00
Andy Wilkinson
d428afb45f
Merge branch '1.1.x' into 1.2.x
...
Conflicts:
spring-boot-dependencies/pom.xml
2015-03-26 16:32:05 +00:00
Andy Wilkinson
936e1c2152
Update to Spring Security 3.2.7.RELEASE
...
Closes gh-2726
2015-03-26 16:31:13 +00:00
Andy Wilkinson
1307a2401d
Upgrade Spring WS in 1.1.x as well
...
See gh-2718
2015-03-26 16:29:04 +00:00
Greg Turnquist
599792097c
Upgrade Spring WS to 2.2.1.RELEASE
...
Closes gh-2718
2015-03-26 16:25:23 +00:00
Stephane Nicoll
c9997f7a4d
Upgrade to Spring Framework 4.1.6
...
Closes gh-2702
2015-03-26 10:43:29 +01:00
Phillip Webb
6322ea142d
Upgrade to Spring Framework 4.1.6.BUILD-SNAPSHOT
...
See gh-2702
2015-03-23 10:23:12 -07:00
Andy Wilkinson
1fba81e4ba
Upgrade Spring Security 3.2.6.RELEASE
...
Closes gh-2582
2015-03-17 10:39:40 +00:00
Andy Wilkinson
9f0654bd77
Merge branch '1.1.x' into 1.2.x
...
Conflicts:
spring-boot-dependencies/pom.xml
2015-03-04 17:55:20 +00:00
Andy Wilkinson
44d98c6186
Upgrade to Freemarker 2.3.22
...
Closes gh-2581
2015-03-04 17:54:53 +00:00
Phillip Webb
8ce39bda88
Fixup version numbers following release
2015-02-26 15:59:57 -08:00
Spring Buildmaster
8f0ad02237
Next development version
2015-02-26 15:26:53 -08:00
Phillip Webb
8a49218e82
Fixup version numbers following release
2015-02-26 14:17:25 -08:00
Spring Buildmaster
aea68f0c32
Next development version
2015-02-26 13:01:31 -08:00
Phillip Webb
10caace55f
Upgrade to Spring Security 3.2.6
...
Closes gh-2539
2015-02-26 11:16:11 -08:00
Andy Wilkinson
f43f2fb8c4
Upgrade to Jetty 9.2.9
...
Closes gh-2554
2015-02-25 17:11:53 +00:00
Phillip Webb
affa584916
Upgrade to Tomcat 8.0.20
...
Fixes gh-2547
2015-02-24 13:41:33 -08:00
Phillip Webb
236f51a841
Upgrade Spring Security to 3.2.6.CI-SNAPSHOT
...
See gh-2539
2015-02-23 21:57:06 -08:00
Phillip Webb
10257d96f2
Merge branch '1.1.x'
2015-02-23 18:02:23 -08:00
Phillip Webb
7ac8cac3b5
Reorganize integration tests
...
Make spring-boot-integration-tests a top level project and move the
existing gradle tests and security tests to be sub-modules.
2015-02-23 17:24:05 -08:00
izeye
31639be94b
Add dependency management for Apache Derby
2015-02-23 16:44:20 +01:00
Stephane Nicoll
1d69a71b75
Upgrade to Spring 4.1.5
...
Closes gh-2413
2015-02-20 13:55:52 +01:00
Andy Wilkinson
ecdc6a06a1
Merge branch '1.1.x'
...
Fixes gh-2212
2015-02-18 16:55:39 +00:00
Andy Wilkinson
b29c5a3297
Upgrade to Groovy 2.3.10
...
Closes gh-2429
2015-02-18 16:54:31 +00:00
Andy Wilkinson
9af30450c4
Upgrade to Liquibase 3.3.2
...
Closes gh-2512
2015-02-18 16:20:47 +00:00
Andy Wilkinson
6028f6b343
Upgrade to Jetty 9.2.7
...
Closes gh-2511
2015-02-18 16:20:47 +00:00
Andy Wilkinson
4178613d72
Upgrade to ActiveMQ 5.10.1
...
Closes gh-2510
2015-02-18 16:20:47 +00:00
Andy Wilkinson
119e37a1f9
Upgrade to JMustache 1.10
...
Closes gh-2508
2015-02-18 16:20:47 +00:00
Andy Wilkinson
375a08d7ce
Upgrade to H2 1.4.185
...
Closes gh-2507
2015-02-18 16:20:47 +00:00
Andy Wilkinson
ce303f9f59
Upgrade to Jackson 2.4.5
...
Closes gh-2506
2015-02-18 16:20:46 +00:00
Andy Wilkinson
d87bf707a7
Merge branch '1.1.x'
2015-02-17 10:01:39 +00:00
Andy Wilkinson
11e0444814
Upgrade to Spring Security JWT 1.0.3.RELEASE
...
Closes gh-2304
2015-02-17 09:56:15 +00:00
Andy Wilkinson
99a0661565
Upgrade to Spring Batch 3.0.3.RELEASE
...
Closes gh-2503
2015-02-17 09:55:47 +00:00
Andy Wilkinson
4840417cd9
Upgrade to mongo-java-driver 2.12.5
...
Closes gh-2502
2015-02-17 09:55:16 +00:00
Andy Wilkinson
3b8c9418b1
Upgrade to JDom 2.0.6
...
Closes gh-2501
2015-02-17 09:54:51 +00:00