|
@@ -5,7 +5,7 @@
|
|
|
|
|
|
<groupId>com.aizuda</groupId>
|
|
|
<artifactId>aizuda-framework</artifactId>
|
|
|
- <version>1.0.1</version>
|
|
|
+ <version>1.0.2</version>
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
<name>aizuda-framework</name>
|
|
@@ -28,9 +28,9 @@
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
|
<java.version>17</java.version>
|
|
|
- <mybatisplus.version>3.5.6</mybatisplus.version>
|
|
|
+ <mybatisplus.version>3.5.7</mybatisplus.version>
|
|
|
<kisso.version>3.9.1</kisso.version>
|
|
|
- <postgresql.version>42.5.1</postgresql.version>
|
|
|
+ <postgresql.version>42.7.3</postgresql.version>
|
|
|
<skipTests>true</skipTests>
|
|
|
</properties>
|
|
|
|
|
@@ -39,12 +39,12 @@
|
|
|
<dependency>
|
|
|
<groupId>org.springdoc</groupId>
|
|
|
<artifactId>springdoc-openapi-starter-common</artifactId>
|
|
|
- <version>2.2.0</version>
|
|
|
+ <version>2.5.0</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>jakarta.servlet</groupId>
|
|
|
<artifactId>jakarta.servlet-api</artifactId>
|
|
|
- <version>6.0.0</version>
|
|
|
+ <version>6.1.0</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.jodd</groupId>
|
|
@@ -54,7 +54,7 @@
|
|
|
<dependency>
|
|
|
<groupId>commons-io</groupId>
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
- <version>2.11.0</version>
|
|
|
+ <version>2.16.1</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>commons-collections</groupId>
|
|
@@ -64,12 +64,12 @@
|
|
|
<dependency>
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
- <version>3.12.0</version>
|
|
|
+ <version>3.14.0</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.lmax</groupId>
|
|
|
<artifactId>disruptor</artifactId>
|
|
|
- <version>3.4.4</version>
|
|
|
+ <version>4.0.0</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.baomidou</groupId>
|
|
@@ -106,7 +106,7 @@
|
|
|
<dependency>
|
|
|
<groupId>com.aizuda</groupId>
|
|
|
<artifactId>aizuda-toolkit</artifactId>
|
|
|
- <version>0.0.3</version>
|
|
|
+ <version>1.0.0</version>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
</dependencyManagement>
|