Skip to content

Commit 677c858

Browse files
Bump com.fasterxml.jackson.core:jackson-databind from 2.21.4 to 2.21.5 (#1115)
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.21.4 to 2.21.5. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.21.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d94d727 commit 677c858

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

commercetools/commercetools-graphql-api/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ dependencies {
3838
//api jackson_core.datatype
3939
api 'com.netflix.graphql.dgs.codegen:graphql-dgs-codegen-shared-core:8.6.0'
4040
constraints {
41-
implementation("com.fasterxml.jackson.core:jackson-core:2.21.4") {
41+
implementation("com.fasterxml.jackson.core:jackson-core:2.21.5") {
4242
because("security update")
4343
}
44-
implementation("com.fasterxml.jackson.core:jackson-databind:2.21.4") {
44+
implementation("com.fasterxml.jackson.core:jackson-databind:2.21.5") {
4545
because("security update")
4646
}
4747
}

commercetools/commercetools-monitoring-datadog/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ dependencies {
33
implementation "com.datadoghq:java-dogstatsd-client:4.4.5"
44
implementation "com.datadoghq:datadog-api-client:2.56.0"
55
constraints {
6-
implementation("com.fasterxml.jackson.core:jackson-core:2.21.4") {
6+
implementation("com.fasterxml.jackson.core:jackson-core:2.21.5") {
77
because("security update")
88
}
9-
implementation("com.fasterxml.jackson.core:jackson-databind:2.21.4") {
9+
implementation("com.fasterxml.jackson.core:jackson-databind:2.21.5") {
1010
because("security update")
1111
}
1212
}

commercetools/internal-docs/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ dependencies {
1414
testImplementation project(path: ':commercetools:commercetools-graphql-api', configuration: 'integrationTestArtifacts')
1515
testImplementation 'com.commercetools.sdk.jvm.core:commercetools-models:2.16.0'
1616
constraints {
17-
implementation("com.fasterxml.jackson.core:jackson-core:2.21.4") {
17+
implementation("com.fasterxml.jackson.core:jackson-core:2.21.5") {
1818
because("security update")
1919
}
20-
testImplementation("com.fasterxml.jackson.core:jackson-core:2.21.4") {
20+
testImplementation("com.fasterxml.jackson.core:jackson-core:2.21.5") {
2121
because("security update")
2222
}
23-
implementation("com.fasterxml.jackson.core:jackson-databind:2.21.4") {
23+
implementation("com.fasterxml.jackson.core:jackson-databind:2.21.5") {
2424
because("security update")
2525
}
26-
testImplementation("com.fasterxml.jackson.core:jackson-core:2.21.4") {
26+
testImplementation("com.fasterxml.jackson.core:jackson-core:2.21.5") {
2727
because("security update")
2828
}
2929
}

0 commit comments

Comments
 (0)