Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mockito from 5.14.1 to 5.14.2, objenesis from 3.2 to 3.3 and bytebuddy from 1.15.4 to 1.15.10 #16655

Merged
merged 7 commits into from
Nov 15, 2024

Conversation

cwperks
Copy link
Member

@cwperks cwperks commented Nov 15, 2024

Description

Bumps the version of mockito from 5.14.1 to 5.14.2, objenesis from 3.2 to 3.3 and bytebuddy from 1.15.4 to 1.15.10

Check List

  • Functionality includes testing.
  • API changes companion pull request created, if applicable.
  • Public documentation issue/PR created, if applicable.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Craig Perkins <[email protected]>
gradle/libs.versions.toml Outdated Show resolved Hide resolved
Copy link
Contributor

❌ Gradle check result for eec394d: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Signed-off-by: Craig Perkins <[email protected]>
@cwperks cwperks changed the title Bump mockito from 5.14.1 to 5.14.2 and objenesis from 3.2 to 3.3 Bump mockito from 5.14.1 to 5.14.2, objenesis from 3.2 to 3.3 and bytebuddy from 1.15.4 to 1.15.10 Nov 15, 2024
@reta reta added skip-changelog dependencies Pull requests that update a dependency file backport 2.x Backport to 2.x branch labels Nov 15, 2024
Copy link
Contributor

❌ Gradle check result for 93cb5e6: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

@cwperks
Copy link
Member Author

cwperks commented Nov 15, 2024

java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "createClassLoader")

Signed-off-by: Craig Perkins <[email protected]>
Copy link
Contributor

❌ Gradle check result for c490e3b: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

@reta
Copy link
Collaborator

reta commented Nov 15, 2024

java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "createClassLoader")

We may need to update https://github.com/opensearch-project/OpenSearch/blob/main/libs/common/src/test/resources/org/opensearch/bootstrap/test.policy as well (new permission)

Signed-off-by: Craig Perkins <[email protected]>
@cwperks
Copy link
Member Author

cwperks commented Nov 15, 2024

Added the missing perms

Copy link
Contributor

✅ Gradle check result for f5ec045: SUCCESS

Copy link

codecov bot commented Nov 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.01%. Comparing base (3b9ca63) to head (f5ec045).
Report is 3 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main   #16655      +/-   ##
============================================
+ Coverage     71.99%   72.01%   +0.02%     
+ Complexity    65153    65139      -14     
============================================
  Files          5318     5318              
  Lines        303903   303903              
  Branches      43970    43970              
============================================
+ Hits         218804   218865      +61     
+ Misses        67138    67106      -32     
+ Partials      17961    17932      -29     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@reta reta merged commit 3b4fa0e into opensearch-project:main Nov 15, 2024
38 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Nov 15, 2024
…ebuddy from 1.15.4 to 1.15.10 (#16655)

* Bump mockito from 5.14.1 to 5.14.2

Signed-off-by: Craig Perkins <[email protected]>

* Update objenesis from 3.2 to 3.3

Signed-off-by: Craig Perkins <[email protected]>

* Add to CHANGELOG

Signed-off-by: Craig Perkins <[email protected]>

* Update bytebuddy from 1.15.4 to 1.15.10

Signed-off-by: Craig Perkins <[email protected]>

* Update README

Signed-off-by: Craig Perkins <[email protected]>

* Add grant to mockito-core

Signed-off-by: Craig Perkins <[email protected]>

* Add perms

Signed-off-by: Craig Perkins <[email protected]>

---------

Signed-off-by: Craig Perkins <[email protected]>
(cherry picked from commit 3b4fa0e)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
reta pushed a commit that referenced this pull request Nov 15, 2024
…ebuddy from 1.15.4 to 1.15.10 (#16655) (#16657)

* Bump mockito from 5.14.1 to 5.14.2



* Update objenesis from 3.2 to 3.3



* Add to CHANGELOG



* Update bytebuddy from 1.15.4 to 1.15.10



* Update README



* Add grant to mockito-core



* Add perms



---------


(cherry picked from commit 3b4fa0e)

Signed-off-by: Craig Perkins <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x Backport to 2.x branch dependencies Pull requests that update a dependency file skip-changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants