dependabot[bot] opened a new pull request, #107: URL: https://github.com/apache/maven-gpg-plugin/pull/107
Bumps [com.kohlschutter.junixsocket:junixsocket-core](https://github.com/kohlschutter/junixsocket) from 2.9.1 to 2.10.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kohlschutter/junixsocket/releases">com.kohlschutter.junixsocket:junixsocket-core's releases</a>.</em></p> <blockquote> <h2>junixsocket 2.10.0</h2> <ul> <li>Fix compatibility with Java 7</li> <li>Fix error handling for non-blocking operations on Windows</li> <li>Fix interoperability of junixsocket-mysql and GraalVM native-image</li> <li>Fix socket-closed state upon exceptions indicating a closed socket descriptor</li> <li>Fix exceptions for channels: Throw ClosedChannelException instead of SocketClosedException, etc.</li> <li>Fix a flaky selftest when VSOCK is not supported</li> <li>Improve compatibility and performance with Virtual Threads in Java 21 or newer (JEP 444)</li> <li>Improve interopability with Java 15 UnixDomainSocketAddress and StandardProtocolFamily.UNIX</li> <li>Improve selftest stability and logging, more tests</li> <li>Add support for ServerSocketChannel.bind(null) for AF_UNIX socket addresses.</li> <li>Add more tests for mysql interoperability, optionally include mysql tests in selftest</li> <li>Add NotConnectedSocketException, NotBoundSocketException</li> <li>Building now requires Java 21, Maven 3.8.8 or newer</li> <li>Update build-time dependencies</li> <li>Code cleanup</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kohlschutter/junixsocket/commit/59389b8e04266581ac637ef52b15ec68cc164f2e"><code>59389b8</code></a> Set version to 2.10.0</li> <li><a href="https://github.com/kohlschutter/junixsocket/commit/d8c8be4db8773cce105fb09c396cf8ddf92663ca"><code>d8c8be4</code></a> native: Workaround for MonitorEnter with pending exception</li> <li><a href="https://github.com/kohlschutter/junixsocket/commit/7e833f74d03c8e020e554f767a5159d05be313d1"><code>7e833f7</code></a> docs: Update changelog, README</li> <li><a href="https://github.com/kohlschutter/junixsocket/commit/8125664b9b0d58e5c6598cbf382da3a096059b9b"><code>8125664</code></a> Fix not connected/bound error handling for Channels</li> <li><a href="https://github.com/kohlschutter/junixsocket/commit/44acf551250a0a12716aadf50cc712e9a43e7072"><code>44acf55</code></a> Update changelog</li> <li><a href="https://github.com/kohlschutter/junixsocket/commit/a690d3d94267a84d369a6166613206f16c9328be"><code>a690d3d</code></a> common: Allow ServerSocketChannel.bind to null/temp address if possible</li> <li><a href="https://github.com/kohlschutter/junixsocket/commit/262827d6a6b23ab3121d83a4b0ed22589093c526"><code>262827d</code></a> common: Update GraalVM config</li> <li><a href="https://github.com/kohlschutter/junixsocket/commit/ce43a4605e1b5dee57b775b82555d3712d30e9ea"><code>ce43a46</code></a> doc: brew pin mingw-w64 (11)</li> <li><a href="https://github.com/kohlschutter/junixsocket/commit/16efc363c8568bb6ff9491f6fe095fb73e340b00"><code>16efc36</code></a> docs: Update changelog</li> <li><a href="https://github.com/kohlschutter/junixsocket/commit/e72f960bac21c33d147f72fc668b8f2d090ca508"><code>e72f960</code></a> test: common: SocketChannelTests for JEP380/Java, not-yet conn/bound</li> <li>Additional commits viewable in <a href="https://github.com/kohlschutter/junixsocket/compare/junixsocket-2.9.1...junixsocket-2.10.0">compare view</a></li> </ul> </details> <br /> [](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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org