Skip to content

Commit 270b6f4

Browse files
build(deps): bump com.fasterxml.jackson.core:jackson-databind (#50)
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.21.1 to 2.21.2. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.21.2 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 44cdfc5 commit 270b6f4

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.21.1")
18+
implementation("com.fasterxml.jackson.core:jackson-databind:2.21.2")
1919
implementation("com.nimbusds:nimbus-jose-jwt:10.8")
2020
implementation("jakarta.ws.rs:jakarta.ws.rs-api:4.0.0")
2121

0 commit comments

Comments
 (0)