Skip to content

Commit 837145d

Browse files
build(deps): bump com.fasterxml.jackson.core:jackson-databind
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.16.1 to 2.17.0. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c3117d5 commit 837145d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
implementation 'org.slf4j:slf4j-simple:1.7.30'
3131
implementation 'org.json:json:20231013'
3232
implementation 'com.j2html:j2html:1.4.0'
33-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1'
33+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.0'
3434

3535
// PostgresSQL driver
3636
implementation 'org.postgresql:postgresql:42.7.1'

0 commit comments

Comments
 (0)