This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/biz.aQute.bnd-biz.aQute.bndlib-5.1.2 in repository https://gitbox.apache.org/repos/asf/commons-lang.git.
discard dc8fa4d Bump biz.aQute.bndlib from 5.1.1 to 5.1.2 add b99969c Enable Dependabot #587. add a8c4c01 Add missing header. add d0e2208 Drop Java 12 and 13 from GitHub builds. add 88dbef4 Add early access builds to GitHub builds. add eb3d1f5 Allow Java early access builds to fail. add 4e94604 Java 16-ea appears to not be supported by GitHub yet. add 3276da8 Better names in test. Use final. Sort members. add ba7505d LANG-1592: Correct implementation of RandomUtils.nextLong(long, long) add 37de491 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.git add c24701e Bump spotbugs-maven-plugin from 4.0.0 to 4.0.4 (#593) add cb9a59c Update spotbugs-maven-plugin from 4.0.0 to 4.0.4. add 3ae48c2 Bump biz.aQute.bndlib from 5.1.1 to 5.1.2 This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (dc8fa4d) \ N -- N -- N refs/heads/dependabot/maven/biz.aQute.bnd-biz.aQute.bndlib-5.1.2 (3ae48c2) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .github/dependabot.yml | 15 +++ .github/workflows/maven.yml | 7 +- pom.xml | 2 +- src/changes/changes.xml | 5 +- .../java/org/apache/commons/lang3/RandomUtils.java | 24 +++- .../org/apache/commons/lang3/RandomUtilsTest.java | 25 ++++ .../concurrent/locks/LockingVisitorsTest.java | 140 ++++++++++----------- 7 files changed, 143 insertions(+), 75 deletions(-)