Skip to content

Commit 135f85b

Browse files
Bump com.fasterxml.jackson.core:jackson-databind from 2.21.1 to 2.22.0 (#4411)
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.21.1 to 2.22.0. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9be0ff6 commit 135f85b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ dependencies {
146146
testImplementation 'org.apache.groovy:groovy-json:5.0.6'
147147
testImplementation 'com.google.code.gson:gson:2.14.0'
148148
testImplementation 'org.eclipse.jetty:jetty-server:11.0.26'
149-
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.21.1'
149+
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.22.0'
150150
testImplementation 'org.awaitility:awaitility-groovy:4.3.0'
151151
testImplementation 'com.github.javafaker:javafaker:1.0.2'
152152

performance-results-page/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repositories {
1313
}
1414

1515
dependencies {
16-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.1'
16+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.22.0'
1717
}
1818

1919
tasks.register('generatePerformancePage', JavaExec) {

0 commit comments

Comments
 (0)