Skip to content

Commit bda8f2b

Browse files
committed
Upgraded to Jetty 9.1.2 and Guava 16.0.1
1 parent ce39146 commit bda8f2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ configure(allprojects) { project ->
2121
ext.hsqldbVersion = "2.3.1"
2222
ext.jackson1Version = "1.9.13"
2323
ext.jackson2Version = "2.3.1"
24-
ext.jettyVersion = "9.1.1.v20140108"
24+
ext.jettyVersion = "9.1.2.v20140210"
2525
ext.jodaVersion = "2.3"
2626
ext.junitVersion = "4.11"
2727
ext.slf4jVersion = "1.7.5"
@@ -513,7 +513,7 @@ project("spring-context-support") {
513513
optional(project(":spring-tx")) // for Quartz support
514514
optional("javax.mail:mail:1.4.7")
515515
optional("javax.cache:cache-api:1.0.0-RC1")
516-
optional("com.google.guava:guava:16.0")
516+
optional("com.google.guava:guava:16.0.1")
517517
optional("net.sf.ehcache:ehcache-core:2.6.5")
518518
optional("org.quartz-scheduler:quartz:1.8.6") {
519519
exclude group: "org.slf4j", module: "slf4j-log4j12"

0 commit comments

Comments
 (0)