From 277f04f1f06aaec3f6e6bafdb50703a8793532d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 07:47:27 +0000 Subject: [PATCH] Bump the dev-dependencies group with 3 updates Bumps the dev-dependencies group with 3 updates: [org.jdbi:jdbi3-core](https://github.com/jdbi/jdbi), [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) and [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson). Updates `org.jdbi:jdbi3-core` from 3.51.0 to 3.52.0 - [Release notes](https://github.com/jdbi/jdbi/releases) - [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md) - [Commits](https://github.com/jdbi/jdbi/compare/v3.51.0...v3.52.0) Updates `com.fasterxml.jackson.core:jackson-core` from 2.21.1 to 2.21.2 - [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.21.1...jackson-core-2.21.2) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.21.1 to 2.21.2 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.21.1 to 2.21.2 - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: org.jdbi:jdbi3-core dependency-version: 3.52.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: com.fasterxml.jackson.core:jackson-core dependency-version: 2.21.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.21.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.21.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index c5d7333..2048988 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -33,7 +33,7 @@ dependencies { // Database implementation("com.h2database:h2:2.4.240") - implementation("org.jdbi:jdbi3-core:3.51.0") + implementation("org.jdbi:jdbi3-core:3.52.0") implementation("com.zaxxer:HikariCP:7.0.2") testImplementation("org.junit.jupiter:junit-jupiter:6.0.3") diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index cb1ccb5..a5a6c3f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ auth0-jwt = "4.5.1" bouncy-castle = "1.83" dropwizard = "5.0.1" spring-boot = "4.0.4" -jackson = '2.21.1' +jackson = '2.21.2' jackson-annotations = '2.21' tools-jackson = '3.1.0' jakarta-rs-api = '4.0.0'