Skip to content

Commit 59223c3

Browse files
Bump com.fasterxml.jackson.core:jackson-databind from 2.16.0 to 2.16.1 (#69)
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.16.0 to 2.16.1. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind 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 f76282c commit 59223c3

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
@@ -19,7 +19,7 @@ java {
1919
withSourcesJar()
2020
}
2121
dependencies {
22-
implementation("com.fasterxml.jackson.core:jackson-databind:2.16.0")
22+
implementation("com.fasterxml.jackson.core:jackson-databind:2.16.1")
2323
implementation("org.slf4j:slf4j-api:2.0.11")
2424

2525
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.1")

0 commit comments

Comments
 (0)