From 8df45ee7afef66df1d42ae08ed2d559be26f4345 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 17:44:01 +0800 Subject: [PATCH] chore(deps): bump jacksonVersion from 2.18.0 to 2.18.1 (#18) Bumps `jacksonVersion` from 2.18.0 to 2.18.1. Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.0 to 2.18.1 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.core:jackson-core` from 2.18.0 to 2.18.1 - [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.18.0...jackson-core-2.18.1) Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.18.0 to 2.18.1 - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.fasterxml.jackson.core:jackson-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.fasterxml.jackson.core:jackson-annotations dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- echarts4j-snapshot-playwright/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 149cfc0..42f8a94 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ allprojects { ext { lombokVersion = "1.18.32" - jacksonVersion = "2.18.0" + jacksonVersion = "2.18.1" cglibVersion = "3.3.0" lang3Version = "3.14.0" freeMakerVersion = "2.3.33" diff --git a/echarts4j-snapshot-playwright/build.gradle b/echarts4j-snapshot-playwright/build.gradle index f7d6b3e..5b0c98f 100644 --- a/echarts4j-snapshot-playwright/build.gradle +++ b/echarts4j-snapshot-playwright/build.gradle @@ -1,6 +1,6 @@ ext { playwrightVersion = "1.47.0" - jacksonVersion = "2.18.0" + jacksonVersion = "2.18.1" junitVersion = "5.10.2" }