dependabot[bot] opened a new pull request, #491:
URL: https://github.com/apache/plc4x-extras/pull/491

   Bumps [io.nats:jnats](https://github.com/nats-io/nats.java) from 2.22.0 to 
2.23.0.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/nats-io/nats.java/blob/main/CHANGELOG.md";>io.nats:jnats's
 changelog</a>.</em></p>
   <blockquote>
   <h2>2.23.0</h2>
   <h3>Server 2.12 Specific</h3>
   <ul>
   <li>(2.12) All 2.12 PRs combined <a 
href="https://redirect.github.com/nats-io/nats.java/issues/1403";>#1403</a>* <a 
href="https://github.com/scottf";><code>@​scottf</code></a>
   <ul>
   <li>(2.12) ClusterInfo field updates <a 
href="https://redirect.github.com/nats-io/nats.java/issues/1408";>#1408</a> <a 
href="https://github.com/scottf";><code>@​scottf</code></a></li>
   <li>(2.12) Support Stream Config allow_msg_schedules <a 
href="https://redirect.github.com/nats-io/nats.java/issues/1422";>#1422</a> <a 
href="https://github.com/scottf";><code>@​scottf</code></a></li>
   <li>(2.12) Message Counter support <a 
href="https://redirect.github.com/nats-io/nats.java/issues/1423";>#1423</a> <a 
href="https://github.com/scottf";><code>@​scottf</code></a></li>
   <li>(2.12) Support Batch Publish <a 
href="https://redirect.github.com/nats-io/nats.java/issues/1425";>#1425</a> <a 
href="https://github.com/scottf";><code>@​scottf</code></a></li>
   <li>(2.12) Prioritized Consumer Support <a 
href="https://redirect.github.com/nats-io/nats.java/issues/1433";>#1433</a> <a 
href="https://github.com/scottf";><code>@​scottf</code></a></li>
   </ul>
   </li>
   </ul>
   <h3>Core</h3>
   <ul>
   <li>Make NatsStatistics public so it can be extended <a 
href="https://redirect.github.com/nats-io/nats.java/issues/1414";>#1414</a> <a 
href="https://github.com/scottf";><code>@​scottf</code></a></li>
   <li>Statistics classes improvements <a 
href="https://redirect.github.com/nats-io/nats.java/issues/1415";>#1415</a> <a 
href="https://github.com/scottf";><code>@​scottf</code></a></li>
   <li>Lock around access to pending message and byte counts <a 
href="https://redirect.github.com/nats-io/nats.java/issues/1416";>#1416</a> <a 
href="https://github.com/scottf";><code>@​scottf</code></a></li>
   <li>Socket Read Timeout remove validation <a 
href="https://redirect.github.com/nats-io/nats.java/issues/1417";>#1417</a> <a 
href="https://github.com/scottf";><code>@​scottf</code></a></li>
   <li>Ensure write timeout is not less than 100 nanoseconds <a 
href="https://redirect.github.com/nats-io/nats.java/issues/1429";>#1429</a> <a 
href="https://github.com/scottf";><code>@​scottf</code></a></li>
   <li>Options to set underlying socket configuration of SO_SNDBUF and 
SO_RCVBUF <a 
href="https://redirect.github.com/nats-io/nats.java/issues/1432";>#1432</a> <a 
href="https://github.com/scottf";><code>@​scottf</code></a></li>
   </ul>
   <h3>JetStream</h3>
   <ul>
   <li>Exposed StreamName <a 
href="https://redirect.github.com/nats-io/nats.java/issues/1431";>#1431</a> <a 
href="https://github.com/roeschter";><code>@​roeschter</code></a></li>
   </ul>
   <h3>Misc</h3>
   <ul>
   <li>Add getter for ObjectMeta Metadata to ObjectInfo <a 
href="https://redirect.github.com/nats-io/nats.java/issues/1418";>#1418</a> <a 
href="https://github.com/scottf";><code>@​scottf</code></a></li>
   <li>Update SocketDataPortBlockSimulator <a 
href="https://redirect.github.com/nats-io/nats.java/issues/1430";>#1430</a> <a 
href="https://github.com/scottf";><code>@​scottf</code></a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/nats-io/nats.java/commit/8a7a5bdd710fbf8bbe2c107a51765618e0f929e9";><code>8a7a5bd</code></a>
 Merge pull request <a 
href="https://redirect.github.com/nats-io/nats.java/issues/1434";>#1434</a> from 
nats-io/start-2-23-0</li>
   <li><a 
href="https://github.com/nats-io/nats.java/commit/ea86ca8a70570264d6a84c1d25f30d54bd7b7101";><code>ea86ca8</code></a>
 Start 2.23.0</li>
   <li><a 
href="https://github.com/nats-io/nats.java/commit/2fc7c6a68cc571980a0f70f8efc6f2011180606c";><code>2fc7c6a</code></a>
 Merge pull request <a 
href="https://redirect.github.com/nats-io/nats.java/issues/1433";>#1433</a> from 
nats-io/prioritized</li>
   <li><a 
href="https://github.com/nats-io/nats.java/commit/96d2e9f4e3d5cbc32cbd5536134ff2cab058842e";><code>96d2e9f</code></a>
 make sure all pinned code is commented for easy access</li>
   <li><a 
href="https://github.com/nats-io/nats.java/commit/4c09f028c4466f696d796d1a9300c0b58b28b6e7";><code>4c09f02</code></a>
 make sure all pinned code is commented for easy access</li>
   <li><a 
href="https://github.com/nats-io/nats.java/commit/d69e7cdaf5e4253ec3aace89daa240c136b86243";><code>d69e7cd</code></a>
 Merge branch 'main' into prioritized</li>
   <li><a 
href="https://github.com/nats-io/nats.java/commit/04541cc2d32af4698e4b7f278fc214d2d0affca8";><code>04541cc</code></a>
 Merge pull request <a 
href="https://redirect.github.com/nats-io/nats.java/issues/1432";>#1432</a> from 
nats-io/socket-danger</li>
   <li><a 
href="https://github.com/nats-io/nats.java/commit/3d315a2680dc7ac1b2ce7e65614f22d608feeb1a";><code>3d315a2</code></a>
 commented out all pinning code</li>
   <li><a 
href="https://github.com/nats-io/nats.java/commit/d0051c5ac6f78b32fb6f927b3de6f34a9cfd9ec5";><code>d0051c5</code></a>
 testing for pinned and prioritized</li>
   <li><a 
href="https://github.com/nats-io/nats.java/commit/0b7dfd9a07da4978cbc9b28d05032d5982bb910a";><code>0b7dfd9</code></a>
 self-review 3</li>
   <li>Additional commits viewable in <a 
href="https://github.com/nats-io/nats.java/compare/2.22.0...2.23.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.nats:jnats&package-manager=maven&previous-version=2.22.0&new-version=2.23.0)](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 show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@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