update dependencies, migrate RandomStringUtils
This commit is contained in:
+1
-1
@@ -182,7 +182,7 @@ public class TimeslotValidator implements Validator {
|
||||
}
|
||||
|
||||
if (!StringUtils.hasText(timeslot.getSecret())) {
|
||||
timeslot.setSecret(RandomStringUtils.random(STREAM_SECRET_LENGTH, true, true));
|
||||
timeslot.setSecret(RandomStringUtils.secure().next(STREAM_SECRET_LENGTH, true, true));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user