Skip to content

Commit 032851d

Browse files
Bump com.fasterxml.jackson.core:jackson-databind from 2.19.0 to 2.21.0
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.19.0 to 2.21.0. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e32e0c9 commit 032851d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ dependencies {
4444

4545
// Testing: Used to load MIME-types from JSON
4646
// https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations
47-
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.19.0'
47+
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.21.0'
4848

4949
// Runtime: Used for JSPF playlists (de)serializiation
5050
// Testing: Used to load MIME-types from JSON
5151
// https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind
52-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.19.0'
52+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.0'
5353
}
5454

5555
// Convert legacy dependency to named Java module

0 commit comments

Comments
 (0)