Compare commits
13 Commits
31bb990d82
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 53b8c4c23f | |||
|
|
b49c1dd515 | ||
| f8beb03362 | |||
|
|
237f6d3890 | ||
| f5528fbfad | |||
| 90c97f211b | |||
| 42dee2e4ad | |||
| 66eb6108cd | |||
| 82f950e71d | |||
| cceabb0c8d | |||
| 62de8e4885 | |||
| 9f7460e959 | |||
| 90d4c5e5f6 |
10
pom.xml
10
pom.xml
@@ -7,19 +7,19 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>3.5.11</version>
|
||||
<version>3.5.13</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
|
||||
<groupId>com.imyeyu.spring</groupId>
|
||||
<artifactId>timi-spring</artifactId>
|
||||
<version>0.0.9</version>
|
||||
<version>0.0.11</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<properties>
|
||||
<java.version>21</java.version>
|
||||
<maven.test.skip>true</maven.test.skip>
|
||||
<springboot.version>3.5.11</springboot.version>
|
||||
<springboot.version>3.5.13</springboot.version>
|
||||
<maven.compiler.source>21</maven.compiler.source>
|
||||
<maven.compiler.target>21</maven.compiler.target>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
@@ -131,12 +131,12 @@
|
||||
<dependency>
|
||||
<groupId>org.mybatis.spring.boot</groupId>
|
||||
<artifactId>mybatis-spring-boot-starter</artifactId>
|
||||
<version>3.0.3</version>
|
||||
<version>3.0.5</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-pool2</artifactId>
|
||||
<version>2.12.0</version>
|
||||
<version>2.13.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.imyeyu.io</groupId>
|
||||
|
||||
Reference in New Issue
Block a user