dependabot[bot] opened a new pull request, #801: URL: https://github.com/apache/aries/pull/801
Bumps [org.jline:jline](https://github.com/jline/jline3) from 4.0.0 to 4.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jline/jline3/releases">org.jline:jline's releases</a>.</em></p> <blockquote> <h2>JLine 4.0.2</h2> <p>Bugfix release fixing Maven 3/Gradle compatibility and JNI terminal provider issues.</p> <blockquote> <p><strong>Note:</strong> Users of 4.0.0 and 4.0.1 should upgrade to 4.0.2. Both prior releases had broken consumer POMs that prevented Maven 3 and Gradle from resolving JLine dependencies.</p> </blockquote> <h3>Bug Fixes</h3> <ul> <li><strong>Fix Maven 3/Gradle compatibility</strong> — Consumer POMs now use <code>modelVersion</code> 4.0.0 with no <code><parent></code> reference, making them consumable by Maven 3 and Gradle. Previously, child module POMs referenced <code>jline-parent</code> which used <code>modelVersion</code> 4.1.0, causing resolution failures. (<a href="https://redirect.github.com/jline/jline3/issues/1691">#1691</a>, <a href="https://redirect.github.com/jline/jline3/issues/1694">#1694</a>, fixes <a href="https://redirect.github.com/jline/jline3/issues/1688">#1688</a>, workaround for <a href="https://redirect.github.com/apache/maven/issues/11772">apache/maven#11772</a>)</li> <li><strong>Fix JNI terminal failing to load on JDK 21.0.10+</strong> — <code>Module.isNativeAccessEnabled()</code> was backported to some JDK 21 builds (e.g. 21.0.10), causing a false <code>UnsupportedOperationException</code> since the method returns <code>false</code> even though JNI works without <code>--enable-native-access</code>. JNI native access restrictions are only enforced from JDK 24+, so the check is now skipped on earlier versions. (<a href="https://redirect.github.com/jline/jline3/issues/1692">#1692</a>, fixes <a href="https://redirect.github.com/jline/jline3/issues/1689">#1689</a>)</li> </ul> <h3>Dependency Updates</h3> <ul> <li>Bump spotless-maven-plugin from 3.2.1 to 3.3.0</li> <li>Bump native-maven-plugin from 0.11.4 to 0.11.5</li> <li>Bump maven-shade-plugin from 3.6.0 to 3.6.2</li> <li>Bump maven-resources-plugin from 3.3.1 to 3.5.0</li> </ul> <h2>JLine 4.0.1</h2> <p>Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1692">#1692</a> from jline/fix/jni-native-access-check-1689</p> <p>fix: Skip JNI native access check on JDK < 24 (fixes <a href="https://redirect.github.com/jline/jline3/issues/1689">#1689</a>)</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jline/jline3/commit/2505581ef6215cafeab02586c0068b9b0cd7058a"><code>2505581</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1694">#1694</a> from jline/fix/consumer-pom-flatten-location</li> <li><a href="https://github.com/jline/jline3/commit/397f4348425b215c6aa7d96790d602579bea4b3c"><code>397f434</code></a> fix: Move consumer POM flattening config to .mvn/maven.properties</li> <li><a href="https://github.com/jline/jline3/commit/f6a7673a2ec10cd20849e01ff4f669eea9eb13fb"><code>f6a7673</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1692">#1692</a> from jline/fix/jni-native-access-check-1689</li> <li><a href="https://github.com/jline/jline3/commit/953265921eba6b35d3a873070815ea1a582977eb"><code>9532659</code></a> fix: Skip JNI native access check on JDK < 24 (fixes <a href="https://redirect.github.com/jline/jline3/issues/1689">#1689</a>)</li> <li><a href="https://github.com/jline/jline3/commit/786a040964c263b2342c4e31b3a2465fdc03b450"><code>786a040</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1691">#1691</a> from jline/fix/consumer-pom-flatten</li> <li><a href="https://github.com/jline/jline3/commit/dc4931bfc4e774b2544c5f6a305b727aa3d2a1cd"><code>dc4931b</code></a> fix: Enable consumer POM flattening to fix Maven 3/Gradle compatibility (work...</li> <li><a href="https://github.com/jline/jline3/commit/4e7d7e15070347c58a52ed1366ab6d8cc52b2fb9"><code>4e7d7e1</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1687">#1687</a> from jline/dependabot/maven/master/org.apache.maven....</li> <li><a href="https://github.com/jline/jline3/commit/3421f6105c0db1f6388841bf9ff5d23fbfe4fe5a"><code>3421f61</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1685">#1685</a> from jline/dependabot/maven/master/org.apache.maven....</li> <li><a href="https://github.com/jline/jline3/commit/953cef3ce4776f7354e24b81c89d453ae9f84fa6"><code>953cef3</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1683">#1683</a> from jline/dependabot/maven/master/org.graalvm.build...</li> <li><a href="https://github.com/jline/jline3/commit/7d35e2f5fa2fe0b59ff2f39aa1fac8c905e8a761"><code>7d35e2f</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1682">#1682</a> from jline/dependabot/maven/master/com.diffplug.spot...</li> <li>Additional commits viewable in <a href="https://github.com/jline/jline3/compare/4.0.0...4.0.2">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 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]
