Skip to content

Commit f643bea

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

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
@@ -53,7 +53,7 @@ dependencies {
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.18.2'
56+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.19.0'
5757
}
5858

5959
// Convert legacy dependency to named Java module

0 commit comments

Comments
 (0)