Skip to content

Commit f611321

Browse files
chore(deps): bump org.yaml:snakeyaml from 2.5 to 2.6 (#863)
Bumps [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 2.5 to 2.6. <details> <summary>Commits</summary> <ul> <li><a href="https://bitbucket.org/snakeyaml/snakeyaml/commits/cc19a61c191ebc111ad1e22e83f75b18f27531cf"><code>cc19a61</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://bitbucket.org/snakeyaml/snakeyaml/commits/bc4a8f4cf64c79e6a8ce9c51940f0dbea42ba707"><code>bc4a8f4</code></a> Minor fixes in Javadoc</li> <li><a href="https://bitbucket.org/snakeyaml/snakeyaml/commits/f18203a60abb0427910821855a106bfcd4920457"><code>f18203a</code></a> Add a test for Y79Y-003</li> <li><a href="https://bitbucket.org/snakeyaml/snakeyaml/commits/ad1fceb1baf04a81f83f65795fc11252f9027c2b"><code>ad1fceb</code></a> Less output in tests</li> <li><a href="https://bitbucket.org/snakeyaml/snakeyaml/commits/1db66b79fc9bd1760d4f7f5878ad5eac13201d57"><code>1db66b7</code></a> Add (failing) build with JDK 25</li> <li><a href="https://bitbucket.org/snakeyaml/snakeyaml/commits/88ebaa8210f00b3665ff03680cd770f6762c8507"><code>88ebaa8</code></a> build: fix JKD 25 tests compilation</li> <li><a href="https://bitbucket.org/snakeyaml/snakeyaml/commits/6af8790448b7bcfec3fdcdc6053be49bb8176455"><code>6af8790</code></a> Update Javadoc</li> <li><a href="https://bitbucket.org/snakeyaml/snakeyaml/commits/a006b7a163c843df70aa0b2fd35e06345a0fe152"><code>a006b7a</code></a> Update Javadoc</li> <li><a href="https://bitbucket.org/snakeyaml/snakeyaml/commits/c143db209b05a4246b12cf9ea2c121e1301b1616"><code>c143db2</code></a> Update changes</li> <li><a href="https://bitbucket.org/snakeyaml/snakeyaml/commits/d78d11f9665a4a8322af15915047b7c55aefb6cc"><code>d78d11f</code></a> Update changes</li> <li>Additional commits viewable in <a href="https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.6..snakeyaml-2.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.yaml:snakeyaml&package-manager=maven&previous-version=2.5&new-version=2.6)](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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cd2f825 commit f611321

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agentscope-dependencies-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
<nacos-client.version>3.1.1</nacos-client.version>
107107
<json-schema-validator.version>3.0.0</json-schema-validator.version>
108108
<jsonschema-generator.version>4.38.0</jsonschema-generator.version>
109-
<snakeyaml.version>2.5</snakeyaml.version>
109+
<snakeyaml.version>2.6</snakeyaml.version>
110110
<commons-lang3.version>3.20.0</commons-lang3.version>
111111
<kotlin.version>1.9.24</kotlin.version>
112112
<kotlin.coroutines.version>1.10.2</kotlin.coroutines.version>

0 commit comments

Comments
 (0)