Skip to content

Commit 3d00dff

Browse files
Bump the dev-dependencies group with 3 updates (#7)
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](jdbi/jdbi@v3.51.0...v3.52.0) Updates `com.fasterxml.jackson.core:jackson-core` from 2.21.1 to 2.21.2 - [Commits](FasterXML/jackson-core@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 21efa23 commit 3d00dff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333

3434
// Database
3535
implementation("com.h2database:h2:2.4.240")
36-
implementation("org.jdbi:jdbi3-core:3.51.0")
36+
implementation("org.jdbi:jdbi3-core:3.52.0")
3737
implementation("com.zaxxer:HikariCP:7.0.2")
3838

3939
testImplementation("org.junit.jupiter:junit-jupiter:6.0.3")

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ auth0-jwt = "4.5.1"
77
bouncy-castle = "1.83"
88
dropwizard = "5.0.1"
99
spring-boot = "4.0.4"
10-
jackson = '2.21.1'
10+
jackson = '2.21.2'
1111
jackson-annotations = '2.21'
1212
tools-jackson = '3.1.0'
1313
jakarta-rs-api = '4.0.0'

0 commit comments

Comments
 (0)