Skip to content

Commit d58a6c7

Browse files
dependabot[bot]valery1707
authored andcommitted
Bump jackson-databind from 2.14.0 to 2.14.1
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.14.0 to 2.14.1. - [Release notes](https://github.com/FasterXML/jackson/releases) - [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] <[email protected]>
1 parent c82311b commit d58a6c7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repositories {
2525
}
2626

2727
dependencies {
28-
implementation("com.fasterxml.jackson.core:jackson-databind:2.14.0")
28+
implementation("com.fasterxml.jackson.core:jackson-databind:2.14.1")
2929
implementation("net.andreinc:mockneat:0.4.8")
3030

3131
testImplementation(kotlin("test"))

versions.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Run ./gradlew --write-locks to regenerate this file
2-
com.fasterxml.jackson:jackson-bom:2.14.0 (3 constraints: 7c3722d3)
3-
com.fasterxml.jackson.core:jackson-annotations:2.14.0 (2 constraints: 3d21b993)
4-
com.fasterxml.jackson.core:jackson-core:2.14.0 (2 constraints: 3d21b993)
5-
com.fasterxml.jackson.core:jackson-databind:2.14.0 (2 constraints: ef135882)
2+
com.fasterxml.jackson:jackson-bom:2.14.1 (3 constraints: 7f37c0d3)
3+
com.fasterxml.jackson.core:jackson-annotations:2.14.1 (2 constraints: 3f21f093)
4+
com.fasterxml.jackson.core:jackson-core:2.14.1 (2 constraints: 3f21f093)
5+
com.fasterxml.jackson.core:jackson-databind:2.14.1 (2 constraints: f1138582)
66
com.github.mifmif:generex:1.0.2 (1 constraints: e00921ac)
77
commons-codec:commons-codec:1.15 (1 constraints: b6094aa2)
88
dk.brics.automaton:automaton:1.11-8 (1 constraints: 900be8e7)

0 commit comments

Comments
 (0)