diff --git a/CHANGELOG.md b/CHANGELOG.md index 77517c6eab4..bce85d11ea8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,6 +56,7 @@ - Add DB query to update patient reassignment status - Add `isPatientEligibleForReassignment` to `PatientSearchResult` database view and `OverdueAppointment` model - Bump Compose Compiler to v1.5.13 +- Bump Jackson Core to v2.17.1 ### Fixes diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 529be8b702f..a414a7c1efe 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -116,7 +116,7 @@ itemanimators = "com.mikepenz:itemanimators:1.1.0" itext7 = "com.itextpdf:itext7-core:7.2.5" -jackson-core = "com.fasterxml.jackson.core:jackson-core:2.17.0" +jackson-core = "com.fasterxml.jackson.core:jackson-core:2.17.1" jbcrypt = "org.mindrot:jbcrypt:0.4"