pom: 3.2.0 升级版本

This commit is contained in:
byteblogs168 2024-04-07 23:14:05 +08:00
parent 69e56c65c6
commit 7e06638542

View File

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.3</version> <version>3.2.2</version>
<relativePath/> <!-- lookup parent from repository --> <relativePath/> <!-- lookup parent from repository -->
</parent> </parent>
@ -44,17 +44,17 @@
<dependency> <dependency>
<groupId>com.aizuda</groupId> <groupId>com.aizuda</groupId>
<artifactId>easy-retry-client-starter</artifactId> <artifactId>easy-retry-client-starter</artifactId>
<version>3.2.0-SNAPSHOT</version> <version>3.2.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.aizuda</groupId> <groupId>com.aizuda</groupId>
<artifactId>easy-retry-client-core</artifactId> <artifactId>easy-retry-client-core</artifactId>
<version>3.2.0-SNAPSHOT</version> <version>3.2.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.aizuda</groupId> <groupId>com.aizuda</groupId>
<artifactId>easy-retry-client-job-core</artifactId> <artifactId>easy-retry-client-job-core</artifactId>
<version>3.2.0-SNAPSHOT</version> <version>3.2.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.freemarker</groupId> <groupId>org.freemarker</groupId>