Skip to content

Commit 803fa8a

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

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
@@ -48,12 +48,12 @@ dependencies {
4848

4949
// Testing: Used to load MIME-types from JSON
5050
// https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations
51-
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.19.0'
51+
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.19.1'
5252

5353
// Runtime: Used for JSPF playlists (de)serializiation
5454
// Testing: Used to load MIME-types from JSON
5555
// https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind
56-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.19.0'
56+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.19.1'
5757
}
5858

5959
// Convert legacy dependency to named Java module

0 commit comments

Comments
 (0)