From 61bd9eaa3eedc84e23af8cd1a8dec7b8172f643c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 06:25:10 +0000 Subject: [PATCH] Bump com.github.jasminb:jsonapi-converter from 0.12 to 0.13 Bumps [com.github.jasminb:jsonapi-converter](https://github.com/jasminb/jsonapi-converter) from 0.12 to 0.13. - [Release notes](https://github.com/jasminb/jsonapi-converter/releases) - [Commits](https://github.com/jasminb/jsonapi-converter/compare/0.12...0.13) --- 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 5133243a4..29b9b01f3 100644 --- a/build.gradle +++ b/build.gradle @@ -262,7 +262,7 @@ dependencies { implementation("org.apache.commons:commons-compress:1.23.0") implementation("org.json:json:20230618") implementation("org.jsoup:jsoup:1.16.1") - implementation("com.github.jasminb:jsonapi-converter:0.12") + implementation("com.github.jasminb:jsonapi-converter:0.13") implementation("commons-codec:commons-codec:1.16.0") // Required library for FafTokenService approach (called by nimbus-jwt)