Skip to content

Commit 47dad22

Browse files
committedApr 20, 2025
升级 apijson-framework 7.2.1,apijson-fastjson2 1.0.1
1 parent 7e4dca6 commit 47dad22

File tree

1 file changed

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

1 file changed

+3
-3
lines changed
 

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>apijson.boot</groupId>
77
<artifactId>apijson-boot-multi-datasource</artifactId>
8-
<version>7.1.7</version>
8+
<version>7.2.0</version>
99
<packaging>jar</packaging>
1010

1111
<name>APIJSONBoot-MultiDataSource</name>
@@ -69,12 +69,12 @@
6969
<dependency>
7070
<groupId>com.github.APIJSON</groupId>
7171
<artifactId>apijson-framework</artifactId>
72-
<version>7.2.0</version>
72+
<version>7.2.1</version>
7373
</dependency>
7474
<dependency>
7575
<groupId>com.github.APIJSON</groupId>
7676
<artifactId>apijson-fastjson2</artifactId>
77-
<version>1.0.0</version>
77+
<version>1.0.1</version>
7878
</dependency>
7979

8080
<!-- 7.9.0 及以下需要依赖 apijson-column -->

0 commit comments

Comments
 (0)
Please sign in to comment.