<dependency> <groupId>cn.hutool</groupId> <artifactId>hutool-all</artifactId> <version>6.0.0-M6</version> </dependency> Run your build with the "update snapshots/releases" flag to force Maven/Gradle to re-download from Central.
<dependency> <groupId>cn.hutool</groupId> <artifactId>hutool-all</artifactId> <version>5.8.26</version> </dependency> hutool 26 download fixed
Have you verified the fix? Let the community know on Stack Overflow with the tag hutool . <dependency> <groupId>cn
mvn clean compile -U