Browse Source

update dependency

Looly 5 years ago
parent
commit
8b5c1299d9
4 changed files with 8 additions and 8 deletions
  1. 1 1
      hutool-db/pom.xml
  2. 5 5
      hutool-extra/pom.xml
  3. 1 1
      hutool-log/pom.xml
  4. 1 1
      hutool-system/pom.xml

+ 1 - 1
hutool-db/pom.xml

@@ -21,7 +21,7 @@
 		<c3p0.version>0.9.5.5</c3p0.version>
 		<dbcp2.version>2.8.0</dbcp2.version>
 		<tomcat-jdbc.version>9.0.30</tomcat-jdbc.version>
-		<druid.version>1.2.1</druid.version>
+		<druid.version>1.2.3</druid.version>
 		<hikariCP.version>2.4.13</hikariCP.version>
 		<mongo.version>3.12.7</mongo.version>
 		<sqlite.version>3.32.3.2</sqlite.version>

+ 5 - 5
hutool-extra/pom.xml

@@ -19,10 +19,10 @@
 	<properties>
 		<!-- versions -->
 		<velocity.version>2.2</velocity.version>
-		<beetl.version>3.2.2.RELEASE</beetl.version>
+		<beetl.version>3.2.4.RELEASE</beetl.version>
 		<rythm.version>1.3.0</rythm.version>
 		<freemarker.version>2.3.30</freemarker.version>
-		<enjoy.version>4.9.02</enjoy.version>
+		<enjoy.version>4.9.03</enjoy.version>
 		<thymeleaf.version>3.0.11.RELEASE</thymeleaf.version>
 		<mail.version>1.6.2</mail.version>
 		<jsch.version>0.1.55</jsch.version>
@@ -30,7 +30,7 @@
 		<net.version>3.7.2</net.version>
 		<emoji-java.version>5.1.1</emoji-java.version>
 		<servlet-api.version>4.0.1</servlet-api.version>
-		<spring-boot.version>2.3.5.RELEASE</spring-boot.version>
+		<spring-boot.version>2.4.0</spring-boot.version>
 		<cglib.version>3.3.0</cglib.version>
 	</properties>
 
@@ -228,7 +228,7 @@
 		<dependency>
 			<groupId>org.apache.lucene</groupId>
 			<artifactId>lucene-analyzers-smartcn</artifactId>
-			<version>8.6.3</version>
+			<version>8.7.0</version>
 			<optional>true</optional>
 		</dependency>
 		<dependency>
@@ -406,7 +406,7 @@
 		<dependency>
 			<groupId>org.springframework</groupId>
 			<artifactId>spring-expression</artifactId>
-			<version>5.3.0</version>
+			<version>5.3.1</version>
 			<scope>compile</scope>
 			<optional>true</optional>
 		</dependency>

+ 1 - 1
hutool-log/pom.xml

@@ -21,7 +21,7 @@
 		<slf4j.version>1.7.30</slf4j.version>
 		<logback.version>1.3.0-alpha5</logback.version>
 		<log4j.version>1.2.17</log4j.version>
-		<log4j2.version>2.13.3</log4j2.version>
+		<log4j2.version>2.14.0</log4j2.version>
 		<commons-logging.version>1.2</commons-logging.version>
 		<tinylog.version>1.3.6</tinylog.version>
 		<jboss-logging.version>3.4.1.Final</jboss-logging.version>

+ 1 - 1
hutool-system/pom.xml

@@ -26,7 +26,7 @@
 		<dependency>
 			<groupId>com.github.oshi</groupId>
 			<artifactId>oshi-core</artifactId>
-			<version>5.3.1</version>
+			<version>5.3.5</version>
 			<scope>provided</scope>
 		</dependency>
 	</dependencies>