dependabot[bot] opened a new pull request, #1183:
URL: https://github.com/apache/logging-log4j2/pull/1183

   Bumps [jeromq](https://github.com/zeromq/jeromq) from 0.5.2 to 0.5.3.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/zeromq/jeromq/blob/master/CHANGELOG.md";>jeromq's 
changelog</a>.</em></p>
   <blockquote>
   <h2>v0.5.3 (2022-12-03)</h2>
   <h3>Added</h3>
   <ul>
   <li>
   <p><a 
href="https://github-redirect.dependabot.com/zeromq/jeromq/pull/921";>#921</a>: 
Add peer support
   disconnect</p>
   </li>
   <li>
   <p><a 
href="https://github-redirect.dependabot.com/zeromq/jeromq/pull/906";>#906</a>: 
Fix issue where
   socket identity was failing with overflow when identity was bigger
   than 127</p>
   </li>
   <li>
   <p><a 
href="https://github-redirect.dependabot.com/zeromq/jeromq/pull/903";>#903</a>: 
Make JeroMQ
   compatiable with Android API Level 19</p>
   </li>
   <li>
   <p><a 
href="https://github-redirect.dependabot.com/zeromq/jeromq/pull/902";>#902</a>: 
Add tests and
   build on Java 17. Helping dependecies resolution by activating more
   profiles and don't try to publish on forks</p>
   </li>
   <li>
   <p><a 
href="https://github-redirect.dependabot.com/zeromq/jeromq/pull/775";>#775</a>: 
ZMQ_HEARTBEAT is not
   useful without sending an hello message.To solve that, the majordomo worker
   still has to implement heartbeat. With this new option, whenever the
   connection drops and reconnects the hello message will be sent, greatly
   simplify the majordomo protocol, as now READY and HEARTBEAT can be handled by
   zeromq.</p>
   </li>
   <li>
   <p><a 
href="https://github-redirect.dependabot.com/zeromq/jeromq/pull/777";>#783</a>: 
Jeromq is not thread-safe,
   so port CLIENT and SERVER sockets from libzmq, which are thread-safe 
sockets.</p>
   </li>
   <li>
   <p><a 
href="https://github-redirect.dependabot.com/zeromq/jeromq/pull/808";>#808</a>: 
Add Client/Server support
   to ZFrame.</p>
   </li>
   <li>
   <p><a 
href="https://github-redirect.dependabot.com/zeromq/jeromq/pull/837";>#837</a>: 
Radio-Dish implementation.</p>
   </li>
   <li>
   <p><a 
href="https://github-redirect.dependabot.com/zeromq/jeromq/pull/880";>#880</a>: 
Port of
   <a 
href="https://github-redirect.dependabot.com/zeromq/libzmq/pull/3871";>zeromq/libzmq#3871</a>,
 router can handle peer
   disconnected.</p>
   </li>
   <li>
   <p><a 
href="https://github-redirect.dependabot.com/zeromq/jeromq/pull/898";>#898</a>: 
Adding critical and
   notification exceptions handlers in zmq.poll.Poller.</p>
   </li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>
   <p><a 
href="https://github-redirect.dependabot.com/zeromq/jeromq/pull/919";>#919</a>: 
Fix deadlock
   issue on socket close</p>
   </li>
   <li>
   <p><a 
href="https://github-redirect.dependabot.com/zeromq/jeromq/pull/906";>#906</a>: 
Fix issue where
   socket identity was failing with overflow when identity was bigger
   than 127</p>
   </li>
   <li>
   <p><a 
href="https://github-redirect.dependabot.com/zeromq/jeromq/pull/903";>#903</a>: 
Make JeroMQ</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/zeromq/jeromq/commit/c678eaba2c26d3daf9cad372b0183afbe288a7c4";><code>c678eab</code></a>
 [maven-release-plugin] prepare release v0.5.3</li>
   <li><a 
href="https://github.com/zeromq/jeromq/commit/6eaa827e5be8a86d2a651e08a3487fc928e47e17";><code>6eaa827</code></a>
 Fix checkstyle errors in unit tests</li>
   <li><a 
href="https://github.com/zeromq/jeromq/commit/e4ef6d2f45865e95feb4db9fa732ca6e51ce0349";><code>e4ef6d2</code></a>
 Fix checkstyle errors causing broken build</li>
   <li><a 
href="https://github.com/zeromq/jeromq/commit/804e10d566e564668d60b26a3a0f341c62897fb7";><code>804e10d</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/zeromq/jeromq/issues/919";>#919</a> 
from DayJun/fix-deadlock-issue-721</li>
   <li><a 
href="https://github.com/zeromq/jeromq/commit/9b2438da8f441bb944068f5b31d5d4557b106dc5";><code>9b2438d</code></a>
 Merge branch 'master' into fix-deadlock-issue-721</li>
   <li><a 
href="https://github.com/zeromq/jeromq/commit/25b1d4830571edb7396a52d81cd973ff3d82b0f5";><code>25b1d48</code></a>
 Fix <a 
href="https://github-redirect.dependabot.com/zeromq/jeromq/issues/923";>#923</a> 
- Update CHANGELOG.md</li>
   <li><a 
href="https://github.com/zeromq/jeromq/commit/d499f85ec5fe220f6d068ac13f54bfcdf537ffe9";><code>d499f85</code></a>
 fix format errors</li>
   <li><a 
href="https://github.com/zeromq/jeromq/commit/50eeae6e1c6cf41ebdf9a333cc1d2f36cfb6945c";><code>50eeae6</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/zeromq/jeromq/issues/921";>#921</a> 
from kaplan-shaked/disconnectPeer</li>
   <li><a 
href="https://github.com/zeromq/jeromq/commit/2fc10b0dcbdedb541781882113d040ca7edbdff2";><code>2fc10b0</code></a>
 Update src/main/java/zmq/socket/clientserver/Server.java</li>
   <li><a 
href="https://github.com/zeromq/jeromq/commit/57de9b84b62696fe7d716bafbbedfe17078a9f82";><code>57de9b8</code></a>
 Peer support disconnect</li>
   <li>Additional commits viewable in <a 
href="https://github.com/zeromq/jeromq/compare/v0.5.2...v0.5.3";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.zeromq:jeromq&package-manager=maven&previous-version=0.5.2&new-version=0.5.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to