Make RandomUtils.insecure() public

This commit is contained in:
Gary Gregory 2024-08-08 07:24:37 -04:00
parent 0d9bda8967
commit 956c795f29
1 changed files with 5 additions and 5 deletions

10
pom.xml
View File

@ -26,7 +26,7 @@
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>commons-lang3</artifactId> <artifactId>commons-lang3</artifactId>
<version>3.16.1-SNAPSHOT</version> <version>3.17.0-SNAPSHOT</version>
<name>Apache Commons Lang</name> <name>Apache Commons Lang</name>
<inceptionYear>2001</inceptionYear> <inceptionYear>2001</inceptionYear>
@ -53,7 +53,7 @@
<connection>scm:git:http://gitbox.apache.org/repos/asf/commons-lang.git</connection> <connection>scm:git:http://gitbox.apache.org/repos/asf/commons-lang.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-lang.git</developerConnection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-lang.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=commons-lang.git</url> <url>https://gitbox.apache.org/repos/asf?p=commons-lang.git</url>
<tag>rel/commons-lang-3.15.0</tag> <tag>rel/commons-lang-3.17.0</tag>
</scm> </scm>
<!-- Lang should depend on very little --> <!-- Lang should depend on very little -->
@ -142,8 +142,8 @@
<commons.packageId>lang3</commons.packageId> <commons.packageId>lang3</commons.packageId>
<commons.module.name>org.apache.commons.lang3</commons.module.name> <commons.module.name>org.apache.commons.lang3</commons.module.name>
<!-- Current 3.x release series --> <!-- Current 3.x release series -->
<commons.release.version>3.16.0</commons.release.version> <commons.release.version>3.17.0</commons.release.version>
<commons.release.next>3.16.1</commons.release.next> <commons.release.next>3.17.1</commons.release.next>
<commons.release.desc>(Java 8+)</commons.release.desc> <commons.release.desc>(Java 8+)</commons.release.desc>
<!-- Previous 2.x release series --> <!-- Previous 2.x release series -->
<commons.release.2.version>2.6</commons.release.2.version> <commons.release.2.version>2.6</commons.release.2.version>
@ -166,7 +166,7 @@
<uberjar.name>benchmarks</uberjar.name> <uberjar.name>benchmarks</uberjar.name>
<!-- Commons Release Plugin --> <!-- Commons Release Plugin -->
<commons.bc.version>3.15.0</commons.bc.version> <commons.bc.version>3.16.0</commons.bc.version>
<commons.rc.version>RC1</commons.rc.version> <commons.rc.version>RC1</commons.rc.version>
<commons.release.isDistModule>true</commons.release.isDistModule> <commons.release.isDistModule>true</commons.release.isDistModule>
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/lang</commons.distSvnStagingUrl> <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/lang</commons.distSvnStagingUrl>