From 63a9615a65340c736f3c0203ba58eff47ed7ddff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Nov 2021 04:27:17 +0000 Subject: [PATCH] Bump jackson-datatype-problem from 0.22.0 to 0.26.0 Bumps [jackson-datatype-problem](https://github.com/zalando/problem) from 0.22.0 to 0.26.0. - [Release notes](https://github.com/zalando/problem/releases) - [Commits](https://github.com/zalando/problem/compare/0.22.0...0.26.0) --- updated-dependencies: - dependency-name: org.zalando:jackson-datatype-problem dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- rest-api/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest-api/build.gradle b/rest-api/build.gradle index acc101f..4acfac1 100644 --- a/rest-api/build.gradle +++ b/rest-api/build.gradle @@ -37,7 +37,7 @@ dependencies { compile 'com.getsentry.raven:raven-log4j2:8.0.3' compile 'org.zalando:problem:0.22.0' - compile 'org.zalando:jackson-datatype-problem:0.22.0' + compile 'org.zalando:jackson-datatype-problem:0.26.0' compile group: 'org.hibernate', name: 'hibernate-entitymanager', version: '5.3.7.Final'