|
5 | 5 |
|
6 | 6 | <groupId>apijson.boot</groupId> |
7 | 7 | <artifactId>apijson-boot-multi-datasource</artifactId> |
8 | | - <version>6.0.0</version> |
| 8 | + <version>6.1.0</version> |
9 | 9 | <packaging>jar</packaging> |
10 | 10 |
|
11 | 11 | <name>APIJSONBoot-MultiDataSource</name> |
|
37 | 37 | <dependency> |
38 | 38 | <groupId>com.github.TommyLemon</groupId> |
39 | 39 | <artifactId>unitauto-java</artifactId> |
40 | | - <version>2.7.2</version> |
| 40 | + <version>2.9.0</version> |
41 | 41 | </dependency> |
42 | 42 | <dependency> |
43 | 43 | <groupId>com.github.TommyLemon</groupId> |
44 | 44 | <artifactId>unitauto-jar</artifactId> |
45 | | - <version>2.7.2</version> |
| 45 | + <version>2.9.0</version> |
46 | 46 | </dependency> |
47 | 47 | <dependency> |
48 | 48 | <groupId>io.github.classgraph</groupId> |
|
56 | 56 | <dependency> |
57 | 57 | <groupId>com.github.Tencent</groupId> |
58 | 58 | <artifactId>APIJSON</artifactId> |
59 | | - <version>6.0.0</version> |
| 59 | + <version>6.1.0</version> |
60 | 60 | </dependency> |
61 | 61 | <dependency> |
62 | 62 | <groupId>com.github.APIJSON</groupId> |
63 | 63 | <artifactId>apijson-framework</artifactId> |
64 | | - <version>6.0.0</version> |
| 64 | + <version>6.1.0</version> |
65 | 65 | </dependency> |
66 | 66 | <dependency> |
67 | 67 | <groupId>com.github.APIJSON</groupId> |
68 | 68 | <artifactId>apijson-column</artifactId> |
69 | | - <version>1.5.0</version> |
| 69 | + <version>1.6.0</version> |
70 | 70 | </dependency> |
71 | 71 | <dependency> |
72 | 72 | <groupId>com.github.APIJSON</groupId> |
73 | 73 | <artifactId>apijson-router</artifactId> |
74 | | - <version>1.5.0</version> |
| 74 | + <version>1.6.0</version> |
75 | 75 | </dependency> |
76 | 76 | <!-- 可使用 libs 目录的 apijson-orm.jar, apijson-framework.jar, apijson-column.jar 来替代,两种方式二选一 >>>>>>>>>> --> |
77 | 77 |
|
78 | 78 | <!-- 需要用的数据库 JDBC 驱动 --> |
79 | 79 | <dependency> |
80 | 80 | <groupId>mysql</groupId> |
81 | 81 | <artifactId>mysql-connector-java</artifactId> |
82 | | - <version>8.0.29</version> |
| 82 | + <version>8.0.33</version> |
83 | 83 | </dependency> |
84 | 84 | <dependency> |
85 | 85 | <groupId>org.postgresql</groupId> |
86 | 86 | <artifactId>postgresql</artifactId> |
87 | | - <version>42.3.4</version> |
| 87 | + <version>42.3.8</version> |
88 | 88 | </dependency> |
89 | 89 | <dependency> |
90 | 90 | <groupId>net.sourceforge.jtds</groupId> |
|
106 | 106 | <artifactId>taos-jdbcdriver</artifactId> |
107 | 107 | <version>2.0.38</version> |
108 | 108 | </dependency> |
109 | | - <dependency> |
110 | | - <groupId>org.nebula-contrib</groupId> |
111 | | - <artifactId>nebula-jdbc</artifactId> |
112 | | - <version>3.0.0</version> |
113 | | - </dependency> |
| 109 | +<!-- <dependency>--> |
| 110 | +<!-- <groupId>org.nebula-contrib</groupId>--> |
| 111 | +<!-- <artifactId>nebula-jdbc</artifactId>--> |
| 112 | +<!-- <version>3.0.0</version>--> |
| 113 | +<!-- </dependency>--> |
114 | 114 | <dependency> |
115 | 115 | <groupId>org.influxdb</groupId> |
116 | 116 | <artifactId>influxdb-java</artifactId> |
|
0 commit comments