From 153bcb7a3836a6a715a2c30e32053d57f273c36b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 05:34:07 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-annotations Bumps [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) from 2.16.0 to 2.16.2. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-annotations 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(-) diff --git a/build.gradle b/build.gradle index 1719cbb..3303a24 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ tasks.register('createClasspathManifest') { } dependencies { - implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.16.0' + implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.16.2' implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.16.0' implementation 'com.bisnode.opa:opa-test-result-formatter:0.1.2'