From 2ae76deda2569e3624de3768f4e4ace6c7979c31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 01:12:30 +0000 Subject: [PATCH 1/2] Bump com.fasterxml.jackson.dataformat:jackson-dataformat-yaml Bumps [com.fasterxml.jackson.dataformat:jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) from 2.19.2 to 2.20.0. - [Commits](https://github.com/FasterXML/jackson-dataformats-text/compare/jackson-dataformats-text-2.19.2...jackson-dataformats-text-2.20.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8de1e33..ace46ef 100644 --- a/pom.xml +++ b/pom.xml @@ -136,7 +136,7 @@ com.fasterxml.jackson.dataformat jackson-dataformat-yaml - 2.19.2 + 2.20.0 org.mockito From 4d92715860549c0181975378430069e08a6044d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 01:12:51 +0000 Subject: [PATCH 2/2] Add changeset for Dependabot PR #117 [dependabot skip] --- .changeset/dependabot-1075919.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/dependabot-1075919.md diff --git a/.changeset/dependabot-1075919.md b/.changeset/dependabot-1075919.md new file mode 100644 index 0000000..d4c3545 --- /dev/null +++ b/.changeset/dependabot-1075919.md @@ -0,0 +1,5 @@ +--- +"changesets": patch +--- + +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml: 2.20.0 \ No newline at end of file