Skip to content

Commit 72af444

Browse files
Bump com.fasterxml.jackson.core:jackson-core from 2.19.0 to 2.19.1
Bumps [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) from 2.19.0 to 2.19.1. - [Commits](FasterXML/jackson-core@jackson-core-2.19.0...jackson-core-2.19.1) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-core 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 2f6dc4d commit 72af444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algorithm-exercises-java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131
implementation 'com.google.guava:guava:33.4.8-jre'
3232

3333
//
34-
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.19.0'
34+
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.19.1'
3535
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.19.0'
3636
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.19.1'
3737

0 commit comments

Comments
 (0)