From cb2721bdec42a1147804f8c89998bbff8e1310cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 05:40:14 +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.1. - [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..150bc20 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.1' implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.16.0' implementation 'com.bisnode.opa:opa-test-result-formatter:0.1.2'