Skip to content

Commit e8a5b96

Browse files
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] <support@github.com>
1 parent d112ddb commit e8a5b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.20.1")
18+
implementation("com.fasterxml.jackson.core:jackson-databind:2.21.0")
1919
implementation("jakarta.ws.rs:jakarta.ws.rs-api:4.0.0")
2020

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

0 commit comments

Comments
 (0)