Skip to content

Commit 1c806bf

Browse files
dependabot[bot]Breus
authored andcommitted
Bump com.fasterxml.jackson.core:jackson-databind from 2.15.3 to 2.16.0
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.15.3 to 2.16.0. - [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] <support@github.com>
1 parent 7dc27d2 commit 1c806bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ java {
3939
dependencies {
4040
nullabilityAnnotationsImplementation 'com.google.code.findbugs:jsr305:3.0.2'
4141

42-
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.15.3'
42+
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.16.0'
4343
testImplementation "org.junit.jupiter:junit-jupiter-api:${jUnitVersion}"
4444
testImplementation "org.junit.jupiter:junit-jupiter-params:${jUnitVersion}"
4545
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:${jUnitVersion}"

0 commit comments

Comments
 (0)