build(deps): bump commons-io:commons-io from 2.11.0 to 2.14.0

Beta
This commit is contained in:
yanqs 2024-10-13 21:15:16 +08:00
parent 0585546be0
commit 3ddc94758d
2 changed files with 6 additions and 6 deletions

View File

@ -43,7 +43,6 @@ bcrjl/rss-reader:latest
## TODO
1. 微博视频本地保存及上传AList
2. 图片/视频本地保存性能提升
3. 订阅请求增加代理配置
4. ...
1. 订阅请求增加代理配置
2推送渠道企业微信、钉钉等
3...

View File

@ -6,7 +6,7 @@
<groupId>com.bcrjl.rss</groupId>
<artifactId>rss-reader</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<name>RSS订阅阅读器</name>
<properties>
@ -24,6 +24,7 @@
<lombok.version>1.18.34</lombok.version>
<hutool.version>5.8.29</hutool.version>
<javax.mail.version>1.6.2</javax.mail.version>
<commons.io.version>2.14.0</commons.io.version>
</properties>
@ -77,7 +78,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
<version>${commons.io.version}</version>
</dependency>
<!-- HuTool -->