From 12640b5374e930601e9f3c3dfd8753ff984d6aca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 08:33:12 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.21.1 to 2.21.2 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.21.1 to 2.21.2. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.21.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 build.gradle diff --git a/build.gradle b/build.gradle old mode 100755 new mode 100644 index c738d35..127db5a --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ dependencies { implementation 'io.javalin:javalin:6.7.0' implementation 'org.slf4j:slf4j-simple:2.0.17' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.1' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.2' implementation 'com.impossibl.pgjdbc-ng:pgjdbc-ng:0.8.9' implementation 'com.zaxxer:HikariCP:5.1.0'