Skip to content

build(deps): bump org.yaml:snakeyaml from 2.2 to 2.3#1708

Merged
lvca merged 1 commit into
mainfrom
dependabot/maven/org.yaml-snakeyaml-2.3
Sep 2, 2024
Merged

build(deps): bump org.yaml:snakeyaml from 2.2 to 2.3#1708
lvca merged 1 commit into
mainfrom
dependabot/maven/org.yaml-snakeyaml-2.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Sep 2, 2024

Bumps org.yaml:snakeyaml from 2.2 to 2.3.

Commits
  • bfc9c15 Merge branch 'refs/heads/master' into try-to-keep-anchor
  • 3137efd Update changes and doc
  • 5960909 Add test for issue 1091
  • 1430c40 Improve test for issue 1091
  • d9e15c1 Add Javadoc to explain issue 1093
  • 7ef0836 Improve Javadoc for comments in the directives
  • f2810dd feat: add mergeOnCompose option to LoaderOptions
  • f245567 few tests for merge expantion on Compose
  • 37c7aed feat: merge nodes on Compose
  • ae6515a fix: remove unnecessary variable
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 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)

Bumps [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 2.2 to 2.3.
- [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.3..snakeyaml-2.2)

---
updated-dependencies:
- dependency-name: org.yaml:snakeyaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java labels Sep 2, 2024
@lvca lvca self-assigned this Sep 2, 2024
@lvca lvca added this to the 24.8.1 milestone Sep 2, 2024
@lvca lvca merged commit 98f478a into main Sep 2, 2024
@dependabot dependabot Bot deleted the dependabot/maven/org.yaml-snakeyaml-2.3 branch September 2, 2024 14:32
mergify Bot added a commit that referenced this pull request Mar 4, 2026
…6.0.3 [skip ci]

Bumps [org.neo4j.driver:neo4j-java-driver](https://github.com/neo4j/neo4j-java-driver) from 5.28.10 to 6.0.3.
Release notes

*Sourced from [org.neo4j.driver:neo4j-java-driver's releases](https://github.com/neo4j/neo4j-java-driver/releases).*

> 6.0.3
> -----
>
> 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
>
> ---
>
> * fix(values): Add support for multiple iterations over values of List Value [#1716](https://redirect.github.com/neo4j/neo4j-java-driver/pull/1716)
>
> #### 🔧 Build
>
> ---
>
> * build(semgrep): Add .semgrepignore [#1719](https://redirect.github.com/neo4j/neo4j-java-driver/pull/1719)
> * build(semgrep): Update .semgrepignore [#1723](https://redirect.github.com/neo4j/neo4j-java-driver/pull/1723)
> * build(deps): update dependencies [#1727](https://redirect.github.com/neo4j/neo4j-java-driver/pull/1727)
>
> 6.0.2
> -----
>
> This is a refinement release that brings several improvements and dependency updates.
>
> [6.0 API documentation](https://neo4j.com/docs/api/java-driver/6.0)
>
> #### 👏 Improvements
>
> ---
>
> * feature(observation): Set driver dependency as provided [#1708](https://redirect.github.com/neo4j/neo4j-java-driver/pull/1708)
> * feat(query-api): Add support for bearer and none tokens [#1713](https://redirect.github.com/neo4j/neo4j-java-driver/pull/1713)
>
> #### 🔧 Build
>
> ---
>
> * build(deps): Update dependencies [#1709](https://redirect.github.com/neo4j/neo4j-java-driver/pull/1709) [#1712](https://redirect.github.com/neo4j/neo4j-java-driver/pull/1712)
>
> 6.0.1
> -----
>
> The `neo4j-java-driver-bom` has been updated to not import `netty-bom`.
>
> If you are using Netty Native Transport, please ensure to either:
>
> * Use a compatible Netty Native Transport version with Netty version used by the driver.
> * Import `netty-bom` with the desired Netty version (at present, the driver is shipped with Netty 4.2+)
>
> [6.0 API documentation](https://neo4j.com/docs/api/java-driver/6.0)
>
> #### 👏 Improvements
>
> ---
>
> * feat(bom): delete netty-bom from neo4j-java-driver-bom [#1707](https://redirect.github.com/neo4j/neo4j-java-driver/pull/1707)
>
> 6.0.0
> -----
>
> This release brings news features, general improvements and dependency updates.

... (truncated)


Commits

* [`defe99e`](neo4j/neo4j-java-driver@defe99e) build(deps): update dependencies ([#1727](https://redirect.github.com/neo4j/neo4j-java-driver/issues/1727))
* [`d6e6dde`](neo4j/neo4j-java-driver@d6e6dde) build(semgrep): Update .semgrepignore ([#1723](https://redirect.github.com/neo4j/neo4j-java-driver/issues/1723))
* [`7ba01ab`](neo4j/neo4j-java-driver@7ba01ab) build(semgrep): Add .semgrepignore ([#1719](https://redirect.github.com/neo4j/neo4j-java-driver/issues/1719))
* [`4506611`](neo4j/neo4j-java-driver@4506611) fix(values): Add support for multiple iterations over values of List Value (#...
* [`b432eb0`](neo4j/neo4j-java-driver@b432eb0) build(deps): Update dependencies ([#1712](https://redirect.github.com/neo4j/neo4j-java-driver/issues/1712))
* [`e51d31e`](neo4j/neo4j-java-driver@e51d31e) feat(query-api): Add support for bearer and none tokens ([#1713](https://redirect.github.com/neo4j/neo4j-java-driver/issues/1713))
* [`3c60d6b`](neo4j/neo4j-java-driver@3c60d6b) build(deps): Update dependencies ([#1709](https://redirect.github.com/neo4j/neo4j-java-driver/issues/1709))
* [`8d3232a`](neo4j/neo4j-java-driver@8d3232a) feature(observation): Set driver dependency as provided ([#1708](https://redirect.github.com/neo4j/neo4j-java-driver/issues/1708))
* [`82f74a1`](neo4j/neo4j-java-driver@82f74a1) feat(bom): delete netty-bom from neo4j-java-driver-bom ([#1707](https://redirect.github.com/neo4j/neo4j-java-driver/issues/1707))
* [`f96a053`](neo4j/neo4j-java-driver@f96a053) feat(bom): Add netty-bom to neo4j-java-driver-bom ([#1706](https://redirect.github.com/neo4j/neo4j-java-driver/issues/1706))
* Additional commits viewable in [compare view](neo4j/neo4j-java-driver@5.28.10...6.0.3)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=org.neo4j.driver:neo4j-java-driver&package-manager=maven&previous-version=5.28.10&new-version=6.0.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)
---
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 Mar 29, 2026
Bumps `jline.version` from 4.0.7 to 4.0.9.
Updates `org.jline:jline-terminal` from 4.0.7 to 4.0.9
Release notes

*Sourced from [org.jline:jline-terminal's releases](https://github.com/jline/jline3/releases).*

> JLine 4.0.9
> -----------
>
> ✨ Features
> ----------
>
> * feat: Add ShellBuilder.onReaderReady(BiConsumer<LineReader, CommandDispatcher>) ([1154e0e](jline/jline3@1154e0ea)) [`@​gnodet`](https://github.com/gnodet)
>
> 🐛 Bug Fixes
> -----------
>
> * fix: Add deprecated no-op jansi/jna methods to TerminalBuilder ([#1710](https://redirect.github.com/jline/jline3/pull/1710)) [`@​gnodet`](https://github.com/gnodet)
>   + Prevents `NoSuchMethodError` for libraries like TamboUI that still call `.jansi(true)` or `.jna(true)` from their JLine 3 backend
>
> JLine 4.0.8
> -----------
>
> 🐛 Bug Fixes
> -----------
>
> * fix: Disable grapheme cluster probe on ExternalTerminal ([#1709](https://redirect.github.com/jline/jline3/pull/1709)) [`@​gnodet`](https://github.com/gnodet)
>   + Fixes `LineReaderTest` hanging when terminal type starts with "xterm" ([#1707](https://redirect.github.com/jline/jline3/issues/1707))
>   + Fixes Maven embedded executor tests failing on Windows due to `[?2027$p` escape sequence leaking into output paths
> * fix: Add proper picocli argument completion via AutoComplete ([#1708](https://redirect.github.com/jline/jline3/pull/1708)) [`@​gnodet`](https://github.com/gnodet)
>
> 🔧 Build
> -------
>
> * fix: Fix release drafter config and use drafted notes in release workflow ([9f3aa72](jline/jline3@9f3aa72a)) [`@​gnodet`](https://github.com/gnodet)
> * chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.3.0 to 3.4.0 ([#1706](https://redirect.github.com/jline/jline3/pull/1706)) [`@​dependabot`](https://github.com/dependabot)


Commits

* [`27a26ab`](jline/jline3@27a26ab) fix: Add deprecated no-op jansi(boolean) and jna(boolean) to TerminalBuilder ...
* [`1154e0e`](jline/jline3@1154e0e) Add ShellBuilder.onReaderReady(BiConsumer<LineReader, CommandDispatcher>)
* [`e247886`](jline/jline3@e247886) chore: Bump com.diffplug.spotless:spotless-maven-plugin ([#1706](https://redirect.github.com/jline/jline3/issues/1706))
* [`4fdcc8f`](jline/jline3@4fdcc8f) fix: Add proper picocli argument completion via AutoComplete ([#1708](https://redirect.github.com/jline/jline3/issues/1708))
* [`1ab1e9f`](jline/jline3@1ab1e9f) fix: Disable grapheme cluster probe on ExternalTerminal (fixes [#1707](https://redirect.github.com/jline/jline3/issues/1707)) ([#1709](https://redirect.github.com/jline/jline3/issues/1709))
* [`9f3aa72`](jline/jline3@9f3aa72) fix: Fix release drafter config and use drafted notes in release workflow
* See full diff in [compare view](jline/jline3@4.0.7...4.0.9)
  
Updates `org.jline:jline-reader` from 4.0.7 to 4.0.9
Release notes

*Sourced from [org.jline:jline-reader's releases](https://github.com/jline/jline3/releases).*

> JLine 4.0.9
> -----------
>
> ✨ Features
> ----------
>
> * feat: Add ShellBuilder.onReaderReady(BiConsumer<LineReader, CommandDispatcher>) ([1154e0e](jline/jline3@1154e0ea)) [`@​gnodet`](https://github.com/gnodet)
>
> 🐛 Bug Fixes
> -----------
>
> * fix: Add deprecated no-op jansi/jna methods to TerminalBuilder ([#1710](https://redirect.github.com/jline/jline3/pull/1710)) [`@​gnodet`](https://github.com/gnodet)
>   + Prevents `NoSuchMethodError` for libraries like TamboUI that still call `.jansi(true)` or `.jna(true)` from their JLine 3 backend
>
> JLine 4.0.8
> -----------
>
> 🐛 Bug Fixes
> -----------
>
> * fix: Disable grapheme cluster probe on ExternalTerminal ([#1709](https://redirect.github.com/jline/jline3/pull/1709)) [`@​gnodet`](https://github.com/gnodet)
>   + Fixes `LineReaderTest` hanging when terminal type starts with "xterm" ([#1707](https://redirect.github.com/jline/jline3/issues/1707))
>   + Fixes Maven embedded executor tests failing on Windows due to `[?2027$p` escape sequence leaking into output paths
> * fix: Add proper picocli argument completion via AutoComplete ([#1708](https://redirect.github.com/jline/jline3/pull/1708)) [`@​gnodet`](https://github.com/gnodet)
>
> 🔧 Build
> -------
>
> * fix: Fix release drafter config and use drafted notes in release workflow ([9f3aa72](jline/jline3@9f3aa72a)) [`@​gnodet`](https://github.com/gnodet)
> * chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.3.0 to 3.4.0 ([#1706](https://redirect.github.com/jline/jline3/pull/1706)) [`@​dependabot`](https://github.com/dependabot)


Commits

* [`27a26ab`](jline/jline3@27a26ab) fix: Add deprecated no-op jansi(boolean) and jna(boolean) to TerminalBuilder ...
* [`1154e0e`](jline/jline3@1154e0e) Add ShellBuilder.onReaderReady(BiConsumer<LineReader, CommandDispatcher>)
* [`e247886`](jline/jline3@e247886) chore: Bump com.diffplug.spotless:spotless-maven-plugin ([#1706](https://redirect.github.com/jline/jline3/issues/1706))
* [`4fdcc8f`](jline/jline3@4fdcc8f) fix: Add proper picocli argument completion via AutoComplete ([#1708](https://redirect.github.com/jline/jline3/issues/1708))
* [`1ab1e9f`](jline/jline3@1ab1e9f) fix: Disable grapheme cluster probe on ExternalTerminal (fixes [#1707](https://redirect.github.com/jline/jline3/issues/1707)) ([#1709](https://redirect.github.com/jline/jline3/issues/1709))
* [`9f3aa72`](jline/jline3@9f3aa72) fix: Fix release drafter config and use drafted notes in release workflow
* See full diff in [compare view](jline/jline3@4.0.7...4.0.9)
  
Updates `org.jline:jline-terminal-jni` from 4.0.7 to 4.0.9
Release notes

*Sourced from [org.jline:jline-terminal-jni's releases](https://github.com/jline/jline3/releases).*

> JLine 4.0.9
> -----------
>
> ✨ Features
> ----------
>
> * feat: Add ShellBuilder.onReaderReady(BiConsumer<LineReader, CommandDispatcher>) ([1154e0e](jline/jline3@1154e0ea)) [`@​gnodet`](https://github.com/gnodet)
>
> 🐛 Bug Fixes
> -----------
>
> * fix: Add deprecated no-op jansi/jna methods to TerminalBuilder ([#1710](https://redirect.github.com/jline/jline3/pull/1710)) [`@​gnodet`](https://github.com/gnodet)
>   + Prevents `NoSuchMethodError` for libraries like TamboUI that still call `.jansi(true)` or `.jna(true)` from their JLine 3 backend
>
> JLine 4.0.8
> -----------
>
> 🐛 Bug Fixes
> -----------
>
> * fix: Disable grapheme cluster probe on ExternalTerminal ([#1709](https://redirect.github.com/jline/jline3/pull/1709)) [`@​gnodet`](https://github.com/gnodet)
>   + Fixes `LineReaderTest` hanging when terminal type starts with "xterm" ([#1707](https://redirect.github.com/jline/jline3/issues/1707))
>   + Fixes Maven embedded executor tests failing on Windows due to `[?2027$p` escape sequence leaking into output paths
> * fix: Add proper picocli argument completion via AutoComplete ([#1708](https://redirect.github.com/jline/jline3/pull/1708)) [`@​gnodet`](https://github.com/gnodet)
>
> 🔧 Build
> -------
>
> * fix: Fix release drafter config and use drafted notes in release workflow ([9f3aa72](jline/jline3@9f3aa72a)) [`@​gnodet`](https://github.com/gnodet)
> * chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.3.0 to 3.4.0 ([#1706](https://redirect.github.com/jline/jline3/pull/1706)) [`@​dependabot`](https://github.com/dependabot)


Commits

* [`27a26ab`](jline/jline3@27a26ab) fix: Add deprecated no-op jansi(boolean) and jna(boolean) to TerminalBuilder ...
* [`1154e0e`](jline/jline3@1154e0e) Add ShellBuilder.onReaderReady(BiConsumer<LineReader, CommandDispatcher>)
* [`e247886`](jline/jline3@e247886) chore: Bump com.diffplug.spotless:spotless-maven-plugin ([#1706](https://redirect.github.com/jline/jline3/issues/1706))
* [`4fdcc8f`](jline/jline3@4fdcc8f) fix: Add proper picocli argument completion via AutoComplete ([#1708](https://redirect.github.com/jline/jline3/issues/1708))
* [`1ab1e9f`](jline/jline3@1ab1e9f) fix: Disable grapheme cluster probe on ExternalTerminal (fixes [#1707](https://redirect.github.com/jline/jline3/issues/1707)) ([#1709](https://redirect.github.com/jline/jline3/issues/1709))
* [`9f3aa72`](jline/jline3@9f3aa72) fix: Fix release drafter config and use drafted notes in release workflow
* See full diff in [compare view](jline/jline3@4.0.7...4.0.9)
  
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant