Skip to content

Commit 915eebb

Browse files
Bump tools.jackson.core:jackson-databind from 3.1.0 to 3.2.0
Bumps [tools.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 3.1.0 to 3.2.0. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: tools.jackson.core:jackson-databind dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 821e78d commit 915eebb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

java-snapshot-testing-plugin-jackson3/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ tasks.withType(Test).configureEach {
3232
dependencies {
3333
compileOnly project(':java-snapshot-testing-core')
3434

35-
compileOnly 'tools.jackson.core:jackson-core:3.1.0'
36-
compileOnly 'tools.jackson.core:jackson-databind:3.1.0'
35+
compileOnly 'tools.jackson.core:jackson-core:3.2.0'
36+
compileOnly 'tools.jackson.core:jackson-databind:3.2.0'
3737

3838
testImplementation project(':java-snapshot-testing-core')
3939
testImplementation "org.slf4j:slf4j-simple:${project.slf4jVersion}"
4040
testImplementation "org.assertj:assertj-core:${project.assertjVersion}"
4141

42-
testImplementation 'tools.jackson.core:jackson-core:3.1.0'
43-
testImplementation 'tools.jackson.core:jackson-databind:3.1.0'
42+
testImplementation 'tools.jackson.core:jackson-core:3.2.0'
43+
testImplementation 'tools.jackson.core:jackson-databind:3.2.0'
4444
}
4545

4646
publishing {

0 commit comments

Comments
 (0)