Skip to content

Commit 421f5e1

Browse files
committed
升级 Jedis 5.1.2,spring-boot-maven-plugin 3.2.5
1 parent 35be8b0 commit 421f5e1

File tree

1 file changed

+4
-4
lines changed
  • APIJSON-Java-Server/APIJSONBoot-MultiDataSource

1 file changed

+4
-4
lines changed

APIJSON-Java-Server/APIJSONBoot-MultiDataSource/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@
208208
<!-- <version>1.0.3</version>-->
209209
<!-- <exclusions>-->
210210
<!-- <exclusion>-->
211-
<!-- <groupId>org.apache.logging.log4j</groupId>-->
212-
<!-- <artifactId>log4j-slf4j-impl</artifactId>-->
211+
<!-- <groupId>org.apache.logging.log4j</groupId>-->
212+
<!-- <artifactId>log4j-slf4j-impl</artifactId>-->
213213
<!-- </exclusion>-->
214214
<!-- </exclusions>-->
215215
<!-- </dependency>-->
@@ -281,7 +281,7 @@
281281
<dependency>
282282
<groupId>redis.clients</groupId>
283283
<artifactId>jedis</artifactId>
284-
<version>3.9.0</version>
284+
<version>5.1.2</version>
285285
</dependency>
286286

287287
<dependency>
@@ -321,7 +321,7 @@
321321
<plugin>
322322
<groupId>org.springframework.boot</groupId>
323323
<artifactId>spring-boot-maven-plugin</artifactId>
324-
<version>3.2.1</version>
324+
<version>3.2.5</version>
325325
<executions>
326326
<execution>
327327
<goals>

0 commit comments

Comments
 (0)