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

   This PR contains the following updates:
   
   | Package | Type | Update | Change |
   |---|---|---|---|
   | 
[org.glassfish.jersey.containers:jersey-container-jetty-http](https://projects.eclipse.org/projects/ee4j.jersey)
 ([source](https://redirect.github.com/eclipse-ee4j/jersey)) | dependencies | 
minor | `2.39.1` -> `2.46` |
   
   ---
   
   ### Release Notes
   
   <details>
   <summary>eclipse-ee4j/jersey 
(org.glassfish.jersey.containers:jersey-container-jetty-http)</summary>
   
   ### 
[`v2.46`](https://redirect.github.com/eclipse-ee4j/jersey/releases/tag/2.46)
   
   [Compare 
Source](https://redirect.github.com/eclipse-ee4j/jersey/compare/2.45...2.46)
   
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5749'>Pull 
5749</a>] - Jersey update from 3.1.3 to 3.1.4 slows down our external service 
res…</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5750'>Pull 
5750</a>] - Use Skipping Analyzer always</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5751'>Pull 
5751</a>] - test(flaky): fix paramter type assert in 
testBothAnnotatedConstructor test case</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5754'>Pull 
5754</a>] - test(flaky): Sorting headers for deterministic order</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5755'>Pull 
5755</a>] - Netty connector hang up after repeated buffer overflow errors when 
writing data #&#8203;5753</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5758'>Pull 
5758</a>] - Bump commons-io:commons-io from 2.11.0 to 2.14.0 in 
/tools/jersey-release-notes-maven-plugin</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5759'>Pull 
5759</a>] - Added test for JerseyChunkedInputStreamClose</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5760'>Pull 
5760</a>] - Adopt ASM 9.7.1 (JDK 24)</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5761'>Pull 
5761</a>] - Adopt Jackson 2.18.0</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5768'>Pull 
5768</a>] - fixed flaky test in testDisabledModule()</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5784'>Pull 
5784</a>] -  Jersey 3.1.9: java.lang.NoSuchMethodException: 
jakarta.inject.Inject.value() #&#8203;5782 </li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5788'>Pull 
5788</a>] - Wrapping all methods of the EntityInputStream</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5792'>Pull 
5792</a>] - [2.x] ParamConverterProvider constructors are now protected to 
allow extensibility</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5800'>Pull 
5800</a>] - NettyConnector - HOST header contains port & 307 works with 
buffered post</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5801'>Pull 
5801</a>] - Set correct HOST header for Netty & POST</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5809'>Pull 
5809</a>] - Fixed memory leak in Micrometer code when exceptions are returned 
from the method</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5813'>Pull 
5813</a>] - Fix memory leak when client does not use HK2</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5816'>Pull 
5816</a>] - Allow to configure Jackson's JaxRSFeature on Jersey 
DefaultJacksonJaxbJsonProvider</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5819'>Pull 
5819</a>] - Build & run with JDK 24</li>
   
   ### 
[`v2.45`](https://redirect.github.com/eclipse-ee4j/jersey/releases/tag/2.45)
   
   [Compare 
Source](https://redirect.github.com/eclipse-ee4j/jersey/compare/2.44...2.45)
   
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5715'>Pull 
5715</a>] - Release a reference to threadlocal on shutdown</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5731'>Pull 
5731</a>] - Allow to disable JSON-B using System properties</li>
   
   ### 
[`v2.44`](https://redirect.github.com/eclipse-ee4j/jersey/releases/tag/2.44)
   
   [Compare 
Source](https://redirect.github.com/eclipse-ee4j/jersey/compare/2.43...2.44)
   
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5636'>Pull 
5636</a>] - Allow long content length in the JDK connector</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5639'>Pull 
5639</a>] - Allow having multiple annotations for multipart endpoint with 
@&#8203;FormDataParam in any order</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5642'>Pull 
5642</a>] - Remove synchronized from Apache stream wrappers </li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5643'>Pull 
5643</a>] - Document Multipart Configuration.</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5644'>Pull 
5644</a>] - Refactoring Maven build process</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5648'>Pull 
5648</a>] - Support for Virtual Threads in Executor Services</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5649'>Pull 
5649</a>] - MAX_HEADER_SIZE for the Netty connector</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5652'>Pull 
5652</a>] - Unify the SniConfigurator with other branches</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5664'>Pull 
5664</a>] - More release checks</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5665'>Pull 
5665</a>] - update Jackson to 2.17.1</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5666'>Pull 
5666</a>] - [2.x] mvn build improvements</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5669'>Pull 
5669</a>] - prevent calling ServletRequest#getInputStream if 
FILTER_FORWARD_ON_404</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5673'>Pull 
5673</a>] - Support missing Content-Length header</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5677'>Pull 
5677</a>] - Prevent blowing connections number for reoccurring 
SSLContextFatories</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5685'>Pull 
5685</a>] - Better explanation of missing jersey-hk2 module consequences.</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5688'>Pull 
5688</a>] - Wrap call of deprecated HttpServletResponse#setStatus into try 
catch</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5689'>Pull 
5689</a>] - Support Multipart with Buffered Entity and Netty Connector</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5690'>Pull 
5690</a>] - Prevent NPE in micrometer when there is no response & 404</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5698'>Pull 
5698</a>] - Last-Modified header is garbled when accessing wadl document on 
Japanese locale</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5705'>Pull 
5705</a>] - Allow ChunkedInput#close to close the underlying stream</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5706'>Pull 
5706</a>] - Propagate WebApplicationException from SseEventSource to provided 
error handler</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5707'>Pull 
5707</a>] - Fix intermittent failure in BroadcasterExecutorTest</li>
   
   ### 
[`v2.43`](https://redirect.github.com/eclipse-ee4j/jersey/releases/tag/2.43)
   
   [Compare 
Source](https://redirect.github.com/eclipse-ee4j/jersey/compare/2.42...2.43)
   
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5574'>Pull 
5574</a>] - Backing up CI/CD jobs into the Jersey project</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5580'>Pull 
5580</a>] - Adopt ASM 9.7</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5592'>Pull 
5592</a>] - Micrometer - Add missing metrics for cases of client errors</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5604'>Pull 
5604</a>] - Prevent Jackson failing while loading Modules (classloader 
issues)</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5605'>Pull 
5605</a>] - Cleaning redundant plugins from plugin management</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5606'>Pull 
5606</a>] - clean CI/CD scripts from the main project</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5608'>Pull 
5608</a>] - ObjectMapper.findModules throws Error</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5613'>Pull 
5613</a>] - Allow the internal package to be a part of the Jersey APIDoc</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5614'>Pull 
5614</a>] - Added support for HK2 factories, binders to comply with 
documentation.</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5617'>Pull 
5617</a>] - Allow for overriding the SNIHostName or turn it off. Allow for 
Domain Fronting.</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5621'>Pull 
5621</a>] - Add ability to configure the queue capacity for ChunkedOutput</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5622'>Pull 
5622</a>] - Document a workaround for HTTP Patch & provide tests</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5624'>Pull 
5624</a>] - Ensure the RequestScope and other singleton bindings are registered 
just once</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5625'>Pull 
5625</a>] - align CONTRIBUTING.md with Eclipse actual requirements</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5627'>Pull 
5627</a>] - Prevent NPE in Jersey Spring RequestContextFilter</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5628'>Pull 
5628</a>] - Lazy Load TracingLogger to track MATCH_RESOURCE_METHOD</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5629'>Pull 
5629</a>] - prevent synchronized blocking the virtual threads in JDK21</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5631'>Pull 
5631</a>] - 2.x versions update</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5632'>Pull 
5632</a>] - Multirelease includes JDK21 to support Thread.isVirtual()</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5633'>Pull 
5633</a>] - Excluding JDK21 multi-release from jaxrs bundle</li>
   
   ### 
[`v2.42`](https://redirect.github.com/eclipse-ee4j/jersey/releases/tag/2.42)
   
   [Compare 
Source](https://redirect.github.com/eclipse-ee4j/jersey/compare/2.41...2.42)
   
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5469'>Pull 
5469</a>] - Allow @&#8203;Priority for ExceptionMapper</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5473'>Pull 
5473</a>] - SameSite is capital first letter only.</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5475'>Pull 
5475</a>] - RegularExpression in Uri Template IS NOT optional</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5487'>Pull 
5487</a>] - Prevent Netty connection from being stuck</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5493'>Pull 
5493</a>] - [2.x] backport of the #&#8203;5490</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5506'>Pull 
5506</a>] - Adopt Jackson 2.16.1</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5507'>Pull 
5507</a>] - prevent NPE when WebAppException#getResponse returns null</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5511'>Pull 
5511</a>] - Add URL of KeyStore and TrustStore to SslConfigurator</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5514'>Pull 
5514</a>] - ASCII encode ContentDisposition file name</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5536'>Pull 
5536</a>] - Add Apache5 properties to be grabbed by config</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5537'>Pull 
5537</a>] - Put duplicated methods into a common superclass</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5542'>Pull 
5542</a>] - Propagate Future.cancel() to connectors</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5544'>Pull 
5544</a>] - Add a logger for a request notifying Jersey Container is 
involved</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5557'>Pull 
5557</a>] - Drop JDK 7 profile</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5560'>Pull 
5560</a>] - [2.x] versions update</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5561'>Pull 
5561</a>] - [2.x] GitHub action validations added</li>
   
   ### 
[`v2.41`](https://redirect.github.com/eclipse-ee4j/jersey/releases/tag/2.41)
   
   [Compare 
Source](https://redirect.github.com/eclipse-ee4j/jersey/compare/2.40...2.41)
   
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5294'>Pull 
5294</a>] - HTTP/2 for Jetty connector</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5296'>Pull 
5296</a>] - HTTP/2 for Jetty container</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5350'>Pull 
5350</a>] - Using Java7+ NIO API for improved performance</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5359'>Pull 
5359</a>] - Race condition</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5364'>Pull 
5364</a>] - Save time by not inspecting configuration for property when in 
PropertiesDelegate</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5365'>Pull 
5365</a>] - Update war.plugin to work with jdk 21</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5373'>Pull 
5373</a>] - Issue #&#8203;3493 - backport BeanParams support from 3.x</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5378'>Pull 
5378</a>] - GraalVM 20.0.1 adaptation</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5379'>Pull 
5379</a>] - RFC 6570 implementation</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5387'>Pull 
5387</a>] - Encode curly brackets in proxy client</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5390'>Pull 
5390</a>] - update license check plugin to the latest released version</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5391'>Pull 
5391</a>] - Added jersey-micrometer module</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5392'>Pull 
5392</a>] - Fix nio failures on Windows</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5393'>Pull 
5393</a>] - Deprecate duplicated methods and fields in MBR/MBW</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5394'>Pull 
5394</a>] - Allowing using SSLContext supplier per request by the 
NettyConnector</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5405'>Pull 
5405</a>] - Prevent Class Cast Exception in cases where two classloaders handle 
t…</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5410'>Pull 
5410</a>] - Jetty HTTP2 modules added to the bom/pom.xml</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5412'>Pull 
5412</a>] - Netty Expect:100-continue feature support</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5417'>Pull 
5417</a>] - Fix normalizing URIs with percent encoded symbols</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5418'>Pull 
5418</a>] - ApiDocs fixes</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5423'>Pull 
5423</a>] - Filter headers for netty HTTP redirect and CONNECT requests</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5424'>Pull 
5424</a>] - Fix Jackson 15 -> Jackson 2.15</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5426'>Pull 
5426</a>] - Propagate back-pressure correctly in MP REST Client SSE 
publisher</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5427'>Pull 
5427</a>] - UserGuide and example extended for Micrometer integration</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5431'>Pull 
5431</a>] - Expect:100-continue fixes for Netty</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5432'>Pull 
5432</a>] - Decode extended filename in multipart content-disposition</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5435'>Pull 
5435</a>] - Fixing servlet ResponseWriter#writeResponseStatusAndHeaders for 
error states</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5436'>Pull 
5436</a>] - Support multipart by Jetty & Netty</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5440'>Pull 
5440</a>] - Adopt ASM 9.6</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5442'>Pull 
5442</a>] - Review Netty Connector</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5443'>Pull 
5443</a>] - proper way of removing a handler (Netty Connector, 
Expect100ContinueHandler)</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5444'>Pull 
5444</a>] - ApiDocs bundle fix</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5445'>Pull 
5445</a>] - Fix query param in UriBuilder</li>
   
   ### 
[`v2.40`](https://redirect.github.com/eclipse-ee4j/jersey/releases/tag/2.40)
   
   [Compare 
Source](https://redirect.github.com/eclipse-ee4j/jersey/compare/2.39.1...2.40)
   
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5298'>Pull 
5298</a>] - Do not encode slash in templates in MP RestClient</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5299'>Pull 
5299</a>] - Do not completely swallow the cdi exception on error</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5305'>Pull 
5305</a>] - Adopt ASM 9.5</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5306'>Pull 
5306</a>] - Support NettyConnector & RequestEntityProcessing.BUFFERED</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5310'>Pull 
5310</a>] - Better support inheritance in Resource Methods</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5311'>Pull 
5311</a>] - Changes to InterceptorInvocationContext related to the integration 
with Helidon</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5319'>Pull 
5319</a>] - Additional logging for SNI</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5320'>Pull 
5320</a>] - Guard list of headers for modifications</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5324'>Pull 
5324</a>] - Handle equals and hashCode on MicroProfile client proxies</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5326'>Pull 
5326</a>] - Return null instead of throwing exception when querystring 
parameter is missing</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5330'>Pull 
5330</a>] - Fix possible NPE in netty client</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5331'>Pull 
5331</a>] - allow for resource methods to return <? extends XYZ></li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5335'>Pull 
5335</a>] - Redirect GuardianList#toString to original toString</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5345'>Pull 
5345</a>] - Allow for setting connector provider via properties</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5348'>Pull 
5348</a>] - dependencies update</li>
   <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5349'>Pull 
5349</a>] - Parametrize ParamConverters to allow throwing IAE</li>
   
   </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://redirect.github.com/solrbot/renovate-github-action)
   
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjQuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
   


-- 
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