This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new b95c5d048 Make RandomUtils.insecure() public
b95c5d048 is described below

commit b95c5d04839b2f6a46830e0a6c6c59786641da2f
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Aug 8 07:25:38 2024 -0400

    Make RandomUtils.insecure() public
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e6ac9e638..a285d581c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,7 +45,7 @@ The <action> type attribute can be add,update,fix,remove.
     <title>Apache Commons Lang Release Notes</title>
   </properties>
   <body>
-  <release version="3.16.1" date="YYYY-MM-DD" description="This is a feature 
and maintenance release. Java 8 or later is required.">
+  <release version="3.17.0" date="YYYY-MM-DD" description="This is a feature 
and maintenance release. Java 8 or later is required.">
     <!-- FIX -->
     <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">Deprecate static RandomUtils.next*() methods in favor or .secure() and 
.insecure() versions.</action>
     <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">Deprecate static RandomStringUtils.random*() methods in favor or 
.secure() and .insecure() versions.</action>

Reply via email to