From bf3dfa290b7c5379e81d0e3b99c2d0c879d477f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 14:02:59 +0000 Subject: [PATCH 1/2] Bump java-jwt from 3.19.1 to 3.19.2 Bumps [java-jwt](https://github.com/auth0/java-jwt) from 3.19.1 to 3.19.2. - [Release notes](https://github.com/auth0/java-jwt/releases) - [Changelog](https://github.com/auth0/java-jwt/blob/master/CHANGELOG.md) - [Commits](https://github.com/auth0/java-jwt/compare/3.19.1...3.19.2) --- updated-dependencies: - dependency-name: com.auth0:java-jwt 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 2527ab7..66f9e72 100644 --- a/build.gradle +++ b/build.gradle @@ -73,7 +73,7 @@ dependencies { compile 'com.squareup.okhttp:okhttp:2.7.5' compile 'com.squareup.okhttp:logging-interceptor:2.7.5' compile 'com.google.code.gson:gson:2.9.0' - compile ('com.auth0:java-jwt:3.19.1'){ + compile ('com.auth0:java-jwt:3.19.2'){ exclude group: 'com.fasterxml.jackson.core', module: 'jackson-databind' } compile 'com.fasterxml.jackson.core:jackson-databind:2.13.2.2' From 7dd93502bdb7490196ac7875925bcdd24b257813 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 May 2022 14:02:48 +0000 Subject: [PATCH 2/2] Bump jackson-databind from 2.13.2.2 to 2.13.3 Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.2.2 to 2.13.3. - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind 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 66f9e72..6216db5 100644 --- a/build.gradle +++ b/build.gradle @@ -76,7 +76,7 @@ dependencies { compile ('com.auth0:java-jwt:3.19.2'){ exclude group: 'com.fasterxml.jackson.core', module: 'jackson-databind' } - compile 'com.fasterxml.jackson.core:jackson-databind:2.13.2.2' + compile 'com.fasterxml.jackson.core:jackson-databind:2.13.3' compile 'org.apache.commons:commons-lang3:3.12.0' // validation compile group: 'org.hibernate.validator', name: 'hibernate-validator', version: '7.0.4.Final'