Skip to content

Commit

Permalink
Bump com.fasterxml.jackson.core:jackson-databind from 2.14.0 to 2.15.3 (
Browse files Browse the repository at this point in the history
#147)

Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.14.0 to 2.15.3.
- [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-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 8, 2023
1 parent d9c23c5 commit fec1172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion externalized-properties-git/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
testImplementation("org.eclipse.jgit:org.eclipse.jgit.junit.http:${libs.versions.jgit.get()}")
testImplementation("org.eclipse.jgit:org.eclipse.jgit.junit.ssh:${libs.versions.jgit.get()}")
// For JsonReader.
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.14.0")
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.15.3")
// Required by jgit.junit modules.
testRuntimeOnly("junit:junit:4.13.2")
}

0 comments on commit fec1172

Please sign in to comment.