From 7826b303d1f5d5e6c054f7a597a20e71927e2c47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 02:19:47 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.16.0 to 2.16.1 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.16.0 to 2.16.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 ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 40ca93b..c428be8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -39,7 +39,7 @@ dependencies { implementation("com.github.1c-syntax", "utils", "0.5.1") implementation("org.apache.commons:commons-lang3:3.14.0") - implementation("com.fasterxml.jackson.core:jackson-databind:2.16.0") + implementation("com.fasterxml.jackson.core:jackson-databind:2.16.1") // https://mvnrepository.com/artifact/org.sonarsource.analyzer-commons/sonar-analyzer-commons implementation("org.sonarsource.analyzer-commons:sonar-analyzer-commons:2.5.0.1358")