fix version

This commit is contained in:
Looly
2025-04-17 18:13:55 +08:00
parent 570f846d4d
commit 45419bb8dc
6 changed files with 56 additions and 51 deletions

View File

@@ -34,32 +34,42 @@
<properties>
<Automatic-Module-Name>cn.hutool.v7.extra</Automatic-Module-Name>
<!-- versions -->
<!-- template versions -->
<velocity.version>2.4.1</velocity.version>
<beetl.version>3.19.0.RELEASE</beetl.version>
<beetl.version>3.19.1.RELEASE</beetl.version>
<rythm.version>1.4.2</rythm.version>
<freemarker.version>2.3.33</freemarker.version>
<freemarker.version>2.3.34</freemarker.version>
<enjoy.version>5.2.2</enjoy.version>
<thymeleaf.version>3.1.2.RELEASE</thymeleaf.version>
<jte.version>2.3.2</jte.version>
<mail.version>1.6.2</mail.version>
<jsch.version>0.1.55</jsch.version>
<sshj.version>0.39.0</sshj.version>
<sshd.version>2.14.0</sshd.version>
<net.version>3.11.1</net.version>
<emoji-java.version>5.1.1</emoji-java.version>
<spring-boot.version>2.7.18</spring-boot.version>
<oshi.version>6.6.5</oshi.version>
<byte-buddy.version>1.15.10</byte-buddy.version>
<commons-compress.version>1.27.1</commons-compress.version>
<smartcn.version>8.11.4</smartcn.version>
<thymeleaf.version>3.1.3.RELEASE</thymeleaf.version>
<jte.version>3.2.0</jte.version>
<jetbrick-template.version>2.1.10</jetbrick-template.version>
<pebble.version>3.2.4</pebble.version>
<wit-core.version>2.6.0</wit-core.version>
<!-- mail versions -->
<mail-api.version>2.1.3</mail-api.version>
<jakarta.mail.version>2.0.3</jakarta.mail.version>
<!-- 消息队列客户端 -->
<kafka.version>3.9.0</kafka.version>
<rabbitmq.version>5.24.0</rabbitmq.version>
<rocketmq.version>4.9.8</rocketmq.version>
<!-- ssh versions -->
<jsch.version>0.2.21</jsch.version>
<sshj.version>0.39.0</sshj.version>
<sshd.version>2.15.0</sshd.version>
<ganymed-ssh2.version>262</ganymed-ssh2.version>
<net.version>3.11.1</net.version>
<emoji-java.version>5.1.1</emoji-java.version>
<spring-boot.version>2.7.18</spring-boot.version>
<oshi.version>6.8.1</oshi.version>
<byte-buddy.version>1.17.5</byte-buddy.version>
<commons-compress.version>1.27.1</commons-compress.version>
<smartcn.version>8.11.4</smartcn.version>
<jaxb-runtime.version>3.0.2</jaxb-runtime.version>
<!-- mq client versions -->
<kafka.version>4.0.0</kafka.version>
<rabbitmq.version>5.25.0</rabbitmq.version>
<rocketmq.version>5.3.2</rocketmq.version>
</properties>
<dependencies>
@@ -170,13 +180,13 @@
<dependency>
<groupId>org.febit.wit</groupId>
<artifactId>wit-core</artifactId>
<version>2.6.0</version>
<version>${wit-core.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.github.subchen</groupId>
<artifactId>jetbrick-template</artifactId>
<version>2.1.10</version>
<version>${jetbrick-template.version}</version>
<exclusions>
<exclusion>
<artifactId>slf4j-api</artifactId>
@@ -192,7 +202,7 @@
<dependency>
<groupId>io.pebbletemplates</groupId>
<artifactId>pebble</artifactId>
<version>3.2.2</version>
<version>${pebble.version}</version>
<exclusions>
<exclusion>
<artifactId>slf4j-api</artifactId>
@@ -222,7 +232,7 @@
<dependency>
<groupId>com.github.mwiede</groupId>
<artifactId>jsch</artifactId>
<version>0.2.21</version>
<version>${jsch.version}</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
@@ -250,7 +260,7 @@
<dependency>
<groupId>ch.ethz.ganymed</groupId>
<artifactId>ganymed-ssh2</artifactId>
<version>262</version>
<version>${ganymed-ssh2.version}</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
@@ -349,7 +359,7 @@
<dependency>
<groupId>com.hankcs</groupId>
<artifactId>hanlp</artifactId>
<version>portable-1.8.5</version>
<version>portable-1.8.6</version>
<optional>true</optional>
</dependency>
<dependency>
@@ -471,8 +481,7 @@
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<!-- 固定7.x支持jdk8 -->
<version>7.0.5.Final</version>
<version>8.0.2.Final</version>
<scope>test</scope>
<exclusions>
<exclusion>
@@ -553,7 +562,7 @@
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>3.0.2</version>
<version>${jaxb-runtime.version}</version>
<scope>provided</scope>
</dependency>
<!-- MQ实现 -->