Skip to content

Commit e34a109

Browse files
Bump com.fasterxml.jackson.core:jackson-annotations
Bumps [com.fasterxml.jackson.core:jackson-annotations](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-annotations 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 e34a109

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
@@ -32,7 +32,7 @@ dependencies {
3232

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

3838
}

0 commit comments

Comments
 (0)