Skip to content

Commit

Permalink
Merge pull request ssssssss-team#45 from chncaption/oscs_fix_cd35gc8a…
Browse files Browse the repository at this point in the history
…u51of7vbl0ug

fix(sec): upgrade commons-io:commons-io to 2.7
  • Loading branch information
nekolr authored Oct 12, 2022
2 parents e33a8dc + b4645a9 commit 42f83ff
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?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"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>org.spiderflow</groupId>
<artifactId>spider-flow</artifactId>
Expand All @@ -24,7 +22,7 @@
<mybatis.plus.version>3.1.0</mybatis.plus.version>
<apache.commons.text.verion>1.6</apache.commons.text.verion>
<apache.commons.csv.verion>1.8</apache.commons.csv.verion>
<commons.io.version>2.6</commons.io.version>
<commons.io.version>2.7</commons.io.version>
<guava.version>28.2-jre</guava.version>
<jsoup.version>1.11.3</jsoup.version>
<xsoup.version>0.3.1</xsoup.version>
Expand Down Expand Up @@ -171,4 +169,4 @@
<module>spider-flow-core</module>
<module>spider-flow-web</module>
</modules>
</project>
</project>

0 comments on commit 42f83ff

Please sign in to comment.