Skip to content

Commit 1cb50e2

Browse files
authored
Update pom.xml
1 parent 2296b80 commit 1cb50e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>apijson.framework</groupId>
77
<artifactId>apijson-framework</artifactId>
8-
<version>4.2.1</version>
8+
<version>4.2.2</version>
99
<packaging>jar</packaging>
1010

1111
<name>APIJSONFramework</name>
@@ -21,12 +21,12 @@
2121
<dependency>
2222
<groupId>com.alibaba</groupId>
2323
<artifactId>fastjson</artifactId>
24-
<version>1.2.61</version>
24+
<version>1.2.73</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>com.github.APIJSON</groupId>
2828
<artifactId>apijson-orm</artifactId>
29-
<version>LATEST</version>
29+
<version>4.2.1</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>javax.servlet</groupId>
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>mysql</groupId>
4141
<artifactId>mysql-connector-java</artifactId>
42-
<version>8.0.11</version>
42+
<version>8.0.16</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>org.postgresql</groupId>

0 commit comments

Comments
 (0)