build(deps): bump lucene.version from 9.11.1 to 9.12.0#1739
Merged
Conversation
Bumps `lucene.version` from 9.11.1 to 9.12.0. Updates `org.apache.lucene:lucene-analysis-common` from 9.11.1 to 9.12.0 Updates `org.apache.lucene:lucene-queryparser` from 9.11.1 to 9.12.0 --- updated-dependencies: - dependency-name: org.apache.lucene:lucene-analysis-common dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.lucene:lucene-queryparser dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
mergify bot
added a commit
that referenced
this pull request
Mar 29, 2026
…0.4 [skip ci] Bumps [org.neo4j.driver:neo4j-java-driver](https://github.com/neo4j/neo4j-java-driver) from 6.0.3 to 6.0.4. Release notes *Sourced from [org.neo4j.driver:neo4j-java-driver's releases](https://github.com/neo4j/neo4j-java-driver/releases).* > 6.0.4 > ----- > > This is a refinement release that brings improvements and dependency updates. > > [6.0 API documentation](https://neo4j.com/docs/api/java-driver/6.0) > > #### 👏 Improvements > > --- > > * perf: Use a single BoltConnectionProvider for all connection pools [#1738](https://redirect.github.com/neo4j/neo4j-java-driver/pull/1738) > > #### ✅ Testkit > > --- > > * test(testkit): Omit profile's hasPageCacheStats [#1733](https://redirect.github.com/neo4j/neo4j-java-driver/pull/1733) > > #### 🔧 Build > > --- > > * build(deps): update dependencies [#1739](https://redirect.github.com/neo4j/neo4j-java-driver/pull/1739) Commits * [`0951fc9`](neo4j/neo4j-java-driver@0951fc9) build(deps): update dependencies ([#1739](https://redirect.github.com/neo4j/neo4j-java-driver/issues/1739)) * [`196e327`](neo4j/neo4j-java-driver@196e327) perf: Use a single BoltConnectionProvider for all connection pools ([#1738](https://redirect.github.com/neo4j/neo4j-java-driver/issues/1738)) * [`579d35f`](neo4j/neo4j-java-driver@579d35f) test(testkit): Omit profile's hasPageCacheStats ([#1733](https://redirect.github.com/neo4j/neo4j-java-driver/issues/1733)) * See full diff in [compare view](neo4j/neo4j-java-driver@6.0.3...6.0.4) [](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) --- Dependabot commands and options 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 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)
mergify bot
added a commit
that referenced
this pull request
Apr 6, 2026
Bumps `jline.version` from 4.0.9 to 4.0.10. Updates `org.jline:jline-terminal` from 4.0.9 to 4.0.10 Release notes *Sourced from [org.jline:jline-terminal's releases](https://github.com/jline/jline3/releases).* > JLine 4.0.10 > ------------ > > **JLine 4.0.10** focuses on **Unicode accuracy and virtual terminal correctness**. Grapheme cluster width calculations are now properly integrated with Mode 2027 detection, giving accurate display alignment for emoji and complex scripts. The ScreenTerminal receives numerous bug fixes for cursor handling, scrolling, and alt-screen management, along with new true-color, dim, and italic SGR support. Several defensive fixes address edge-case crashes in KillRing, KeyMap, color parsing, and terminal provider loading. > > 🐛 Bug Fixes > ----------- > > * fix: grapheme-cluster-aware width with per-category emoji detection ([#1753](https://redirect.github.com/jline/jline3/issues/1753)) ([#1754](https://redirect.github.com/jline/jline3/pull/1754)) [`@gnodet`](https://github.com/gnodet) > * fix: raise virtual terminal max size from 256 to 4096 ([#1756](https://redirect.github.com/jline/jline3/pull/1756)) [`@gnodet`](https://github.com/gnodet) > * fix: catch LinkageError during provider loading ([#1752](https://redirect.github.com/jline/jline3/pull/1752)) [`@gnodet`](https://github.com/gnodet) > * fix: off-by-one bounds check in KeyMap.unbind() ([#1735](https://redirect.github.com/jline/jline3/pull/1735)) [`@gnodet`](https://github.com/gnodet) > * fix: prevent ArrayIndexOutOfBoundsException in KillRing.yankPop() ([#1736](https://redirect.github.com/jline/jline3/pull/1736)) [`@gnodet`](https://github.com/gnodet) > * fix: check openpty() return code in FFM implementation ([#1737](https://redirect.github.com/jline/jline3/pull/1737)) [`@gnodet`](https://github.com/gnodet) > * fix: remove duplicate IGNBRK flag in termios attribute conversion ([#1739](https://redirect.github.com/jline/jline3/pull/1739)) [`@gnodet`](https://github.com/gnodet) > * fix: close HttpURLConnection in ConsoleEngineImpl.urlExists() ([#1740](https://redirect.github.com/jline/jline3/pull/1740)) [`@gnodet`](https://github.com/gnodet) > * fix: handle EOF in color parsing to prevent infinite loop ([#1741](https://redirect.github.com/jline/jline3/pull/1741)) [`@gnodet`](https://github.com/gnodet) > * fix: use parameter x instead of cursor cx in ScreenTerminal scroll\_line methods ([#1738](https://redirect.github.com/jline/jline3/pull/1738)) [`@gnodet`](https://github.com/gnodet) > * fix: ScreenTerminal bug fixes, features, and cleanup ([#1734](https://redirect.github.com/jline/jline3/pull/1734)) [`@gnodet`](https://github.com/gnodet) > * fix: Alt-screen related ScreenTerminal fixes ([#1724](https://redirect.github.com/jline/jline3/pull/1724)) [`@Elec332`](https://github.com/Elec332) > * fix: Reduce drain timeout in grapheme cluster probe ([#1733](https://redirect.github.com/jline/jline3/pull/1733)) [`@gnodet`](https://github.com/gnodet) > * fix: Use grapheme cluster width instead of wcwidth when Mode 2027 is active ([#1727](https://redirect.github.com/jline/jline3/pull/1727)) [`@gnodet`](https://github.com/gnodet) > * fix: Correct 4-bit to 8-bit color expansion in rgbToHex ([#1732](https://redirect.github.com/jline/jline3/pull/1732)) [`@gnodet`](https://github.com/gnodet) > * fix: Long buffer issues ([#1725](https://redirect.github.com/jline/jline3/pull/1725)) [`@Elec332`](https://github.com/Elec332) > * fix: Improve DECRQM grapheme cluster probe robustness (fixes [#1726](https://redirect.github.com/jline/jline3/issues/1726)) ([#1729](https://redirect.github.com/jline/jline3/pull/1729)) [`@gnodet`](https://github.com/gnodet) > > 📦 Dependency updates > -------------------- > > * chore: Bump groovy.version from 5.0.4 to 5.0.5 ([#1743](https://redirect.github.com/jline/jline3/pull/1743)) @[dependabot[bot]](https://github.com/apps/dependabot) > * chore: Bump actions/configure-pages from 5 to 6 ([#1718](https://redirect.github.com/jline/jline3/pull/1718)) @[dependabot[bot]](https://github.com/apps/dependabot) > * chore: Bump org.graalvm.buildtools:native-maven-plugin from 0.11.5 to 1.0.0 ([#1720](https://redirect.github.com/jline/jline3/pull/1720)) @[dependabot[bot]](https://github.com/apps/dependabot) > * chore: Bump org.fusesource.jansi:jansi from 2.4.2 to 2.4.3 ([#1723](https://redirect.github.com/jline/jline3/pull/1723)) @[dependabot[bot]](https://github.com/apps/dependabot) > * chore: Bump eu.maveniverse.maven.nisse:extension from 0.7.0 to 0.8.1 ([#1721](https://redirect.github.com/jline/jline3/pull/1721)) @[dependabot[bot]](https://github.com/apps/dependabot) > * chore: Bump com.palantir.javaformat:palantir-java-format from 2.89.0 to 2.90.0 ([#1717](https://redirect.github.com/jline/jline3/pull/1717)) @[dependabot[bot]](https://github.com/apps/dependabot) > * chore: Bump actions/deploy-pages from 4 to 5 ([#1711](https://redirect.github.com/jline/jline3/pull/1711)) @[dependabot[bot]](https://github.com/apps/dependabot) > > 📝 Documentation updates > ----------------------- > > * docs: Document dumb terminal fallback with piped streams ([#1730](https://redirect.github.com/jline/jline3/pull/1730)) [`@gnodet`](https://github.com/gnodet) > > 👻 Maintenance > ------------- > > * fix: address SonarCloud blocker issues ([#1748](https://redirect.github.com/jline/jline3/pull/1748)) [`@gnodet`](https://github.com/gnodet) Commits * [`cc8d538`](jline/jline3@cc8d538) fix: grapheme-cluster-aware width when Mode 2027 is unavailable (fixes [#1753](https://redirect.github.com/jline/jline3/issues/1753)) * [`8712c09`](jline/jline3@8712c09) fix: raise virtual terminal max size from 256 to 4096 * [`ed150d2`](jline/jline3@ed150d2) Merge pull request [#1748](https://redirect.github.com/jline/jline3/issues/1748) from jline/maple-ticket * [`842b598`](jline/jline3@842b598) fix: replace S2699 suppressions with proper JUnit assertions * [`27badb5`](jline/jline3@27badb5) fix: convert assert keyword to JUnit assertions in style tests (S2699) * [`550a505`](jline/jline3@550a505) fix: resolve S2387 field-hiding issues * [`e6c1497`](jline/jline3@e6c1497) fix: resolve S1845 name-clash issues * [`bf7bce9`](jline/jline3@bf7bce9) fix: remove unnecessary bit operations (S2437) * [`a13f427`](jline/jline3@a13f427) fix: catch LinkageError during provider loading ([#1751](https://redirect.github.com/jline/jline3/issues/1751)) ([#1752](https://redirect.github.com/jline/jline3/issues/1752)) * [`b4b2793`](jline/jline3@b4b2793) Merge pull request [#1743](https://redirect.github.com/jline/jline3/issues/1743) from jline/dependabot/maven/master/groovy.version-5.0.5 * Additional commits viewable in [compare view](jline/jline3@4.0.9...4.0.10) Updates `org.jline:jline-reader` from 4.0.9 to 4.0.10 Release notes *Sourced from [org.jline:jline-reader's releases](https://github.com/jline/jline3/releases).* > JLine 4.0.10 > ------------ > > **JLine 4.0.10** focuses on **Unicode accuracy and virtual terminal correctness**. Grapheme cluster width calculations are now properly integrated with Mode 2027 detection, giving accurate display alignment for emoji and complex scripts. The ScreenTerminal receives numerous bug fixes for cursor handling, scrolling, and alt-screen management, along with new true-color, dim, and italic SGR support. Several defensive fixes address edge-case crashes in KillRing, KeyMap, color parsing, and terminal provider loading. > > 🐛 Bug Fixes > ----------- > > * fix: grapheme-cluster-aware width with per-category emoji detection ([#1753](https://redirect.github.com/jline/jline3/issues/1753)) ([#1754](https://redirect.github.com/jline/jline3/pull/1754)) [`@gnodet`](https://github.com/gnodet) > * fix: raise virtual terminal max size from 256 to 4096 ([#1756](https://redirect.github.com/jline/jline3/pull/1756)) [`@gnodet`](https://github.com/gnodet) > * fix: catch LinkageError during provider loading ([#1752](https://redirect.github.com/jline/jline3/pull/1752)) [`@gnodet`](https://github.com/gnodet) > * fix: off-by-one bounds check in KeyMap.unbind() ([#1735](https://redirect.github.com/jline/jline3/pull/1735)) [`@gnodet`](https://github.com/gnodet) > * fix: prevent ArrayIndexOutOfBoundsException in KillRing.yankPop() ([#1736](https://redirect.github.com/jline/jline3/pull/1736)) [`@gnodet`](https://github.com/gnodet) > * fix: check openpty() return code in FFM implementation ([#1737](https://redirect.github.com/jline/jline3/pull/1737)) [`@gnodet`](https://github.com/gnodet) > * fix: remove duplicate IGNBRK flag in termios attribute conversion ([#1739](https://redirect.github.com/jline/jline3/pull/1739)) [`@gnodet`](https://github.com/gnodet) > * fix: close HttpURLConnection in ConsoleEngineImpl.urlExists() ([#1740](https://redirect.github.com/jline/jline3/pull/1740)) [`@gnodet`](https://github.com/gnodet) > * fix: handle EOF in color parsing to prevent infinite loop ([#1741](https://redirect.github.com/jline/jline3/pull/1741)) [`@gnodet`](https://github.com/gnodet) > * fix: use parameter x instead of cursor cx in ScreenTerminal scroll\_line methods ([#1738](https://redirect.github.com/jline/jline3/pull/1738)) [`@gnodet`](https://github.com/gnodet) > * fix: ScreenTerminal bug fixes, features, and cleanup ([#1734](https://redirect.github.com/jline/jline3/pull/1734)) [`@gnodet`](https://github.com/gnodet) > * fix: Alt-screen related ScreenTerminal fixes ([#1724](https://redirect.github.com/jline/jline3/pull/1724)) [`@Elec332`](https://github.com/Elec332) > * fix: Reduce drain timeout in grapheme cluster probe ([#1733](https://redirect.github.com/jline/jline3/pull/1733)) [`@gnodet`](https://github.com/gnodet) > * fix: Use grapheme cluster width instead of wcwidth when Mode 2027 is active ([#1727](https://redirect.github.com/jline/jline3/pull/1727)) [`@gnodet`](https://github.com/gnodet) > * fix: Correct 4-bit to 8-bit color expansion in rgbToHex ([#1732](https://redirect.github.com/jline/jline3/pull/1732)) [`@gnodet`](https://github.com/gnodet) > * fix: Long buffer issues ([#1725](https://redirect.github.com/jline/jline3/pull/1725)) [`@Elec332`](https://github.com/Elec332) > * fix: Improve DECRQM grapheme cluster probe robustness (fixes [#1726](https://redirect.github.com/jline/jline3/issues/1726)) ([#1729](https://redirect.github.com/jline/jline3/pull/1729)) [`@gnodet`](https://github.com/gnodet) > > 📦 Dependency updates > -------------------- > > * chore: Bump groovy.version from 5.0.4 to 5.0.5 ([#1743](https://redirect.github.com/jline/jline3/pull/1743)) @[dependabot[bot]](https://github.com/apps/dependabot) > * chore: Bump actions/configure-pages from 5 to 6 ([#1718](https://redirect.github.com/jline/jline3/pull/1718)) @[dependabot[bot]](https://github.com/apps/dependabot) > * chore: Bump org.graalvm.buildtools:native-maven-plugin from 0.11.5 to 1.0.0 ([#1720](https://redirect.github.com/jline/jline3/pull/1720)) @[dependabot[bot]](https://github.com/apps/dependabot) > * chore: Bump org.fusesource.jansi:jansi from 2.4.2 to 2.4.3 ([#1723](https://redirect.github.com/jline/jline3/pull/1723)) @[dependabot[bot]](https://github.com/apps/dependabot) > * chore: Bump eu.maveniverse.maven.nisse:extension from 0.7.0 to 0.8.1 ([#1721](https://redirect.github.com/jline/jline3/pull/1721)) @[dependabot[bot]](https://github.com/apps/dependabot) > * chore: Bump com.palantir.javaformat:palantir-java-format from 2.89.0 to 2.90.0 ([#1717](https://redirect.github.com/jline/jline3/pull/1717)) @[dependabot[bot]](https://github.com/apps/dependabot) > * chore: Bump actions/deploy-pages from 4 to 5 ([#1711](https://redirect.github.com/jline/jline3/pull/1711)) @[dependabot[bot]](https://github.com/apps/dependabot) > > 📝 Documentation updates > ----------------------- > > * docs: Document dumb terminal fallback with piped streams ([#1730](https://redirect.github.com/jline/jline3/pull/1730)) [`@gnodet`](https://github.com/gnodet) > > 👻 Maintenance > ------------- > > * fix: address SonarCloud blocker issues ([#1748](https://redirect.github.com/jline/jline3/pull/1748)) [`@gnodet`](https://github.com/gnodet) Commits * [`cc8d538`](jline/jline3@cc8d538) fix: grapheme-cluster-aware width when Mode 2027 is unavailable (fixes [#1753](https://redirect.github.com/jline/jline3/issues/1753)) * [`8712c09`](jline/jline3@8712c09) fix: raise virtual terminal max size from 256 to 4096 * [`ed150d2`](jline/jline3@ed150d2) Merge pull request [#1748](https://redirect.github.com/jline/jline3/issues/1748) from jline/maple-ticket * [`842b598`](jline/jline3@842b598) fix: replace S2699 suppressions with proper JUnit assertions * [`27badb5`](jline/jline3@27badb5) fix: convert assert keyword to JUnit assertions in style tests (S2699) * [`550a505`](jline/jline3@550a505) fix: resolve S2387 field-hiding issues * [`e6c1497`](jline/jline3@e6c1497) fix: resolve S1845 name-clash issues * [`bf7bce9`](jline/jline3@bf7bce9) fix: remove unnecessary bit operations (S2437) * [`a13f427`](jline/jline3@a13f427) fix: catch LinkageError during provider loading ([#1751](https://redirect.github.com/jline/jline3/issues/1751)) ([#1752](https://redirect.github.com/jline/jline3/issues/1752)) * [`b4b2793`](jline/jline3@b4b2793) Merge pull request [#1743](https://redirect.github.com/jline/jline3/issues/1743) from jline/dependabot/maven/master/groovy.version-5.0.5 * Additional commits viewable in [compare view](jline/jline3@4.0.9...4.0.10) Updates `org.jline:jline-terminal-jni` from 4.0.9 to 4.0.10 Release notes *Sourced from [org.jline:jline-terminal-jni's releases](https://github.com/jline/jline3/releases).* > JLine 4.0.10 > ------------ > > **JLine 4.0.10** focuses on **Unicode accuracy and virtual terminal correctness**. Grapheme cluster width calculations are now properly integrated with Mode 2027 detection, giving accurate display alignment for emoji and complex scripts. The ScreenTerminal receives numerous bug fixes for cursor handling, scrolling, and alt-screen management, along with new true-color, dim, and italic SGR support. Several defensive fixes address edge-case crashes in KillRing, KeyMap, color parsing, and terminal provider loading. > > 🐛 Bug Fixes > ----------- > > * fix: grapheme-cluster-aware width with per-category emoji detection ([#1753](https://redirect.github.com/jline/jline3/issues/1753)) ([#1754](https://redirect.github.com/jline/jline3/pull/1754)) [`@gnodet`](https://github.com/gnodet) > * fix: raise virtual terminal max size from 256 to 4096 ([#1756](https://redirect.github.com/jline/jline3/pull/1756)) [`@gnodet`](https://github.com/gnodet) > * fix: catch LinkageError during provider loading ([#1752](https://redirect.github.com/jline/jline3/pull/1752)) [`@gnodet`](https://github.com/gnodet) > * fix: off-by-one bounds check in KeyMap.unbind() ([#1735](https://redirect.github.com/jline/jline3/pull/1735)) [`@gnodet`](https://github.com/gnodet) > * fix: prevent ArrayIndexOutOfBoundsException in KillRing.yankPop() ([#1736](https://redirect.github.com/jline/jline3/pull/1736)) [`@gnodet`](https://github.com/gnodet) > * fix: check openpty() return code in FFM implementation ([#1737](https://redirect.github.com/jline/jline3/pull/1737)) [`@gnodet`](https://github.com/gnodet) > * fix: remove duplicate IGNBRK flag in termios attribute conversion ([#1739](https://redirect.github.com/jline/jline3/pull/1739)) [`@gnodet`](https://github.com/gnodet) > * fix: close HttpURLConnection in ConsoleEngineImpl.urlExists() ([#1740](https://redirect.github.com/jline/jline3/pull/1740)) [`@gnodet`](https://github.com/gnodet) > * fix: handle EOF in color parsing to prevent infinite loop ([#1741](https://redirect.github.com/jline/jline3/pull/1741)) [`@gnodet`](https://github.com/gnodet) > * fix: use parameter x instead of cursor cx in ScreenTerminal scroll\_line methods ([#1738](https://redirect.github.com/jline/jline3/pull/1738)) [`@gnodet`](https://github.com/gnodet) > * fix: ScreenTerminal bug fixes, features, and cleanup ([#1734](https://redirect.github.com/jline/jline3/pull/1734)) [`@gnodet`](https://github.com/gnodet) > * fix: Alt-screen related ScreenTerminal fixes ([#1724](https://redirect.github.com/jline/jline3/pull/1724)) [`@Elec332`](https://github.com/Elec332) > * fix: Reduce drain timeout in grapheme cluster probe ([#1733](https://redirect.github.com/jline/jline3/pull/1733)) [`@gnodet`](https://github.com/gnodet) > * fix: Use grapheme cluster width instead of wcwidth when Mode 2027 is active ([#1727](https://redirect.github.com/jline/jline3/pull/1727)) [`@gnodet`](https://github.com/gnodet) > * fix: Correct 4-bit to 8-bit color expansion in rgbToHex ([#1732](https://redirect.github.com/jline/jline3/pull/1732)) [`@gnodet`](https://github.com/gnodet) > * fix: Long buffer issues ([#1725](https://redirect.github.com/jline/jline3/pull/1725)) [`@Elec332`](https://github.com/Elec332) > * fix: Improve DECRQM grapheme cluster probe robustness (fixes [#1726](https://redirect.github.com/jline/jline3/issues/1726)) ([#1729](https://redirect.github.com/jline/jline3/pull/1729)) [`@gnodet`](https://github.com/gnodet) > > 📦 Dependency updates > -------------------- > > * chore: Bump groovy.version from 5.0.4 to 5.0.5 ([#1743](https://redirect.github.com/jline/jline3/pull/1743)) @[dependabot[bot]](https://github.com/apps/dependabot) > * chore: Bump actions/configure-pages from 5 to 6 ([#1718](https://redirect.github.com/jline/jline3/pull/1718)) @[dependabot[bot]](https://github.com/apps/dependabot) > * chore: Bump org.graalvm.buildtools:native-maven-plugin from 0.11.5 to 1.0.0 ([#1720](https://redirect.github.com/jline/jline3/pull/1720)) @[dependabot[bot]](https://github.com/apps/dependabot) > * chore: Bump org.fusesource.jansi:jansi from 2.4.2 to 2.4.3 ([#1723](https://redirect.github.com/jline/jline3/pull/1723)) @[dependabot[bot]](https://github.com/apps/dependabot) > * chore: Bump eu.maveniverse.maven.nisse:extension from 0.7.0 to 0.8.1 ([#1721](https://redirect.github.com/jline/jline3/pull/1721)) @[dependabot[bot]](https://github.com/apps/dependabot) > * chore: Bump com.palantir.javaformat:palantir-java-format from 2.89.0 to 2.90.0 ([#1717](https://redirect.github.com/jline/jline3/pull/1717)) @[dependabot[bot]](https://github.com/apps/dependabot) > * chore: Bump actions/deploy-pages from 4 to 5 ([#1711](https://redirect.github.com/jline/jline3/pull/1711)) @[dependabot[bot]](https://github.com/apps/dependabot) > > 📝 Documentation updates > ----------------------- > > * docs: Document dumb terminal fallback with piped streams ([#1730](https://redirect.github.com/jline/jline3/pull/1730)) [`@gnodet`](https://github.com/gnodet) > > 👻 Maintenance > ------------- > > * fix: address SonarCloud blocker issues ([#1748](https://redirect.github.com/jline/jline3/pull/1748)) [`@gnodet`](https://github.com/gnodet) Commits * [`cc8d538`](jline/jline3@cc8d538) fix: grapheme-cluster-aware width when Mode 2027 is unavailable (fixes [#1753](https://redirect.github.com/jline/jline3/issues/1753)) * [`8712c09`](jline/jline3@8712c09) fix: raise virtual terminal max size from 256 to 4096 * [`ed150d2`](jline/jline3@ed150d2) Merge pull request [#1748](https://redirect.github.com/jline/jline3/issues/1748) from jline/maple-ticket * [`842b598`](jline/jline3@842b598) fix: replace S2699 suppressions with proper JUnit assertions * [`27badb5`](jline/jline3@27badb5) fix: convert assert keyword to JUnit assertions in style tests (S2699) * [`550a505`](jline/jline3@550a505) fix: resolve S2387 field-hiding issues * [`e6c1497`](jline/jline3@e6c1497) fix: resolve S1845 name-clash issues * [`bf7bce9`](jline/jline3@bf7bce9) fix: remove unnecessary bit operations (S2437) * [`a13f427`](jline/jline3@a13f427) fix: catch LinkageError during provider loading ([#1751](https://redirect.github.com/jline/jline3/issues/1751)) ([#1752](https://redirect.github.com/jline/jline3/issues/1752)) * [`b4b2793`](jline/jline3@b4b2793) Merge pull request [#1743](https://redirect.github.com/jline/jline3/issues/1743) from jline/dependabot/maven/master/groovy.version-5.0.5 * Additional commits viewable in [compare view](jline/jline3@4.0.9...4.0.10) 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) --- Dependabot commands and options 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 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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps
lucene.versionfrom 9.11.1 to 9.12.0.Updates
org.apache.lucene:lucene-analysis-commonfrom 9.11.1 to 9.12.0Updates
org.apache.lucene:lucene-queryparserfrom 9.11.1 to 9.12.0Dependabot 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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)