Skip to content

Commit eac1253

Browse files
build(deps): bump com.fasterxml.jackson.core:jackson-databind (#36)
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.21.0 to 2.21.1. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.21.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c4b2f0c commit eac1253

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repositories {
1515
}
1616

1717
dependencies {
18-
implementation("com.fasterxml.jackson.core:jackson-databind:2.21.0")
18+
implementation("com.fasterxml.jackson.core:jackson-databind:2.21.1")
1919
implementation("jakarta.ws.rs:jakarta.ws.rs-api:4.0.0")
2020

2121
testImplementation(platform("org.junit:junit-bom:6.0.3"))

0 commit comments

Comments
 (0)