升级oshi到最新版本6.2.1

This commit is contained in:
RuoYi 2022-07-14 19:50:55 +08:00
parent 33b63e0c10
commit d4c4d59464
2 changed files with 1 additions and 8 deletions

View File

@ -36,7 +36,7 @@
<kaptcha.version>2.3.2</kaptcha.version>
<swagger.version>3.0.0</swagger.version>
<poi.version>4.1.2</poi.version>
<oshi.version>6.1.6</oshi.version>
<oshi.version>6.2.1</oshi.version>
<velocity.version>2.3</velocity.version>
<oracle.version>10.2.0.4.0</oracle.version>
</properties>

View File

@ -62,13 +62,6 @@ public class KaptchaTextCreator extends DefaultTextCreator
suChinese.append(CNUMBERS[x]);
}
}
else
{
result = x + y;
suChinese.append(CNUMBERS[x]);
suChinese.append("+");
suChinese.append(CNUMBERS[y]);
}
suChinese.append("=?@" + result);
return suChinese.toString();
}