Skip to content

Commit 46f791b

Browse files
build(deps): Bump hutool.version from 5.8.32 to 5.8.33 (#1797)
* build(deps): Bump hutool.version from 5.8.32 to 5.8.33 Bumps `hutool.version` from 5.8.32 to 5.8.33. Updates `cn.hutool:hutool-core` from 5.8.32 to 5.8.33 - [Release notes](https://github.com/dromara/hutool/releases) - [Changelog](https://github.com/dromara/hutool/blob/v5-master/CHANGELOG.md) - [Commits](chinabugotech/hutool@5.8.32...5.8.33) Updates `cn.hutool:hutool-json` from 5.8.32 to 5.8.33 - [Release notes](https://github.com/dromara/hutool/releases) - [Changelog](https://github.com/dromara/hutool/blob/v5-master/CHANGELOG.md) - [Commits](chinabugotech/hutool@5.8.32...5.8.33) Updates `cn.hutool:hutool-crypto` from 5.8.32 to 5.8.33 - [Release notes](https://github.com/dromara/hutool/releases) - [Changelog](https://github.com/dromara/hutool/blob/v5-master/CHANGELOG.md) - [Commits](chinabugotech/hutool@5.8.32...5.8.33) Updates `cn.hutool:hutool-http` from 5.8.32 to 5.8.33 - [Release notes](https://github.com/dromara/hutool/releases) - [Changelog](https://github.com/dromara/hutool/blob/v5-master/CHANGELOG.md) - [Commits](chinabugotech/hutool@5.8.32...5.8.33) Updates `cn.hutool:hutool-poi` from 5.8.32 to 5.8.33 - [Release notes](https://github.com/dromara/hutool/releases) - [Changelog](https://github.com/dromara/hutool/blob/v5-master/CHANGELOG.md) - [Commits](chinabugotech/hutool@5.8.32...5.8.33) Updates `cn.hutool:hutool-log` from 5.8.32 to 5.8.33 - [Release notes](https://github.com/dromara/hutool/releases) - [Changelog](https://github.com/dromara/hutool/blob/v5-master/CHANGELOG.md) - [Commits](chinabugotech/hutool@5.8.32...5.8.33) Updates `cn.hutool:hutool-dfa` from 5.8.32 to 5.8.33 - [Release notes](https://github.com/dromara/hutool/releases) - [Changelog](https://github.com/dromara/hutool/blob/v5-master/CHANGELOG.md) - [Commits](chinabugotech/hutool@5.8.32...5.8.33) Updates `cn.hutool:hutool-extra` from 5.8.32 to 5.8.33 - [Release notes](https://github.com/dromara/hutool/releases) - [Changelog](https://github.com/dromara/hutool/blob/v5-master/CHANGELOG.md) - [Commits](chinabugotech/hutool@5.8.32...5.8.33) Updates `cn.hutool:hutool-cache` from 5.8.32 to 5.8.33 - [Release notes](https://github.com/dromara/hutool/releases) - [Changelog](https://github.com/dromara/hutool/blob/v5-master/CHANGELOG.md) - [Commits](chinabugotech/hutool@5.8.32...5.8.33) --- updated-dependencies: - dependency-name: cn.hutool:hutool-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: cn.hutool:hutool-json dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: cn.hutool:hutool-crypto dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: cn.hutool:hutool-http dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: cn.hutool:hutool-poi dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: cn.hutool:hutool-log dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: cn.hutool:hutool-dfa dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: cn.hutool:hutool-extra dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: cn.hutool:hutool-cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * docs: Add doc --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: 梦里不知身是客 <liang.tang.cx@gmail.com>
1 parent eec9f3a commit 46f791b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

core/src/main/java/com/tlcsdm/core/util/DependencyInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ private static class SingletonInstance {
6565
new Dependency("ch.qos.logback", "logback", "1.5.12", true, "http://logback.qos.ch",
6666
"GNU Lesser General Public License", "http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html"),
6767

68-
new Dependency("cn.hutool", "hutool", "5.8.32", true, "https://github.com/dromara/hutool",
68+
new Dependency("cn.hutool", "hutool", "5.8.33", true, "https://github.com/dromara/hutool",
6969
"Mulan Permissive Software License,Version 2", "https://license.coscl.org.cn/MulanPSL2"),
7070

7171
new Dependency("org.apache.commons", "commons-lang3", "3.17.0", true,

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ JavaFXTool基于JDK17 + JavaFX21 + controlsfx 11.x.x + maven构建的javafx脚
1414
| poi-ooxml | 5.3.0 | 用于Microsoft Documents的Java API |
1515
| freemarker | 2.3.33 | 模板引擎库 |
1616
| commons-lang3 | 3.17.0 | Java工具类库 |
17-
| hutool | 5.8.32 | Java工具类库 |
17+
| hutool | 5.8.33 | Java工具类库 |
1818
| logback | 1.5.12 | Java日志框架 |
1919
| commons-configuration2 | 2.11.0 | 用于从各种源读取配置数据 |
2020
| reflections | 0.10.2 | Java 运行时元数据分析 |

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
<aviator.version>5.4.3</aviator.version>
107107
<jaxen.version>2.0.0</jaxen.version>
108108
<sikulixapi.version>2.0.5</sikulixapi.version>
109-
<hutool.version>5.8.32</hutool.version>
109+
<hutool.version>5.8.33</hutool.version>
110110
<commons-lang3.version>3.17.0</commons-lang3.version>
111111
<logback-classic.version>1.5.12</logback-classic.version>
112112
<slf4j-api.version>2.0.16</slf4j-api.version>

0 commit comments

Comments
 (0)