From f5c6cb60ab09fc49b8ac5bf75992f2d2060b377e Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sat, 6 Jul 2024 09:28:20 -0400 Subject: [PATCH] Reimplement RandomStringUtils on top of SecureRandom#getInstanceStrong() #1235 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 1aa64155a..74c8de5c2 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -141,6 +141,7 @@ The type attribute can be add,update,fix,remove. Fix Javadoc for FluentBitSet.setInclusive(int, int) #1222. Same Javadoc changes as [TEXT-234] #1223. Remove duplicate static data in SerializationUtils.ClassLoaderAwareObjectInputStream. + Reimplement RandomStringUtils on top of SecureRandom#getInstanceStrong() #1235. Bump commons-parent from 64 to 71 #1194, #1233. Bump org.codehaus.mojo:exec-maven-plugin from 3.1.1 to 3.3.0 #1175, #1224.