solrbot opened a new pull request, #1426:
URL: https://github.com/apache/solr/pull/1426

   This PR contains the following updates:
   
   | Package | Type | Update | Change |
   |---|---|---|---|
   | [org.semver4j:semver4j](https://togithub.com/semver4j/semver4j) | 
dependencies | major | `2.2.0` -> `4.2.1` |
   
   ---
   
   ### Release Notes
   
   <details>
   <summary>semver4j/semver4j</summary>
   
   ### [`v4.2.1`](https://togithub.com/semver4j/semver4j/releases/tag/v4.2.1)
   
   #### What's Changed
   
   #### 🪳 Bug Fixes
   
   -   ([#&#8203;138](https://togithub.com/semver4j/semver4j/issues/138)) Fix 
problem with x-range processing by 
[@&#8203;schreiberste](https://togithub.com/schreiberste)
   
   #### 📦 Dependency Updates
   
   -   ([#&#8203;139](https://togithub.com/semver4j/semver4j/issues/139)) Bump 
maven-javadoc-plugin from 3.4.1 to 3.5.0 by 
[@&#8203;dependabot](https://togithub.com/dependabot)
   
   ### [`v4.2.0`](https://togithub.com/semver4j/semver4j/releases/tag/v4.2.0)
   
   #### What's Changed
   
   #### 🪳 Bug Fixes
   
   -   ([#&#8203;135](https://togithub.com/semver4j/semver4j/issues/135)) 
Coercing Semver returns the original Semver by 
[@&#8203;piotrooo](https://togithub.com/piotrooo)
   
   #### 🚀 Features
   
   -   ([#&#8203;134](https://togithub.com/semver4j/semver4j/issues/134)) 
Introduce ranges expressions by 
[@&#8203;piotrooo](https://togithub.com/piotrooo)
   -   ([#&#8203;124](https://togithub.com/semver4j/semver4j/issues/124)) 
RangesList: Omit outer parentheses by 
[@&#8203;sschuberth](https://togithub.com/sschuberth)
   
   #### 📦 Dependency Updates
   
   <details>
   <summary>6 changes</summary>
   
   -   ([#&#8203;131](https://togithub.com/semver4j/semver4j/issues/131)) Bump 
mockito-core from 5.0.0 to 5.1.1 by 
[@&#8203;dependabot](https://togithub.com/dependabot)
   -   ([#&#8203;129](https://togithub.com/semver4j/semver4j/issues/129)) Bump 
assertj-core from 3.24.1 to 3.24.2 by 
[@&#8203;dependabot](https://togithub.com/dependabot)
   -   ([#&#8203;128](https://togithub.com/semver4j/semver4j/issues/128)) Bump 
mockito-core from 4.11.0 to 5.0.0 by 
[@&#8203;dependabot](https://togithub.com/dependabot)
   -   ([#&#8203;127](https://togithub.com/semver4j/semver4j/issues/127)) Bump 
maven-checkstyle-plugin from 3.2.0 to 3.2.1 by 
[@&#8203;dependabot](https://togithub.com/dependabot)
   -   ([#&#8203;126](https://togithub.com/semver4j/semver4j/issues/126)) Bump 
junit-jupiter from 5.9.1 to 5.9.2 by 
[@&#8203;dependabot](https://togithub.com/dependabot)
   -   ([#&#8203;125](https://togithub.com/semver4j/semver4j/issues/125)) Bump 
assertj-core from 3.23.1 to 3.24.1 by 
[@&#8203;dependabot](https://togithub.com/dependabot)
   
   </details>
   
   ### [`v4.1.1`](https://togithub.com/semver4j/semver4j/releases/tag/v4.1.1)
   
   #### What's Changed
   
   #### 🪳 Bug Fixes
   
   -   ([#&#8203;122](https://togithub.com/semver4j/semver4j/issues/122)) Fix 
parsing caret ranges (cleanup trailing space) by 
[@&#8203;piotrooo](https://togithub.com/piotrooo)
   
   #### 📦 Dependency Updates
   
   -   ([#&#8203;120](https://togithub.com/semver4j/semver4j/issues/120)) Bump 
mockito-core from 4.10.0 to 4.11.0 by 
[@&#8203;dependabot](https://togithub.com/dependabot)
   
   ### [`v4.1.0`](https://togithub.com/semver4j/semver4j/releases/tag/v4.1.0)
   
   #### What's Changed
   
   #### 🚀 Features
   
   -   ([#&#8203;116](https://togithub.com/semver4j/semver4j/issues/116)) Strip 
whitespaces between range operator by 
[@&#8203;piotrooo](https://togithub.com/piotrooo)
   -   ([#&#8203;115](https://togithub.com/semver4j/semver4j/issues/115)) 
RangesList improvements by [@&#8203;sschuberth](https://togithub.com/sschuberth)
   
   #### 📝 Documentation
   
   -   ([#&#8203;113](https://togithub.com/semver4j/semver4j/issues/113)) 
Polishing of documentation by [@&#8203;piotrooo](https://togithub.com/piotrooo)
   
   #### 📦 Dependency Updates
   
   -   ([#&#8203;118](https://togithub.com/semver4j/semver4j/issues/118)) Bump 
mockito-core from 4.9.0 to 4.10.0 by 
[@&#8203;dependabot](https://togithub.com/dependabot)
   
   ### [`v4.0.0`](https://togithub.com/semver4j/semver4j/releases/tag/v4.0.0)
   
   #### What's Changed
   
   #### 💥 Breaking
   
   -   ([#&#8203;110](https://togithub.com/semver4j/semver4j/issues/110)) 
Remove `SemverType` enum by [@&#8203;piotrooo](https://togithub.com/piotrooo)
   
   #### 🚀 Features
   
   -   ([#&#8203;108](https://togithub.com/semver4j/semver4j/issues/108)) Add 
`isSatisfiedByAny()` to `Range` and `RangesList` by 
[@&#8203;sschuberth](https://togithub.com/sschuberth)
   
   ### [`v3.1.0`](https://togithub.com/semver4j/semver4j/releases/tag/v3.1.0)
   
   #### What's Changed
   
   #### 🪳 Bug Fixes
   
   -   ([#&#8203;104](https://togithub.com/semver4j/semver4j/issues/104)) Fix 
parsing IVY ranges with patch by 
[@&#8203;piotrooo](https://togithub.com/piotrooo)
   
   #### 🚀 Features
   
   -   ([#&#8203;103](https://togithub.com/semver4j/semver4j/issues/103)) Move 
`RangesListFactory` from internal to root package by 
[@&#8203;piotrooo](https://togithub.com/piotrooo)
   
   #### 📦 Dependency Updates
   
   -   ([#&#8203;99](https://togithub.com/semver4j/semver4j/issues/99)) Bump 
peter-evans/create-pull-request from 4.2.2 to 4.2.3 by 
[@&#8203;dependabot](https://togithub.com/dependabot)
   -   ([#&#8203;98](https://togithub.com/semver4j/semver4j/issues/98)) Bump 
peter-evans/create-pull-request from 4.2.1 to 4.2.2 by 
[@&#8203;dependabot](https://togithub.com/dependabot)
   -   ([#&#8203;97](https://togithub.com/semver4j/semver4j/issues/97)) Bump 
peter-evans/create-pull-request from 4.2.0 to 4.2.1 by 
[@&#8203;dependabot](https://togithub.com/dependabot)
   -   ([#&#8203;96](https://togithub.com/semver4j/semver4j/issues/96)) Bump 
mockito-core from 4.8.1 to 4.9.0 by 
[@&#8203;dependabot](https://togithub.com/dependabot)
   
   ### [`v3.0.0`](https://togithub.com/semver4j/semver4j/releases/tag/v3.0.0)
   
   #### What's Changed
   
   #### 💥 Breaking
   
   -   ([#&#8203;91](https://togithub.com/semver4j/semver4j/issues/91)) Rename 
`SUFFIX` to `PRE_RELEASE` by [@&#8203;piotrooo](https://togithub.com/piotrooo)
   
   #### 🛠 Refactor
   
   -   ([#&#8203;90](https://togithub.com/semver4j/semver4j/issues/90)) 
Automatically update versions in README.md after release by 
[@&#8203;piotrooo](https://togithub.com/piotrooo)
   
   </details>
   
   ---
   
   ### Configuration
   
   📅 **Schedule**: Branch creation - "* * * * *" (UTC), 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.
   
   ---
   
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this 
box
   
   ---
   
   This PR has been generated by [Renovate 
Bot](https://togithub.com/solrbot/renovate-github-action)
   
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTIuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE1Mi4wIn0=-->
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to