From 4483253b9ac6a12073a672ce9d0e846e195382ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 22:55:52 +0000 Subject: [PATCH] Bump the minor-and-patch group across 1 directory with 3 updates Bumps the minor-and-patch group with 3 updates in the / directory: [tools.jackson.core:jackson-databind](https://github.com/FasterXML/jackson), [com.auth0:java-jwt](https://github.com/auth0/java-jwt) and org.owasp.dependencycheck. Updates `tools.jackson.core:jackson-databind` from 3.0.1 to 3.1.2 - [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) Updates `org.owasp.dependencycheck` from 12.2.0 to 12.2.1 --- updated-dependencies: - dependency-name: tools.jackson.core:jackson-databind dependency-version: 3.1.2 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 - dependency-name: org.owasp.dependencycheck dependency-version: 12.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 59febad..ef484c1 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { plugins { id 'java' - id "org.owasp.dependencycheck" version "12.2.0" + id "org.owasp.dependencycheck" version "12.2.1" id "io.freefair.lombok" version "9.2.0" id "io.github.gradle-nexus.publish-plugin" version "2.0.0" id "org.sonarqube" version "7.2.3.7755" @@ -30,9 +30,9 @@ repositories { } dependencies { - implementation 'tools.jackson.core:jackson-databind:3.0.1' + implementation 'tools.jackson.core:jackson-databind:3.1.2' 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'