升级oshi到最新版本6.2.1
This commit is contained in:
parent
33b63e0c10
commit
d4c4d59464
2
pom.xml
2
pom.xml
@ -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>
|
||||
|
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user