From 61580f2c01b0d184c6b14ebd339f694f9e861ecd Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Tue, 10 Sep 2024 20:49:42 -0400 Subject: [PATCH] Fix handling of non-ASCII letters & numbers in RandomStringUtils #1273 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c9979573f..54d1ef251 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -50,6 +50,7 @@ The type attribute can be add,update,fix,remove. Fix flaky FileUtilsWaitForTest.testWaitForNegativeDuration(). Pick up exec-maven-plugin version from parent POM. Speed up and sanitize StopWatchTest. + Fix handling of non-ASCII letters & numbers in RandomStringUtils #1273. Bump org.apache.commons:commons-parent from 73 to 74 #1267.