mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 00:58:24 +08:00
Merge branch 'main' of https://github.com/mybatis-flex/mybatis-flex
This commit is contained in:
commit
4afb6dc9f6
@ -31,13 +31,13 @@
|
||||
<dependency>
|
||||
<groupId>org.yaml</groupId>
|
||||
<artifactId>snakeyaml</artifactId>
|
||||
<version>1.33</version>
|
||||
<version>2.0</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.h2database</groupId>
|
||||
<artifactId>h2</artifactId>
|
||||
<version>1.4.199</version>
|
||||
<version>2.1.210</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
||||
@ -37,13 +37,13 @@
|
||||
<dependency>
|
||||
<groupId>org.yaml</groupId>
|
||||
<artifactId>snakeyaml</artifactId>
|
||||
<version>1.33</version>
|
||||
<version>2.0</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.h2database</groupId>
|
||||
<artifactId>h2</artifactId>
|
||||
<version>1.4.199</version>
|
||||
<version>2.1.210</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
||||
2
pom.xml
2
pom.xml
@ -60,7 +60,7 @@
|
||||
<mybatis-velocity.version>2.1.2</mybatis-velocity.version>
|
||||
<mybatis-thymeleaf.version>1.0.4</mybatis-thymeleaf.version>
|
||||
|
||||
<mysql.version>5.1.49</mysql.version>
|
||||
<mysql.version>8.0.28</mysql.version>
|
||||
<HikariCP.version>4.0.3</HikariCP.version>
|
||||
|
||||
<spring.version>5.3.25</spring.version>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user