diff --git a/CHANGELOG.md b/CHANGELOG.md
index ad4ca9d..ba460af 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [2.4.4] - 17-12-2024
+
+### Changed
+
+- Updated the following dependencies
+ - junit.jupiter.version>5.11.4
+
+### Fix
+
+- Fix compilation error
+
## [2.4.3] - 10-12-2024
### Changed
diff --git a/pom.xml b/pom.xml
index 7e10adc..65c45ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.eliasogueira.credit
restassured-complete-basic-example
- 2.4.3
+ 2.4.4
23
@@ -17,7 +17,7 @@
3.2.5
5.5.0
- 5.11.3
+ 5.11.4
3.26.3
2.4.2
1.0.12
@@ -48,12 +48,6 @@
io.rest-assured
json-schema-validator
${restassured.version}
-
-
- com.fasterxml.jackson.core
- jackson-databind
-
-