simple-robot / simpler-robot

Simple Robot,一个bot风格的Kotlin多平台事件调度框架,异步高效、Java友好!/ A Bot-style Kotlin Multiplatform event scheduling framework, asynchronous and high-performance, java-friendly! 🐱😼😻😸
https://simbot.forte.love
GNU Lesser General Public License v3.0
520 stars 43 forks source link

kook组件库高低版本识别错误 #720

Closed axiangcoding closed 1 year ago

axiangcoding commented 1 year ago

版本号

v3

附加版本

No response

涉及的编程语言

Java

项目构建工具

Gradle

涉及的组件库

KOOK

问题描述

maven仓库中,不知道为什么错误识别了较老的版本为最新的版本,即将 simbot-component-kook-core:3.0.0.0.preview.14.0视为高于 simbot-component-kook-core:3.0.0.0-alpha.6 的版本,见 https://mvnrepository.com/artifact/love.forte.simbot.component/simbot-component-kook-core/3.0.0.0-alpha.6

导致github dependabot自动更新会更新到低版本

复现方式

https://github.com/axbot-dev/axbot/pull/173

相关日志

No response

其他补充

建议调整该规则,避免dependabot的错误更新

ForteScarlet commented 1 year ago

https://issues.sonatype.org/browse/MVNCENTRAL-8031

这是早期版本命名不规范导致的。直到更新到下一个阶段版本(比如 v3.1.0.0-xxxv3.0.0.1-xxx 之外没有解决办法