Skip to content

Commit 5073b47

Browse files
Bump com.fasterxml.jackson.core:jackson-databind from 2.20.0 to 2.20.1
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.20.0 to 2.20.1. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.20.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 35c6e7a commit 5073b47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

algorithm-exercises-java/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ dependencies {
3131
implementation 'com.google.guava:guava:33.5.0-jre'
3232

3333
//
34-
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.20.0'
34+
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.20.1'
3535
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.20'
36-
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.20.0'
36+
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.20.1'
3737

3838
}
3939

0 commit comments

Comments
 (0)