webcompere / system-stubs

System Stubs - Test Doubles for Java System resources
MIT License
92 stars 12 forks source link

Upgrade version of bytebuddy to support Java 22 and 23 #88

Closed prasaanth-hbo closed 1 month ago

prasaanth-hbo commented 1 month ago

Fix version of bytebuddy to support Java 22 and 23.

Bytebuddy support 23 since 1.14.16

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 80.14%. Comparing base (c63102c) to head (725fc00). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #88 +/- ## ========================================= Coverage 80.14% 80.14% Complexity 343 343 ========================================= Files 49 49 Lines 836 836 Branches 44 44 ========================================= Hits 670 670 Misses 149 149 Partials 17 17 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

ashleyfrieze commented 1 month ago

Will need to release this manually.

josrolgil commented 1 month ago

Hi, what does it mean to release it manually? I am interested in updating this library in my project. Thanks!