build: 升级依赖版本

This commit is contained in:
zhouhao 2025-07-05 21:21:33 +08:00
parent bfa8c8ea03
commit 8af4d7eecc
2 changed files with 18 additions and 9 deletions

View File

@ -56,6 +56,16 @@
<profiles>
<profile>
<id>oracle</id>
<dependencies>
<dependency>
<groupId>com.oracle.database.r2dbc</groupId>
<artifactId>oracle-r2dbc</artifactId>
</dependency>
</dependencies>
</profile>
<profile>
<id>osx-x86_64</id>
<activation>

17
pom.xml
View File

@ -25,7 +25,7 @@
<!-- 基础通用模块依赖,快照版本表示正在持续迭代.发布后将同步到maven中央仓库 -->
<!-- https://github.com/hs-web/hsweb-framework -->
<hsweb.framework.version>5.0.0</hsweb.framework.version>
<hsweb.framework.version>5.0.1-SNAPSHOT</hsweb.framework.version>
<!-- https://github.com/hs-web/hsweb-easy-orm -->
<easyorm.version>4.2.0</easyorm.version>
<!-- https://github.com/jetlinks/jetlinks -->
@ -250,14 +250,6 @@
</properties>
</configuration>
<executions>
<!-- 在validate阶段自动检查许可证头 -->
<execution>
<id>check-license</id>
<goals>
<goal>check</goal>
</goals>
<phase>validate</phase>
</execution>
<!-- 手动执行更新许可证头 -->
<execution>
<id>format-license</id>
@ -802,6 +794,13 @@
<version>${grpc.version}</version>
</dependency>
<dependency>
<groupId>com.oracle.database.r2dbc</groupId>
<artifactId>oracle-r2dbc</artifactId>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>io.asyncer</groupId>
<artifactId>r2dbc-mysql</artifactId>