From bc8615a253f241f3122482054aa428eb76c12a6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 21:39:45 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.5.3 to 2.18.0 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.5.3 to 2.18.0. - [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-minor ... Signed-off-by: dependabot[bot] --- pg/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pg/build.gradle b/pg/build.gradle index 0d0c54d..a580692 100644 --- a/pg/build.gradle +++ b/pg/build.gradle @@ -15,7 +15,7 @@ dependencies { implementation 'net.java.dev.jna:jna:4.2.1' implementation 'net.java.dev.jna:jna-platform:4.2.1' implementation 'org.slf4j:jcl-over-slf4j:1.7.12' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.5.3' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.0' implementation 'org.osgi:org.osgi.enterprise:5.0.0' implementation 'org.osgi:org.osgi.core:4.3.1' implementation 'com.ongres.scram:client:1.0.0-beta.2'