We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de55659 commit 0933b81Copy full SHA for 0933b81
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>apijson.column</groupId>
7
<artifactId>apijson-column</artifactId>
8
- <version>1.5.0</version>
+ <version>1.6.0</version>
9
<packaging>jar</packaging>
10
11
<name>apijson-column</name>
@@ -29,7 +29,7 @@
29
<dependency>
30
<groupId>com.github.Tencent</groupId>
31
<artifactId>APIJSON</artifactId>
32
- <version>6.0.0</version>
+ <version>6.1.0</version>
33
</dependency>
34
<!-- 可使用 libs 目录的 apijson-orm.jar 来替代,两种方式二选一 >>>>>>>>>> -->
35
@@ -40,6 +40,7 @@
40
<plugin>
41
<groupId>org.apache.maven.plugins</groupId>
42
<artifactId>maven-compiler-plugin</artifactId>
43
+ <version>3.8.1</version>
44
<configuration>
45
<source>1.8</source>
46
<target>1.8</target>
0 commit comments