Bump com.fasterxml.jackson:jackson-bom from 2.15.0 to 2.15.1 (#5459)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jack Berg <jberg@newrelic.com>
This commit is contained in:
dependabot[bot] 2023-05-18 09:45:13 -05:00 committed by GitHub
parent 9384baf1cf
commit 78dfa21084
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,7 @@ val dependencyVersions = hashMapOf<String, String>()
rootProject.extra["versions"] = dependencyVersions
val DEPENDENCY_BOMS = listOf(
"com.fasterxml.jackson:jackson-bom:2.15.0",
"com.fasterxml.jackson:jackson-bom:2.15.1",
"com.google.guava:guava-bom:31.1-jre",
"com.google.protobuf:protobuf-bom:3.23.1",
"com.linecorp.armeria:armeria-bom:1.23.1",

View File

@ -24,6 +24,7 @@ dependencies {
testImplementation("com.linecorp.armeria:armeria-junit5")
testImplementation("com.linecorp.armeria:armeria-grpc-protocol")
testImplementation("com.fasterxml.jackson.jr:jackson-jr-stree")
testImplementation("com.fasterxml.jackson.jr:jackson-jr-objects")
testImplementation("org.testcontainers:junit-jupiter")
}