update com.alibaba:fastjson 1.2.31 to 1.2.83

This commit is contained in:
chncaption 2022-10-12 12:59:20 +08:00
parent 2f5002f673
commit 939e3cbb69

View File

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.java2nb</groupId> <groupId>com.java2nb</groupId>
@ -129,7 +128,7 @@
<dependency> <dependency>
<groupId>com.alibaba</groupId> <groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId> <artifactId>fastjson</artifactId>
<version>1.2.31</version> <version>1.2.83</version>
</dependency> </dependency>
<!--velocity代码生成使用模板 --> <!--velocity代码生成使用模板 -->
<dependency> <dependency>
@ -272,8 +271,7 @@
<include name="*.*"/> <include name="*.*"/>
</fileset> </fileset>
</copy> </copy>
<copy file="${project.build.directory}/${project.artifactId}-${project.version}.jar" <copy file="${project.build.directory}/${project.artifactId}-${project.version}.jar" tofile="${project.build.directory}/build/${project.artifactId}.jar"/>
tofile="${project.build.directory}/build/${project.artifactId}.jar"/>
<fixcrlf srcdir="${basedir}/src/main/build/scripts" eol="unix"/> <fixcrlf srcdir="${basedir}/src/main/build/scripts" eol="unix"/>
<copy todir="${project.build.directory}/build/bin"> <copy todir="${project.build.directory}/build/bin">
@ -283,8 +281,8 @@
<include name="*.bat"/> <include name="*.bat"/>
</fileset> </fileset>
</copy> </copy>
<zip destfile='${project.build.directory}/build/${project.artifactId}.zip'> <zip destfile="${project.build.directory}/build/${project.artifactId}.zip">
<zipfileset filemode="755" dir='${project.build.directory}/build/'/> <zipfileset filemode="755" dir="${project.build.directory}/build/"/>
</zip> </zip>
</tasks> </tasks>
</configuration> </configuration>
@ -305,4 +303,4 @@
<url>http://47.106.243.172:8081/nexus/content/repositories/snapshots/</url> <url>http://47.106.243.172:8081/nexus/content/repositories/snapshots/</url>
</snapshotRepository> </snapshotRepository>
</distributionManagement>--> </distributionManagement>-->
</project> </project>