Skip to content

Commit 0d6545f

Browse files
committed
Latest dependency updates (Jackson 2.6.4, Quartz 2.2.2, C3P0 0.9.5.2)
1 parent 8346eed commit 0d6545f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ configure(allprojects) { project ->
4848
ext.htmlunitVersion = "2.19"
4949
ext.httpasyncVersion = "4.1.1"
5050
ext.httpclientVersion = "4.5.1"
51-
ext.jackson2Version = "2.6.3"
51+
ext.jackson2Version = "2.6.4"
5252
ext.jasperreportsVersion = "6.2.0"
5353
ext.javamailVersion = "1.5.4"
5454
ext.jettyVersion = "9.3.6.v20151106"
@@ -628,7 +628,7 @@ project("spring-jdbc") {
628628
compile(project(":spring-tx"))
629629
optional(project(":spring-context")) // for JndiDataSourceLookup
630630
optional("javax.transaction:javax.transaction-api:${jtaVersion}")
631-
optional("com.mchange:c3p0:0.9.5.1")
631+
optional("com.mchange:c3p0:0.9.5.2")
632632
optional("org.hsqldb:hsqldb:${hsqldbVersion}")
633633
optional("com.h2database:h2:1.4.190")
634634
optional("org.apache.derby:derby:10.12.1.1")
@@ -649,7 +649,7 @@ project("spring-context-support") {
649649
optional("javax.cache:cache-api:1.0.0")
650650
optional("com.google.guava:guava:${guavaVersion}")
651651
optional("net.sf.ehcache:ehcache:${ehcacheVersion}")
652-
optional("org.quartz-scheduler:quartz:2.2.1")
652+
optional("org.quartz-scheduler:quartz:2.2.2")
653653
optional("org.codehaus.fabric3.api:commonj:1.1.0")
654654
optional("org.apache.velocity:velocity:1.7")
655655
optional("org.freemarker:freemarker:${freemarkerVersion}")

0 commit comments

Comments
 (0)