From 9e727be859f00e0ebef33b79323e0f92bf52c257 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 23:54:36 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.22.1 to 2.22.2 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.22.1 to 2.22.2. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.22.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- fixture/build.gradle.kts | 2 +- gradle.lockfile | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 5d82a2f..8a06ed5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,7 +12,7 @@ repositories { dependencies { compileOnly("net.portswigger.burp.extensions:montoya-api:2026.7") - implementation("com.fasterxml.jackson.core:jackson-databind:2.22.1") + implementation("com.fasterxml.jackson.core:jackson-databind:2.22.2") implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.22.1") implementation("com.google.re2j:re2j:1.8") diff --git a/fixture/build.gradle.kts b/fixture/build.gradle.kts index 923fe23..559b479 100644 --- a/fixture/build.gradle.kts +++ b/fixture/build.gradle.kts @@ -11,7 +11,7 @@ repositories { } dependencies { - implementation("com.fasterxml.jackson.core:jackson-databind:2.22.1") + implementation("com.fasterxml.jackson.core:jackson-databind:2.22.2") testImplementation(platform("org.junit:junit-bom:6.1.2")) testImplementation("org.junit.jupiter:junit-jupiter") diff --git a/gradle.lockfile b/gradle.lockfile index 480a8e3..29e92e1 100644 --- a/gradle.lockfile +++ b/gradle.lockfile @@ -3,10 +3,10 @@ # This file is expected to be part of source control. # To regenerate this file, run: ./gradlew :dependencies --write-locks com.fasterxml.jackson.core:jackson-annotations:2.22=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.fasterxml.jackson.core:jackson-core:2.22.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.fasterxml.jackson.core:jackson-databind:2.22.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.22.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.fasterxml.jackson:jackson-bom:2.22.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.fasterxml.jackson.core:jackson-core:2.22.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.fasterxml.jackson.core:jackson-databind:2.22.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.22.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.fasterxml.jackson:jackson-bom:2.22.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.google.re2j:re2j:1.8=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath net.portswigger.burp.extensions:montoya-api:2026.7=compileClasspath,testCompileClasspath,testRuntimeClasspath org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath