adobe / log-parser

An SDK and Tool that allows you to analyse, sort, filter, and search your logs. The added value is that all data is stored in Java objects that can be used for other purposes such as: assertions, reporting, automated decision making.
MIT License
18 stars 8 forks source link

Update dependency org.hamcrest:hamcrest to v3 #153

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.hamcrest:hamcrest (source) 2.2 -> 3.0 age adoption passing confidence

Release Notes

hamcrest/JavaHamcrest (org.hamcrest:hamcrest) ### [`v3.0`](https://togithub.com/hamcrest/JavaHamcrest/blob/HEAD/CHANGES.md#Version-30-1st-August-2024) [Compare Source](https://togithub.com/hamcrest/JavaHamcrest/compare/v2.2...v3.0) ##### Breaking Changes - From version 3.0, the jar distributed to Maven Central is now compiled to Java 1.8 bytecode, and is not compatible with previous versions of Java. See [Issue #​331](https://togithub.com/hamcrest/JavaHamcrest/issues/331) and [PR #​411](https://togithub.com/hamcrest/JavaHamcrest/issues/411) for details. Developers who use Java 1.7 earlier can still depend upon `hamcrest-2.2.jar`. ##### Improvements - FileMatchersTest simplification ([PR #​389](https://togithub.com/hamcrest/JavaHamcrest/issues/389)) - License cleanup ([PR #​414](https://togithub.com/hamcrest/JavaHamcrest/issues/414), [PR #​415](https://togithub.com/hamcrest/JavaHamcrest/issues/415), see also [#​264](https://togithub.com/hamcrest/JavaHamcrest/issues/264), [#​355](https://togithub.com/hamcrest/JavaHamcrest/issues/355), [#​396](https://togithub.com/hamcrest/JavaHamcrest/issues/396),and [#​399](https://togithub.com/hamcrest/JavaHamcrest/issues/399))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 97.04%. Comparing base (80d9b67) to head (bd2ef28).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #153 +/- ## ========================================= Coverage 97.04% 97.04% Complexity 356 356 ========================================= Files 22 22 Lines 915 915 Branches 124 124 ========================================= Hits 888 888 Misses 16 16 Partials 11 11 ```

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

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
31 New issues
0 Accepted issues

Measures
0 Security Hotspots
99.5% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud