From 7d6c2d8c967d1d90892cf272130eaa4481e5eb2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 09:46:43 +0000 Subject: [PATCH] Bump the minor-and-patch group with 2 updates Bumps the minor-and-patch group with 2 updates: [tools.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) and [com.auth0:java-jwt](https://github.com/auth0/java-jwt). Updates `tools.jackson.core:jackson-databind` from 3.0.1 to 3.1.1 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.auth0:java-jwt` from 4.5.0 to 4.5.1 - [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/4.5.0...4.5.1) --- updated-dependencies: - dependency-name: tools.jackson.core:jackson-databind dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: com.auth0:java-jwt dependency-version: 4.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 59febad..0d951d2 100644 --- a/build.gradle +++ b/build.gradle @@ -30,9 +30,9 @@ repositories { } dependencies { - implementation 'tools.jackson.core:jackson-databind:3.0.1' + implementation 'tools.jackson.core:jackson-databind:3.1.1' implementation 'jakarta.annotation:jakarta.annotation-api:3.0.0' - implementation 'com.auth0:java-jwt:4.5.0' + implementation 'com.auth0:java-jwt:4.5.1' testImplementation platform('org.junit:junit-bom:5.14.3') testImplementation 'org.junit.jupiter:junit-jupiter'