Browse Source

jfinal 3.6 release ^_^

James 7 years ago
parent
commit
5b58525a6a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pom.xml

+ 2 - 2
pom.xml

@@ -82,7 +82,7 @@
 		<dependency>
 			<groupId>com.mchange</groupId>
 			<artifactId>c3p0</artifactId>
-			<version>0.9.5.1</version>
+			<version>0.9.5.3</version>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>
@@ -165,7 +165,7 @@
 		<dependency>
 			<groupId>com.fasterxml.jackson.core</groupId>
 			<artifactId>jackson-databind</artifactId>
-			<version>2.4.3</version>
+			<version>2.8.11.1</version>
 			<scope>provided</scope>
 		</dependency>