This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.mockito-mockito-core-5.11.0 in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
discard a3e53a82 Bump org.mockito:mockito-core from 4.11.0 to 5.11.0 add 18c39f0e Bump actions/setup-java from 4.0.0 to 4.1.0 (#279) add 7aa00268 Bump codecov/codecov-action from 4.0.2 to 4.1.0 (#282) add acbbd016 Bump github/codeql-action from 3.24.5 to 3.24.6 (#281) add a8ec2341 Bump actions/cache from 4.0.0 to 4.0.1 (#280) add b310fcc2 Use final add 4e3c7842 Bump org.apache.commons:commons-parent from 66 to 67 (#283) add 5d2ddc41 Bump org.apache.commons:commons-parent from 66 to 67 #283 add e84df96c Bump org.jetbrains.kotlin:kotlin-stdlib from 1.9.22 to 1.9.23 (#284) add f5718749 Bump org.jetbrains.kotlin:kotlin-stdlib from 1.9.22 to 1.9.23 #284 add 37411f3b Bump github/codeql-action from 3.24.6 to 3.24.7 (#286) add 77f1ff9d Bump actions/setup-java from 4.1.0 to 4.2.1 (#287) add 9c026fe9 Bump actions/checkout from 4.1.1 to 4.1.2 (#285) add c152e932 Checkstyle: Don't allow trailing whitespace add f731ed11 Checkstyle test fixes add 7adeae96 Checkstyle test fixes add 6fc28851 Use Java 5's String#contains() add 96fe4f95 Use better JUnit API add 0f1ffca7 Bump github/codeql-action from 3.24.7 to 3.24.9 (#291) add 202be39e Bump actions/cache from 4.0.1 to 4.0.2 (#292) add 9e4e369e Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-bcel.git add 4ae577cd Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-bcel.git add 2e1bf49f Bump org.mockito:mockito-core from 4.11.0 to 5.11.0 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 (a3e53a82) \ N -- N -- N refs/heads/dependabot/maven/org.mockito-mockito-core-5.11.0 (2e1bf49f) 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/workflows/codeql-analysis.yml | 10 +- .github/workflows/coverage.yml | 8 +- .github/workflows/maven.yml | 6 +- .github/workflows/scorecards-analysis.yml | 4 +- docs/eps/classloader.fig | 94 +- docs/verifier/V_API_SD.eps | 4682 ++++++++++---------- pom.xml | 1211 ++--- src/changes/changes.xml | 4 +- src/conf/checkstyle-suppressions.xml | 5 +- src/conf/checkstyle.xml | 8 +- .../apache/bcel/verifier/structurals/Frame.java | 2 +- src/site/xdoc/index.xml | 174 +- src/test/java/org/apache/bcel/HandleTestCase.java | 296 +- .../ConstantPoolModuleToStringTestCase.java | 3 +- .../org/apache/bcel/classfile/UtilityTestCase.java | 46 +- .../java/org/apache/bcel/data/PLSETestClass2.java | 58 +- .../apache/bcel/generic/EmptyVisitorTestCase.java | 16 +- .../java/org/apache/bcel/generic/TypeTestCase.java | 3 +- .../org/apache/bcel/util/ClassPathTestCase.java | 92 +- .../bcel/util/ModularRuntimeImageTestCase.java | 150 +- .../apache/bcel/verifier/JiraBcel369TestCase.java | 4 +- .../org/apache/bcel/verifier/VerifierTestCase.java | 4 +- .../org/apache/bcel/verifier/tests/JvmOpCodes.java | 3 +- .../bcel/verifier/tests/TestReturn03Creator.java | 8 +- src/test/resources/StackMapExample2.java | 24 +- 25 files changed, 3471 insertions(+), 3444 deletions(-)