From c349990cd8fc61e4d56af2373122422f39dc52ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 06:59:40 +0000 Subject: [PATCH] Bump com.github.jasminb:jsonapi-converter from 0.13 to 0.14 Bumps [com.github.jasminb:jsonapi-converter](https://github.com/jasminb/jsonapi-converter) from 0.13 to 0.14. - [Release notes](https://github.com/jasminb/jsonapi-converter/releases) - [Commits](https://github.com/jasminb/jsonapi-converter/compare/0.13...0.14) --- updated-dependencies: - dependency-name: com.github.jasminb:jsonapi-converter 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 c618ee0a8..fabb48976 100644 --- a/build.gradle +++ b/build.gradle @@ -181,7 +181,7 @@ dependencies { implementation("org.apache.commons:commons-compress:1.26.2") implementation("org.json:json:20240303") implementation("org.jsoup:jsoup:1.18.1") - implementation("com.github.jasminb:jsonapi-converter:0.13") + implementation("com.github.jasminb:jsonapi-converter:0.14") implementation("commons-codec:commons-codec:1.17.1") // Required library for FafTokenService approach (called by nimbus-jwt)