From 4082dd657454819b779e9ecaaf510d4b0f724161 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 05:21:04 +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.17.0. - [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-minor ... 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..2c5b615 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.17.0' implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.16.0' implementation 'com.bisnode.opa:opa-test-result-formatter:0.1.2'