diff --git a/CHANGELOG.md b/CHANGELOG.md
index 36966b0..fc5b45b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog
+## [0.5.2] - 2022-10-28
+- Add dependency management
+
## [0.5.1] - 2022-10-28
- Bump cartridge-java to 0.9.1
- Bump testcontainers to 1.17.4
diff --git a/pom.xml b/pom.xml
index fdf12eb..35bae32 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,13 +48,39 @@
0.9.1
1.17.4
- 1.26
+ 1.33
UTF-8
UTF-8
${project.basedir}/src/test/resources/logback-test.xml
debug
+
+
+
+ com.fasterxml.jackson.core
+ jackson-annotations
+ 2.14.0
+
+
+ org.slf4j
+ slf4j-api
+ 2.0.0
+
+
+ org.junit.jupiter
+ junit-jupiter
+ 5.9.0
+ test
+
+
+ org.yaml
+ snakeyaml
+ ${snakeyaml.version}
+
+
+
+
org.testcontainers
@@ -69,14 +95,12 @@
org.yaml
snakeyaml
- ${snakeyaml.version}
org.junit.jupiter
junit-jupiter
- 5.7.0
test