From 3230add3734dea5c67f6465dc142682bc52ecd0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 19:38:29 +0000 Subject: [PATCH 1/2] build(deps): bump com.fasterxml.jackson.core:jackson-databind Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.20.1 to 2.21.0. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3d03070..d5ebec4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,7 +15,7 @@ repositories { } dependencies { - implementation("com.fasterxml.jackson.core:jackson-databind:2.20.1") + implementation("com.fasterxml.jackson.core:jackson-databind:2.21.0") implementation("jakarta.ws.rs:jakarta.ws.rs-api:4.0.0") testImplementation(platform("org.junit:junit-bom:6.0.2")) From bd36f885bdab3d4e47adbf7379e3208d3f16a84f Mon Sep 17 00:00:00 2001 From: ndr_brt Date: Wed, 28 Jan 2026 09:21:05 +0100 Subject: [PATCH 2/2] bump version --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index d5ebec4..976f436 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { } group = "org.eclipse.dataplane-core" -version = "0.0.5-SNAPSHOT" +version = "0.0.6-SNAPSHOT" repositories { mavenCentral()