From fd1051a8246cc5ce345653712bedd10cb8e9fe4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 22:55:45 +0000 Subject: [PATCH] Bump the minor-and-patch group across 1 directory with 4 updates Bumps the minor-and-patch group with 4 updates in the / directory: [tools.jackson.core:jackson-databind](https://github.com/FasterXML/jackson), [com.auth0:java-jwt](https://github.com/auth0/java-jwt), org.owasp.dependencycheck and [io.freefair.lombok](https://github.com/freefair/gradle-plugins). 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 Updates `io.freefair.lombok` from 9.2.0 to 9.4.0 - [Release notes](https://github.com/freefair/gradle-plugins/releases) - [Commits](https://github.com/freefair/gradle-plugins/compare/9.2.0...9.4.0) --- 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 - dependency-name: io.freefair.lombok dependency-version: 9.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 59febad..ef10f4b 100644 --- a/build.gradle +++ b/build.gradle @@ -6,8 +6,8 @@ buildscript { plugins { id 'java' - id "org.owasp.dependencycheck" version "12.2.0" - id "io.freefair.lombok" version "9.2.0" + id "org.owasp.dependencycheck" version "12.2.1" + id "io.freefair.lombok" version "9.4.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'