mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 17:18:24 +08:00
commit
30c69d8621
@ -65,7 +65,7 @@
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
<artifactId>jackson-databind</artifactId>
|
||||
<version>2.14.2</version>
|
||||
<version>2.15.0</version>
|
||||
<scope>compile</scope>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
|
||||
@ -68,7 +68,7 @@
|
||||
<dependency>
|
||||
<groupId>com.alibaba</groupId>
|
||||
<artifactId>druid</artifactId>
|
||||
<version>1.2.16</version>
|
||||
<version>1.2.17</version>
|
||||
<scope>compile</scope>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
@ -76,7 +76,7 @@
|
||||
<dependency>
|
||||
<groupId>com.github.chris2018998</groupId>
|
||||
<artifactId>beecp</artifactId>
|
||||
<version>3.4.0</version>
|
||||
<version>3.4.1</version>
|
||||
<scope>compile</scope>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
|
||||
4
pom.xml
4
pom.xml
@ -54,7 +54,7 @@
|
||||
<maven.compiler.source>8</maven.compiler.source>
|
||||
<maven.compiler.target>8</maven.compiler.target>
|
||||
|
||||
<mybatis.version>3.5.11</mybatis.version>
|
||||
<mybatis.version>3.5.13</mybatis.version>
|
||||
<mybatis-spring.version>2.0.7</mybatis-spring.version>
|
||||
<mybatis-freemarker.version>1.2.4</mybatis-freemarker.version>
|
||||
<mybatis-velocity.version>2.1.2</mybatis-velocity.version>
|
||||
@ -64,7 +64,7 @@
|
||||
<HikariCP.version>4.0.3</HikariCP.version>
|
||||
|
||||
<spring.version>5.3.25</spring.version>
|
||||
<spring-boot.version>2.7.10</spring-boot.version>
|
||||
<spring-boot.version>2.7.11</spring-boot.version>
|
||||
<solon.version>2.2.14</solon.version>
|
||||
|
||||
<junit.version>4.13.2</junit.version>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user