Browse Source

框架升级

LAPTOP-5NTQJPUS\LT 1 year ago
parent
commit
1b600b92ae
1 changed files with 4 additions and 4 deletions
  1. 4 4
      PacsOnline_Wechat_Patient/pom.xml

+ 4 - 4
PacsOnline_Wechat_Patient/pom.xml

@@ -11,7 +11,7 @@
 
 	<properties>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-		<jdk.version>11</jdk.version>
+		<jdk.version>21</jdk.version>
 	</properties>
 
 	<dependencies>
@@ -24,12 +24,12 @@
 		<dependency>
 			<groupId>com.jfinal</groupId>
 			<artifactId>jfinal-weixin</artifactId>
-			<version>2.4</version>
+			<version>3.4</version>
 		</dependency>
 		<dependency>
 			<groupId>com.jfinal</groupId>
 			<artifactId>jfinal</artifactId>
-			<version>4.8</version>
+			<version>5.1.9</version>
 		</dependency>
 		<dependency>
 			<groupId>com.alibaba</groupId>
@@ -59,7 +59,7 @@
 		<dependency>
 			<groupId>redis.clients</groupId>
 			<artifactId>jedis</artifactId>
-			<version>2.10.2</version>
+			<version>5.1.4</version>
 		</dependency>
 		<dependency>
 			<groupId>javax.servlet</groupId>